This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #107056
     hoops
    Participant

    is it possible to move the ‘Forums’ tab in buddypress and place it beside the ‘Profile’ tab?

    thanks!

    #107206
     sharmstr
    Moderator

    Put this in your child theme’s functions.php file

    COPY CODE
    
    function my_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['forums']['position'] = 15;
       
    }
    add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?