-
@mercime replied to the topic Default to My Groups instead of All Groups in BP Default theme in the forum How-to & Troubleshooting 12 years, 5 months ago
== I am running a buddypress site consisting of hidden groups only. ==
1st, remove the Groups tab from your custom menu. We will add the link to respective group per member.
2nd, add this to your theme’s functions.php file
add_filter( 'wp_nav_menu_items', 'mme_my_hidden_groups' );
[Read more]
function mme_my_hidden_groups($items) {
if… -
@mercime replied to the forum topic Default to My Groups instead of All Groups in BP Default theme in the group How-To and Troubleshooting 12 years, 5 months ago
== I am running a buddypress site consisting of hidden groups only. ==
1st, remove the Groups tab from your custom menu. We will add the link to respective group per member.
2nd, add […]
@crazywhistlepig
Active 9 months, 3 weeks ago