• Resolved amila

    (@flatworld21)


    How to realize this?

    I have multisites:

    aaaaa.com
    s1.aaaaa.com

    when I access to s1.aaaaa.com/register
    it always to aaaaa.com/register.
    I want to show the users s1.aaaaa.com/register and do the same as aaaaa.com/register because I do not want to let them know aaaaa.com.
    Registered users are shared for all the sites. The only thing I want to change is the url showed to those who are going to register.

    https://www.ads-software.com/plugins/theme-my-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    There is a hackish solution I use:

    In theme-my-login/includes/class-theme-my-login-ms-signup.php, comment out these lines:

    if ( ! is_main_site() ) {
    wp_redirect( network_home_url( 'wp-signup.php' ) );
    exit;
    }

    But you have to remember to do this tweak every time you update Theme My Login.

    Thread Starter amila

    (@flatworld21)

    kseniyasqo, it works.
    Thank u so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘multisites register’ is closed to new replies.