LoF
07-18-2009, 01:44 PM
HURRAY! NEVERMIND I SOLVED THE PROBLEM MYSELF, THANKS ANYWAY :)
Hello..
I'm trying to redirect to usernotes after banning.
I tried to replace in the modcp/banning.php file the next code:
define('CP_REDIRECT', 'banning.php');in:
define('CP_REDIRECT', '../usernote.php?do=newnote&u='.$user['userid'].'');But it doesn't work.
Has someone get the solution to this?
Thanks.
HURRAY! NEVERMIND I SOLVED THE PROBLEM MYSELF, THANKS ANYWAY :)
Hello..
I'm trying to redirect to usernotes after banning.
I tried to replace in the modcp/banning.php file the next code:
define('CP_REDIRECT', 'banning.php');in:
define('CP_REDIRECT', '../usernote.php?do=newnote&u='.$user['userid'].'');But it doesn't work.
Has someone get the solution to this?
Thanks.
HURRAY! NEVERMIND I SOLVED THE PROBLEM MYSELF, THANKS ANYWAY :)