Quote:
Originally Posted by dszuecs
Very nice mod, thanks alot!
Only issue for me: As soon as u logg in, you automaticly get redirected to the "Thanks for logging - Screen", where you get redirected to the forum home.
The box shouldn't appear on that screen imo.
|
In the .xml, change this line:
PHP Code:
if (in_array(THIS_SCRIPT, array('register')))
to this:
PHP Code:
if (in_array(THIS_SCRIPT, array('register', 'login')))