Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Limiting Permissions for Group “Send Invites”


Brajesh Singh
Participant

@sbrajesh

put this in your themes functions.php

`
global $bp;
if(!is_super_admin())
bp_core_remove_subnav_item($bp->groups->id, “send-invites”);

`
That should do it.

Skip to toolbar