@boofo: damn 's'
yes it is possible, look at this:
PHP Code:
if ($visible) {
$goto="showthread.php?s=$session[sessionhash]&postid=".$lastpost[postid]."#post".$lastpost[postid];
} else {
$goto="forumdisplay.php?s=$session[sessionhash]&forumid=$threadinfo[forumid]";
}
and change it to:
PHP Code:
$goto="forumdisplay.php?s=$session[sessionhash]&forumid=$threadinfo[forumid]";
should work