Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Looking at your site, the register button sends you to the login page for https://ca.razorfishuniversity.com/

    Which site is the main site on your network?

    If you don’t have a page for registration on the specific site, it should send you to wp-signup.php on your main site.

    Thread Starter revadigital

    (@revadigital)

    The main site is razorfishuniversity.com.

    I customized the registration page to be the home page so razorfishuniversity.com/wp-signup.php redirects to razorfishuniversity.com. But it looks like your plugin is attempting to go to ca.razorfishuniversity.com/wp-signup.php instead, which then redirects to the login instead of the proper registration destination on the main site (razorfishuniversity.com).

    I checked the htp header response after clicking the Register for an Account link, it’s first trying to go to wp-admin and then going to wp-login.

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The code does send you to the per site wp-signup by design since it’s meant to help people register for a site on the network (yes, I know it’s a network account). The logic is that this plugin helps people login and join specific sites on the network, so you want to keep them on that site. Since the signup page normally works on all subsites natively, it’s not an issue.

    In your case, you could force redirect all instances of wp-signup.php to your .com account. How are you redirecting the signup page already? What code are you using?

    Thread Starter revadigital

    (@revadigital)

    My redirects are in bp-custom.php but it doesn’t appear that the is picking those up. I can try putting it in custom-functions.php in the theme? Or would an htaccess rule make more sense?

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What’s the code in bp-custom? I’ve never had anyone use this with BuddyPress that I know of! That would have been good to know, since BP uses a different login/registration structure than normal.

    Thread Starter revadigital

    (@revadigital)

    Thanks for your help. I don’t think this was the right option for my need though so I deactivated it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Register for an Account’ is closed to new replies.