This plugin allows you to change any BuddyPress group into an announce-only group, where only admins and moderators can post.
Buddypress version 1.2.4 and above: activate plugin and go
BuddyPress versions 1.2 to 1.2.3:
in order for this plugin to work in old BP versions, you must replace a line in file
/bp-groups/bp-groups-templatetags.php in the buddypress folder
search for the following function bp_group_is_member (it should be around line 970) at the last line:
return true;
REPLACE it with:
return apply_filters( 'bp_group_is_member', true );
Requires: 2.9 (BP 1.2) or higher
Compatible up to: 3.0 (BP 1.2.6)
Last Updated: 2010-10-11
Downloads: 5,299
Got something to say? Need help?