Community Support Forums — WordPress® ( Users Helping Users ) — 2010-05-19T03:39:47-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=106 2010-05-19T03:39:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=106&p=440#p440 <![CDATA[Re: WPMU Sitewide]]>
Open /wp-login.php and look for line #400
Code:
case 'register' :
   // WPMU doesn't use this
   wp_redirect( apply_filters( 'wp_signup_location', get_bloginfo('wpurl') . '/wp-signup.php' ) );
   exit;


Change that to this:
Code:
case 'register' :

Removing those lines will get s2Member working on WPMU, and the same is true for WP 3.0 with Multisite enabled. I should warn you though! - s2Member has NOT been thouroughly tested in WPMU. Going forward, our focus will be on WP 3.0 w/ Multisite enabled. Preliminary tests indicate this will work fine, so long as the wp-login.php file is modified as shown above. Another alternative, is to design a custom registration form, that triggers do_action("user_register").

Statistics: Posted by Jason Caldwell — May 19th, 2010, 3:39 am


]]>
2010-05-19T03:07:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=106&p=436#p436 <![CDATA[WPMU Sitewide]]>
Is this possible?

Thank you very much,

Andrea

Statistics: Posted by Guest — May 19th, 2010, 3:07 am


]]>