• Resolved bclaim

    (@bclaim)


    Hi,

    Since the 1.3 update, all profiles are showing the “Membership” menu tab, regardless of if the profile is of the user’s own. How can we disable this? Using the Gwangi theme.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @bclaim

    Thank you for bringing this to our attention. We have adjusted the logic of the Membership tab which will be included in the next release of this Add On.

    For interest sake, you may apply the following change to your site as a pre-patch by copying the change here into your site – https://github.com/strangerstudios/pmpro-buddypress/commit/89da3a728548783ea55cd458ec10ffdca95c7034 (or download it from Github as a pre-release, please make sure to remove the -dev from the plugin folder when downloading from Github).

    This will only make the “Membership” menu item on the BuddyPress profile available within the user’s own profile.

    Alternatively, if you want to disable this entirely, you should be able to call remove_action( 'bp_setup_nav', 'pmpro_bp_custom_user_nav_item', 99 ); within your child theme functions.php or a custom plugin (which should remove this “membership” menu item for all instances).

    Thread Starter bclaim

    (@bclaim)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Membership” menu tab’ is closed to new replies.