When you say to look for:
Code:
// redirect
if ($visible==1) {
$goto="showthread.php?postid=$postid#post$postid";
} else {
$goto="forumdisplay.php?forumid=$forumid";
}
I've another piece just under it with the obsolete tnx msg:
Code:
eval("echo standardredirect(\$bbtitle,\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
}
How shall I edit it so that there's no more double messages while closing a thread?