-
acurran replied to the forum topic Feature request: Hide certain members in the group Requests & Feedback 13 years, 2 months ago
-
acurran replied to the forum topic Feature request: Hide certain members in the group Requests & Feedback 13 years, 2 months ago
My solution is to modify members-loop.php (I’m using template pack)
?php while ( bp_members() ) : bp_the_member();
$exclude_ids = array(1,3); /* member ids to exclude from listing */
if […] -
acurran replied to the forum topic Registration Approval Plugin in the group Requests & Feedback 13 years, 2 months ago
My 3 step solution to this problem is as follows:
1. Install plugin – BuddyPress Pending Activations (https://wordpress.org/extend/plugins/buddypress-pending-activations/)
2. Make hack to plugin function […]
@acurran
Active 7 months, 1 week ago