Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Member Profile › Hide tabs in member page
- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by
Themosaurusrex.
-
AuthorPosts
-
LeSchtroumpfParticipant@leschtroumpf
- 7 Topics
- 19 Posts
Hi ,
I’m using this plugin to add tabs in member page https://wordpress.org/support/plugin/bp-custom-menu/I would like to hide tabs in other profil because the tabs i want to use contain personnal information.
There is a topic about this there but the snippet doesn’t work with Gwangi is activated.
https://wordpress.org/support/topic/hide-tabs-in-other-profiles/For example, I added 3 tabs (A,B and C) and i try to hide only one (B). But when i click on the A tab, I’m receiving 404.
The snippet :
`function exclude_tab_if_not_personal_profile() {
if ( ! bp_is_my_profile() ) {
bp_core_remove_nav_item( ‘planning’ );
}
}
add_action( ‘bp_init’, ‘exclude_tab_if_not_personal_profile’ );
‘Can you help me ?
May 26, 2020 at 16:18 #13148@themosaurusrex- 0 Topics
- 2048 Posts
Hi @leschtroumpf,
Thank you for your great feedback.
Unfortunately, BP Custom Menu is not supported by our theme. I took the liberty to move your topic to the Feature Requests forum, in which we store and discuss integration or feature addition with our community.
We will implement this feature if other community members grow interest for it and upvote your request.
We’ll keep you informed. Thank you very much for contributing to your theme!
Best regards,
May 27, 2020 at 14:27 #13189LeSchtroumpfParticipant@leschtroumpf- 7 Topics
- 19 Posts
Hello,
Yes I search any compatibility but i didn’t found.
At this time, do you have a solution for me ? A workaround or an other free plugin ?
Thanks,
May 28, 2020 at 10:54 #13228@themosaurusrex- 0 Topics
- 2048 Posts
@leschtroumpf Unfortunately, there is no solution that I could provide other than adding a better support for BP Custom Menu to our theme. And we will wait until other member show interest for this request.
Maybe the BuddyPress User Profile Tabs Creator Pro plugin can help you with that: https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/
However please note that this plugin is untested with our theme also so we can’t guarantee that everything will work as expected, even though we believe there shouldn’t be any issues.
May 28, 2020 at 12:36 #13247 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Hide tabs in member page’ is closed to new replies.