This plugin is for someone like me, who has 300 sites on one installation and need to add new support people to all of them without giving them Superadmin access. Here I can add a new support person to ALL Subsites in less than a minute!
I don’t understand people who give a one-star review to a FREE plugin without thinking beyond their own use. I am a heavy multisite user and have gotten all their plugins including the one on Envato, I really think they should be thanked for spending time creating a few plugins for multisite users who are not that many.
One small suggestion to the plugin creators. When I was trying to sync users of the sites, initially I didn’t realize I have to start from the main site. I was looking for that option in the network menu under the setting. Maybe on the setting page where we select the role, you can add a link, or maybe we can choose a site that we want to link with along with users there?
Anyways, thank you for this plugin.
]]>I installed a new WordPress Multisite recently for my project and made sub-sites for example site1, site2, site3.
Now i have a user specific for site1 only but he can still login to site2 and site3. Is this the feature of Multisite or am i missing something here…
If this is how it works then, is there any plugin to restrict users from site1 and site2 and site3.
Any help/advice would be appreciated.
]]>I have no plugins activated.
I do have New Blog Defaults activated in Super Admin.
I have added this to my wp-config.php file:
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘businessmarketingreview.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
I have this in my .htaccess file:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
Any ideas… I couldn’t find where anyone had this problem before…
I am using suPHP.
Everything else seems to be working…
I can create a new site, in the Admin site…
But, I want individual users to create their own site.
Jim
]]>