• Resolved tnageleweb

    (@tnageleweb)


    Hello,

    I’m using this plugin in my multi-site website and it work great. However, there is one small issue and I appreciate your help or suggestions.

    After activation plugin (for main website only), many pages are created. After testing the plugin, I found that all requests is controlled by those created pages except new blog sign-up.

    For example,
    User wants to register ==> redirect to register page (OK!)
    User wants to reset password ==> redirect to pass reset page (OK!)

    When user wants to sign up with new blog it is redirect to link (http://maindomain.com/wp-signup.php?new=newblog)
    Since there is no specific page to this condition, it is shown using default template and broke the site looking.

    When this happen (for example):
    user enter url with a blog name that not exists (i.e blogname.maindomain.com)
    So the system will redirect to
    (http://maindomain.com/wp-signup.php?new=newblog)

    Any idea how to fix this. Much appreciate your help. I have done my website installation and configuration and this is the only remaining part.

    Thanks,

    https://wordpress.org/plugins/theme-my-login/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tnageleweb

    (@tnageleweb)

    To make it simple:

    The plugin cannot handle (provide a theme) to new blog/site creation requests( requested by an already logged-in users).
    Link: http://maindomain.com/wp-signup.php ( requested by an already logged-in users, after clicking ‘Create a New Site’)

    Any workaround/fix for that, pls?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    When I last tested with multisite, it did handle new blog signups as well. It may have to be network activated, don’t remember.

    Please note that with the next release, this will be tje default behavior anyway. That is, TML will no langer handle wp-signup.php at all.

    Thread Starter tnageleweb

    (@tnageleweb)

    Thank you very much Jeff for your reply.

    Your plug-in is awesome! It is also 90% support multisite, I hope you re-consider supporting multisite (:

    I found a solution. This issue happen in two scenario:
    1. When a user try to create new site (from admin My site  create new site)
    2. When a user enter a NOT created sub-domain (i.e: blogX.maindomain.com) but blogX is not created.
    In both scenario the system is forward to mydomain/wp-signup.php

    The solution:
    For Issue 1:
    I used a plug-in called: Safe Redirect Manager
    I configure it to:
    Forward from: /wp-signup.php
    Redirect To: /register

    For Issue 2:
    I’ve added this line to my wp-config.php file
    define(‘NOBLOGREDIRECT’, ‘http://mydomain.com/register/’);

    This will forward any url request for non-existence blogs to the specified link.

    Everything seems to be fine now. Thanks again, keep the wonderful work!

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

The topic ‘New Signups Issues’ is closed to new replies.