Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • vincenzon617
    Participant

    @vincenzon617

    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/)

Viewing 1 replies (of 1 total)
Skip to toolbar