Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Group tabs – how to change the order? #38014
     Elismor
    Participant

    Hi Sharm, thank you.
    I tried pasting the code in functions.php but it didn’t function.

    COPY CODE
    function shabushabu_change_group_tag_position()
    {
        global $bp;
     
        if ( $bp->current_component == $bp->groups->slug )
        {
                $bp->bp_options_nav['groups']['home']['position'] = 20;
                $bp->bp_options_nav['groups']['home']['name'] = __( 'Activity', 'buddypress' );
     
                if (  $bp->current_action == 'home' )
                    $bp->current_action = 'forum';
        }
    }
    add_action( 'bp_init', 'shabushabu_change_group_tag_position' );
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?