altctrl-public-group
altctrl-public-group copied to clipboard
BuddyPress plugin to provide an alternative control to group admins on their public groups
Is there a way to enforce the rule from the wordpress admin area rather than the group admin. Or even set it so as long as the plugging is active...
The plugin and concept is good, but when I apply settings, then group doesn't open up to non members, the webpage shows this page isn't working , redirected too many...
This scenario provoke privacy issue for contents. Why not adding membership request for private groups too?
- Looks like `bp_register_group_extension()` is used without checking `bp_is_active( 'groups' )` - `groups_send_membership_request()` was called with an argument that is deprecated since version 5.0.0! Arguments passed to groups_send_membership_request should be...
We're looking to create a new group privacy option which is basically like 'Public', but where it's open to all logged-in users (not to users who aren't logged in). This...
Hi Mathieu, I think this is a very interesting plugin to add alternative privacy to Groups, and it sits nicely in the middle of a private and a public group....