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
Change usage of bp_displayed_user_id() inside if statement #43
We should consider casting the return value of
bp_displayed_user_id()
to boolean before we use it in an if statement, just to be certain.