dantebeatrix says

Hi, looking for plugin to create a clickable profile page for Wordpress multisite. Right now Wordpress allows sub site admins to view profiles of subscribers only if the subscriber initially signed up on the subsite (as opposed to being referred over from the main site). I need the subsite admin to be able to view these profiles…. like a profile page when they are logged in.

WordPress will not let you remove the edit capability and view the edit profile page so you’d have to make a view profile page instead. BuddyPress already provides profile pages though, so that is partly done if ( is_admin() ) { //display user details; }

Suggestions, or your cost to do if it doesn’t exist?

4 months ago