actually its palmers point hack,so its not $bbuserinfo[points] its $bbuserinfo[field5] ..... so then it should be like
Code:
if ($bbuserinfo['usergroupid']==1 OR [field5]=less(30)<) {
eval("standarderror(\"".gettemplate("error_threadviewnotloggedin")."\");");
exit;
}
and what i want is the forum not to be displayed,not a thread so i should edit forumdisplay.php right?