@gerwinb
8 years, 4 months ago
It is working! Accually I did something wrong. Script @danbp is the right solution. Thanks!
yes, i do… I’ll try again with an empty buddypress website to see if that is working.
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!
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
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