Page 1 of 1

Multisite Admin Edit Existing Members?

PostPosted: November 10th, 2011, 3:21 pm
by dskallman
Hi,

I am realizing the s2member takes control on these settings:

Registration Settings

Allow new registrations
-Registration is disabled.
-User accounts may be registered.
-Logged in users may register new sites.
-Both sites and user accounts can be registered.
-Registration notification

-Send the network admin an email notification every time someone registers a site or user account.

Add New Users
- Allow site administrators to add new users to their site via the "Users → Add New" page.


How can Admins go into their sites in a multisite setup and edit existing members, the only option they see is Remove. How can we change that so Admins in the multisite setup and go in and edit existing users on their own website.

Thanks!

Dana

Re: Multisite Admin Edit Existing Members?

PostPosted: November 12th, 2011, 2:42 am
by Cristián Lávaque
Hi Dana, I emailed this to Jason because I don't know the answer. I hope he gets to it soon.

Re: Multisite Admin Edit Existing Members?

PostPosted: November 15th, 2011, 6:15 pm
by Jason Caldwell
Hi Dana. Thanks for your inquiry.

This is made possible by s2Member ONLY when/if you're running a Multisite Blog Farm, where this functionality would be desired. To enable this functionality, you will need to have this line in your /wp-config.php file please.
Code: Select all
define("MULTISITE_FARM", true); 
Further details on this configuration directive are provided with our Multisite Network Support Package.