This topic contains 7 replies, has 2 voices. Last updated by Raam Dev 4 years, 1 month ago.
Topic Author | Topic |
---|---|
Posted: Friday Nov 16th, 2012 at 8:08 am #31755 | |
We are running a multisite/network. We are selling one membership @ $50/year, which grants access to certain sections on our site. The way we have it set up now is: Person tries to access protected page —-> Taken to Membership Options page to pay & create profile —-> Can log in and access protected pages. This is a pretty standard flow as I understand it. But here’s our issue: We would like all paying members to becomes users on two of our sites. It seems that the best way to accomplish this would be some sort of plugin/hack that would take all users created by s2Member on the primary site and automatically duplicate them on the 2nd site. I have found 1 or 2 plugins that sounded like they did that but I couldn’t figure them out. Plus, we aren’t using a default WP user role for our paying members, so that may be conflicting with the ability to duplicate them? Nevertheless, we really do need a way to accomplish this! Any ideas? My second question: Can we somehow assign a custom ID to all paying members and have some sort of logic that uses the next sequential number for subsequent members? Example: Person pays for membership —> Is assigned Member ID #000001. Another person pays for membership —> Is assigned Member ID #000002, and so on. I know WP assigns a user ID but they are single digits (1, 2, 3) and we can’t use that for business purposes. I was thinking that maybe we could somehow “force” the number to be their Username. So when someone goes to create a profile, the next sequential number is automatically inserted in their Username field and cannot be edited by the user themselves. Please tell me there’s a way to do this! |