Viewing 1 replies (of 1 total)
  • Plugin Author David Dean

    (@ddean)

    Hi solhuebner –

    There’s not a simple way to do this, but you can make it work by combining two filters.

    You can use the bp_group_hierarchy_toplevel_subgroup_permissions filter to add more permission options.

    Then you can implement a check for that permission using the filter bp_group_hierarchy_enforce_subgroup_permission_[permission name]. Return true if the user is allowed to create a group, and false otherwise.

    – David

Viewing 1 replies (of 1 total)
  • The topic ‘Fine grained top level group creations’ is closed to new replies.