Awesome, that fixed it, quick support too :nervous:
I found one more bug with it, New Thread doesn't work either.
the error-
Code:
Parse error: parse error, unexpected T_ELSE in /home/nightmar/public_html/forum/newthread.php on line 188
the block of code-
Code:
// End of automated warnings things
{
$url = "showthread.php?$session[sessionurl]p=$newpost[postid]#post$newpost[postid]";
}
else
{
$_REQUEST['forceredirect'] = 1;
$url = "forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]";
}
eval(print_standard_redirect('redirect_postthanks'));
} // end if
}
The problematic line is where it says else, but I cant seem to find anything wrong with it?