This topic has 5 replies, 3 voices, and was last updated 9 years by marceltj.

  • Author

    Tagged: ,

  • #22181
     Jonbie
    Participant

    Hi,

    I am trying to change the order of my buddypress menu tabs. so far i have been able to change all menu tabs other than the media tab. Here is the code i am using in my Themefunctions.php .

    function my_change_profile_tab_order() {
    global $bp;

    $bp->bp_nav[‘activity’][‘position’] = 10;
    $bp->bp_nav[‘friends’][‘position’] = 20;
    $bp->bp_nav[‘followers’][‘position’] = 30;
    $bp->bp_nav[‘groups’][‘position’] = 40;
    $bp->bp_nav[‘events’][‘position’] = 50;
    $bp->bp_nav[‘media’][‘position’] = 60;
    $bp->bp_nav[‘following’][‘position’] = 70;
    $bp->bp_nav[‘messages’][‘position’] = 80;
    $bp->bp_nav[‘forum’][‘position’] = 90;
    $bp->bp_nav[‘profile’][‘position’] = 100;
    $bp->bp_nav[‘notifications’][‘position’] = 110;
    $bp->bp_nav[‘settings’][‘position’] = 120;
    $bp->bp_nav[‘wp-social-invitations’][‘position’] = 130;
    }
    add_action( ‘bp_setup_nav’, ‘my_change_profile_tab_order’, 999 );

    Anyone any ideas ?

    #22388
     Jonbie
    Participant

    Anybody?

    #25506
     Abe
    Keymaster

    Hi, really sorry for the late reply. Somehow it skipped our queue. Promise it won’t happen again 🙂

    Try adding that code in wp-content/plugins/bp-custom.php
    If the file does not exist then create it and add a <?php on the first line of the file and then put the code

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #50990
     marceltj
    Participant

    Has anyone been able to get this to work?

    #51176
     Abe
    Keymaster

    Hi, here is a more detailed topic: http://blog.maximusbusiness.com/2013/04/bp-profile-nav-positions-names/#change-subnav-tab

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #51192
     marceltj
    Participant

    Perfect! Thank you!

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

The topic ‘buddypress menu order not changing’ is closed to new replies.

Log in with your credentials

Forgot your details?