- This topic has 5 replies, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › WordPress Multi Site setup with plugins
I think I have finished reading all the posts about multi site and I couldn’t find an answer to what I need. Maybe you can help me….
I have wordpress installed with multi site. The main url is only going to be a door to buy and enter each one of the sites. SO what I need is when someone buys the subscription they can buy a total access pass and they can access all the other sites in the network with the same username and password.
Can that be done?
Thanks
Thats not how normal plugins work in a standard WordPress multi-site install. You install one plugin but each individual sub-site will have it’s own database and settings and admin area so the admin of the sub-sites can configure each plugin the way he wants for his sub-site. Read this post:
https://support.tipsandtricks-hq.com/forums/topic/wp-multisite-install-and-plugin-behavior
Another helpful post:
https://support.tipsandtricks-hq.com/forums/topic/setting-up-emeber-on-multis-site-or-network-blog
I understand that, but my questions is is there a way to get around it? I mean, you guys developed the plugin, is there a way I can link them, the same way you can select if you want to create a wordpress user when someone becomes a member. Maybe modifying the plugin a little bit can it create more users in other sites in the same domain?
Thanks for your help!
We don’t have any option like that.
Is there a command I can add to the code that can create a subscriber in another wordpress site?
What is the script that makes the plugin create the user in wordpress? Maybe we can use that to make the plugin create another user somewhere else
Thanks
Nope, you will have to write a script that can send the request off to the other WP install and then the other install will have to catch the request and create the user using this method:
http://codex.wordpress.org/Function_Reference/wp_create_user