Forum Replies Created

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

    (@tnageleweb)

    Yes Deactivating TML fixed the issue, I’m using the default wp-signup page now, I will add some CSS and that will be fine with me.

    Just for your info, my wp installation is Multisite. The issue appear on main site but sub-sites are working fine. Based on your recent last update the plugin will not support Multisite and that is why I cannot use your plugin anymore. Anyways, thanks for your wonderful plugin and support.

    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!

    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?

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