Try this, in the instructions, it says to find those 2 lines in newthread.php, and replace them with the code given below, well replace that load of code with this instead, and see if it works:
PHP Code:
// ############################### start new thread ###############################
if ($action=="newthread" and $foruminfo[mustread]=="1") {
$mustreadtext = addslashes($foruminfo[mustreadtext]);
eval("dooutput(\"".gettemplate("newthread_mustread")."\");");
exit;
} elseif (($HTTP_POST_VARS['action']=="postnewthread" and $foruminfo[mustread]=="1") or ($action=="newthread" and $foruminfo[mustread]=="0") or ($HTTP_POST_VARS['action']=="preview")) {
Let me know if it works. I haven't got the hack installed on a board at the moment, and I just made this quick possible fix up...