Quote:
07-06-02 at 01:25 PM Sal Collaziano said this in Post #3
Thanks for this input.. Can anybody please describe to me the possible downfall to doing this? I'd really like to do it on my forums but I'm afraid of what could happen as a result...
|
Follow these steps instead to insure that things still work out already:
Open
forum/functions.php and find:
PHP Code:
eval("dooutput(\"".gettemplate("standardredirect")."\");");
BEFORE IT, place
PHP Code:
header("Location: $url");
This is because some browsers do not work with the header("Location: $url"); code, but they will then go to the next line.