Hi,

I do apologize if this is sorted elsewhere, but I can't seem to find a solution.

What I need:

I need group-specific membership subscription settings, where the admin can define if the group is closed, open for subscription, open to subscription without admin approval...
How: there is a field in the group type (cf. List using checkboxes), where the admin can set the value (e.g. membership without approval). Upon save, I would use Rules to set the value for that specific group.
I would allow for multiple values (both invite, subscribe...).

Currently, settings are site-wide

Currently I can only seem to set the value for 'all' groups of a specific group type.

Possible, quirky solution

I could define group content types. In the case of three options (e.g. invite, subscribe, closed), the rule would trigger the specific group (subscribe-group) to be turned into another group (e.g. invite-group).
Alas, it would not allow the group to be both 'invite' AND subscribe.

Is there a solution for these type of fine-grained subscription settings on a group-specific base?