@vincenzon617
3 years, 7 months ago
It seems as though no one replies on this forum, quite annoying, but I have found the solution and will post it if others need to do this.
Add this to your ‘functions.php’ file:
function mb_profile_menu_tabs(){ global $bp; unset($bp->bp_nav['forums']); unset($bp->bp_nav['notifications']); unset($bp->bp_nav['profile']); } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
(http://blog.maximusbusiness.com/2013/06/buddypress-profile-custom-bp-menu/)