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

Better prevention of Member nav setup when shouldn't #40

Open tw2113 opened 9 years ago

tw2113 commented 9 years ago

https://github.com/opencredit/BadgeOS-Community-Add-on/blob/master/includes/bp-members.php#L140

We should change the line above to

if ( ! is_user_logged_in() || ! bp_is_user() )
    return;

bp_is_user() casts bp_displayed_user_id() to boolean for more assured checking.