Hmm, i really can't get it to work! Argh!
I really followed the instruction by the letter, but when i select which posts i want to be quoted, and i click on 'New Reply', it just submits, the quotes right into a new post, without going to the new reply page...
Maybe it has something to do with a redirect removal?
This is what i got below the hack in newreply.php:
PHP Code:
$threadid=verifyid("thread",$threadid);
$threadinfo=getthreadinfo($threadid);
if (!$threadinfo[visible]) {
$idname="thread";
eval("standarderror(\"".gettemplate("error_invalidid")."\");");
}
if (!$threadinfo[open]) {
if (!ismoderator($threadinfo[forumid],"canopenclose")) {
eval("standardredirect(\"".gettemplate("redirect_threadclosed")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
exit;
}
}
Maybe it hasn't got anything to do with it, but nevertheless it could be though!
Please help! :classic: