Hi,
We’re using BuddyPress Profile Visibility Manager on one site within a Multisite install to only allow admins to see the memberlist and all user profiles.
This only works for people that are SuperAdmins on the multisite netwerk and not for people that are only admin on this single site. Superadmins can see all they need to see, but the ‘normal’ admins can only see their own profile, just like users with less permissions.
Can you please help?
Wordpress 5.2.4
Multisite, no subdomain install, domain mapping enabled
BuddyPress 4.3.0 and 5.0.0 (no difference)
BuddyPress Profile Visibility Manager 1.7.3 and 1.8.0 (no difference)Kind regards, Thierry
Hi Thierry,
Thank you for using the plugin.I will push an update today and will share code to allow normal admins have same permission as the super admin.
Regards
BrajeshPlease upgrade to 1.8.1 and after that, Please put this in your bp-custom.php
add_filter( 'bp_profile_visibility_is_admin_user', function ( $is ) { return current_user_can( 'list_users' ); });
That will allow admins the same feature as super admin in this plugin.
Regards
Brajesh
The topic ‘ [Resolved] BuddyPress Profile Visibility Manager problem on Multisite’ is closed to new replies.