This topic has 3 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #91146
     lillyleitz
    Participant

    Hi,

    Is there a way to change the positions of the icons in the member area? I want media icon to be visible instead of order icon.

    Many thanks

    #91181
     sharmstr
    Moderator

    Please search before posting. Its been asked several times before. Here’s the function you need to move the media icon over. Put it in your child theme’s functions.php file.

    COPY CODE
    
    function bbg_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['media']['position'] = 20;
        $bp->bp_nav['orders']['position'] = 100;
    
    }
    add_action('bp_init', 'bbg_change_profile_tab_order', 9999 );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #91182
     lillyleitz
    Participant

    Apologies, I did search but nothing came up, maybe I was not using the right terms.
    It worked, thank you very much.

    #91183
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?