Quote:
Originally posted by fastforward
Alter the line that checks for posting permissions in newthread.php to something like this
if ($foruminfo[minposts] && ($foruminfo[minposts]>$bbuserinfo[posts]) and !(ismoderator($foruminfo[forumid],"",$bbuserinfo[userid]))) {
eval("standarderror(\"".gettemplate("error_forumno post")."\");");
exit;
}
|
Im a noobie and I don't know where I put those lines of code. Can somebody help me out on where I put them/what I should search for and replace/put them under. I also read that they need to be put in forumdisplay.php also.
Where do I put them in forumdisplay.php too?
Thanks for any help you can provide.