tnageleweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Cannot log out!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.
Forum: Plugins
In reply to: [Theme My Login] New Signups IssuesThank 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.phpThe solution:
For Issue 1:
I used a plug-in called: Safe Redirect Manager
I configure it to:
Forward from: /wp-signup.php
Redirect To: /registerFor 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!
Forum: Plugins
In reply to: [Theme My Login] New Signups IssuesTo 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?