Viewing 15 replies - 1 through 15 (of 25 total)
  • I just started using it on a Multisite install, although I’m only using it on a single blog and not across a network. Will that be ok moving forward?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    You will be okay.

    This is not the best news to announce Jeff. We need it on WP Multisite and it’s the only way to go for us. I mean instead of announcing that you will enhance the performance on Multisite you are deactivating it from there.

    Please leave it multisite compatible.

    wow. bummer.

    I just converted over to TML on a new multisite install because I wanted users to be able to log in using their email address and also to redirect them to the home page after logging in.

    Now it looks like we’ll be stuck with usernames only and forced wp dashboard on login.

    ??

    Any chance you’ll reconsider?

    Less users will be using the plugin. I think it’s a good idea to reconsider.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Maybe I should reword it. Most aspects of the plugin will continue to work with multisite. What’s going to change is multisite will use it’s default signup and activation screens, which are already themed.

    Well, in terms of functionality Jeff, when I run a subdomain and have the plugin installed and activated on multisites. If I user reaches Coffee page for example on my subdomain and signup from there, will he be redirected back to the coffee page on my subdomain?

    We are highly worried about the functionality and any demonstration will help us understand our next steps.

    Just to let you know, we disabled the registration on our site through wp-login.php by using:

    /**
    * remove the register link from the wp-login.php script
    */
    add_filter('option_users_can_register', function($value) {
        $script = basename(parse_url($_SERVER['SCRIPT_NAME'], PHP_URL_PATH));
    
        if ($script == 'wp-login.php') {
            $value = false;
        }
    
        return $value;
    });

    Do we have to remove the above after the next update?

    Thank you.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    You do know there is a setting in the administration screen for that, right?

    Jeff, can you please link me to some documentation that shows how to use the new standard Multisite process for theming login. etc, as you stated?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Multisite only themes signup and activation. TML will still work to theme login and password recovery.

    Hi. Bad news for Multisite.
    I have TML installed in a multisite network.
    I register on my network and I receive the activation link by email. But this one goes to the login page, without activating the user.

    What can I do to use the regular wordpress activation together with the login/register/lostpassword of TML?

    Riccardo

    Plugin Author Jeff Farthing

    (@jfarthing84)

    I don’t really understand the question.

    Sorry Jeff.
    I found out that is better to use your TML on single sites and allow users to register on the network site without TML but with the default WordPress wp-signup.php.

    Thanks for your plugin.

    Riccardo

    So essentially this is going away?

    if ( is_multisite() ) {
    require_once( WP_PLUGIN_DIR . ‘/theme-my-login/includes/class-theme-my-login-ms-signup.php’ );

    // Instantiate Theme_My_Login_MS_Signup singleton
    Theme_My_Login_MS_Signup::get_object();
    }

    Plugin Author Jeff Farthing

    (@jfarthing84)

    @ebud Yes.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘*IMPORTANT* Multisite’ is closed to new replies.