Skip to:
Content
Pages
Categories
Search
Top
Bottom

Allow group moderators to remove members


  • danleachuk
    Participant

    @danleachuk

    How can I amend the Moderator role in Groups to allow them to remove members. I don’t want them to have any admin function beyond the ability to remove members.

    Thank you

Viewing 1 replies (of 1 total)

  • Henry Wright
    Moderator

    @henrywright

    Inside groups_screen_group_admin_manage_members() before the banning and removal operations, there’s a check which asks if the logged-in user is an admin:

    if ( ! bp_is_item_admin() )
        return false;

    So as far as I know, it isn’t possible to give mods that privilege.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar