Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • gerwinb
    Participant

    @gerwinb

    It is working! Accually I did something wrong. Script @danbp is the right solution. Thanks!


    gerwinb
    Participant

    @gerwinb

    yes, i do… I’ll try again with an empty buddypress website to see if that is working.


    gerwinb
    Participant

    @gerwinb

    Can somebody please help me with this problem? For some reason I can’t remove the subnav-item. I added the ‘groups’ parameter, but it still is not working.

    Thanks!


    gerwinb
    Participant

    @gerwinb

    Thanks again!,

    Unfortunately it is still not working… The lower part is working, but both links are still visible. I really don’t have a clue how to fix this.

    Regards,
    Gerwin


    gerwinb
    Participant

    @gerwinb

    Thanks for your reaction. I changed the code according to “Removing nav & subnav item in profile page”, into:


    function gwb_remove_group_admin_tab() {
    global $bp;
    bp_core_remove_subnav_item( 'admin', 'group-settings', 'groups' );
    }
    add_action( 'bp_init', 'gwb_remove_group_admin_tab');

    However it is not working for me

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar