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
Better prevention of Member nav setup when shouldn't #40
https://github.com/opencredit/BadgeOS-Community-Add-on/blob/master/includes/bp-members.php#L140
We should change the line above to
bp_is_user() casts bp_displayed_user_id() to boolean for more assured checking.