opencredit / BadgeOS-Community-Add-on

The "BadgeOS Community Add-on" integrates BadgeOS features into BuddyPress and bbPress. Site members complete achievements and earn badges based on a range of community activity and triggers. This add-on to BadgeOS also includes the ability to display badges and achievements on user profiles and activity feeds.
GNU Affero General Public License v3.0
11 stars 8 forks source link

BP profile achievements area tab ordering #51

Open tw2113 opened 9 years ago

tw2113 commented 9 years ago

Right now, we query a user's achievements and loop over them, putting the tabs/subtabs in the order that they are achieved in. Perhaps it'd be better for consistency to sort the array alphabetically before we iterate over to create the subtabs.