Once it’s running.
Started 7 months, 3 weeks ago by: lukybest
Please help me, where can I remove Home tab from buddypress group page , i want to have only Admin, Members and Send invites tabs. Thanks.
try this: bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘home’ );
Sorry , but what have i do whit this ?
add it into a function in your functions.php and hook this function into bp_setup_nav
read more here http://bpdevel.wordpress.com/tag/bp_core_remove_subnav_item/
hope that helps you
How hook I this function into bp_setup_nav?
add it in your function.php
function remove_group_home_nav() { bp_core_remove_nav_item( bp_get_current_group_slug(), ‘home’ ); } add_action( ‘bp_setup_nav’, ‘remove_group_home_nav’ );
Existing and new plugins/components and themes.
Show off your BuddyPress powered sites.
Problems with getting it running.
Discuss translating BuddyPress
Everything else.
Feature requests; criticism.
Post your add-ons here.
To start connecting please log in first.
Remember Me
Think you've found a bug with the software? Please report it here (use the same login credentials).