Hi,
I've got a normal WP blog, which I'd like to move to Wordpress MU. But I'm having trouble getting the 'Wordpress Users' plugin to display only the users for the blog being looked at. At the moment it shows all the users registered on all blogs, rather than just the one I am looking at. Unfortunately I can't quite work out how to filter out the other users. The two options I can see are;
1) adding another clause to the SQL query, to require 'meta_key = wp_[blog id]_user_level', or
2) adding an 'if' clause somewhere using the built in functions like 'is_user_member_of_blog'.
I think the second one would work for both WP and WPMU, so I'd rather try that approach. Has anyone tried doing this themselves?
Cheers