Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › WordPress Multi Site setup with plugins
- This topic has 5 replies, 2 voices, and was last updated 14 years, 4 months ago by
amin007.
-
AuthorPosts
-
July 14, 2011 at 7:54 pm #3803
gcollignon
MemberI 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
July 15, 2011 at 3:48 am #34284amin007
ParticipantThats 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
July 17, 2011 at 2:54 pm #34285gcollignon
MemberI 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!
July 20, 2011 at 3:27 am #34286amin007
ParticipantWe don’t have any option like that.
July 20, 2011 at 6:46 pm #34287gcollignon
MemberIs 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
July 21, 2011 at 1:56 am #34288amin007
ParticipantNope, 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
-
AuthorPosts
- You must be logged in to reply to this topic.