latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Multi site and Registration

Home Forums Community Forum Multi site and Registration

This topic contains 3 replies, has 2 voices. Last updated by  Bruce 4 years ago.

Topic Author Topic
Posted: Thursday Dec 27th, 2012 at 3:33 pm #35574

I am running multisite and S2member running on one of my child blogs. For some reason recently, the registration (open) is taking the visitor to my main blog registration and not my child theme even though the designated registration page to my child theme page.

Any thoughts would be helpful.

List Of Topic Replies

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Friday Dec 28th, 2012 at 2:08 pm #35652
Bruce
Username: Bruce
Staff Member

Hi Evan,

Are you running BuddyPress, or using standard s2Member registration at /wp-login?action=register?

Posted: Friday Dec 28th, 2012 at 6:22 pm #35670

I am running standard registration and not BuddyPress.

If I am in the S2Member general options, this is where it is showing to go…

http://1010massassociation.com/wp-login.php?action=register

… but when you click it, the web address switches to this

http://granitestreets.com/wp-signup.php

Granitestreets.com is set as my main blog in multisite. I currently am not using the granitestreets.com site but want to keep guests on the 1010massassociation.com site.

Posted: Saturday Dec 29th, 2012 at 2:55 pm #35731
Bruce
Username: Bruce
Staff Member

Hi Evan,

I’m assuming you’re using Domain Mapping, correct? This is something that happens within WordPress’s processes, this is the code from the source docs:

if ( !is_multisite() ) {
wp_redirect( get_option( 'siteurl' ) . "/wp-login.php?action=register" );
die();
}
if ( !is_main_site() ) {
wp_redirect( network_home_url( 'wp-signup.php' ) );
die();
}

There is a post on WordPress regarding this: http://wordpress.org/support/topic/plugin-wp-multi-network-wp-signupphp-redirect-loop

To deal with this, I’d recommend not using the /wp-login.php?action=register page, and instead using s2Member’s Pro Forms to allow users to register (Dashboard -› s2Member® -› PayPal® Pro Forms -› Free Registration Forms). Alternatively, you can use the hacked code in the WordPress forums topic I linked to. I’m unsure of if that code works, but you could try it.

Viewing 3 replies - 1 through 3 (of 3 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.