Quote:
Originally Posted by gr8whtd0pe
Is there any way for it to redirect you back to the homepage of the forums instead of the admincp?
|
This is not supported (see first post for type of support offered) but should work. If it does not work, you are on your own.
Edit
user_moderation.php, find (x2 instances):
PHP Code:
define('CP_REDIRECT', 'index.php?');
Change to:
PHP Code:
define('CP_REDIRECT', './index.php?');