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

$can_bp_member_menu failing when Activity component not used. #52

Open tw2113 opened 9 years ago

tw2113 commented 9 years ago

"Show in member profile" option should probably be made available regardless of Activity component being set. It's causing 404 errors with the member profile menus/tabs

We'll need to move the metabox out of the bp-activity.php file which is only included if the Activity Component is active. Perhaps set up a hook to add fields to the metabox itself, so that individual components can add their own settings.