Skip to:
Content
Pages
Categories
Search
Top
Bottom

Limiting Permissions for Group “Send Invites”

  • Hi,

    I’m a newbie with WP and BuddyPress. Setting up a small site with groups of private discussion forums. The admin will create and invite site members to the forums. However once a member has joined the forum, the default is that they are able to “Send Invites” to other members to the private forum. I want to limit the “Send Invite” to forums capability to just site admins.

    Can anyone offer any tips? Thanks

Viewing 1 replies (of 1 total)

  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Limiting Permissions for Group “Send Invites”’ is closed to new replies.
Skip to toolbar