is there a chance you are using OPERA as your browser?
The code you have written is correct and free of errors (especially parse errors), however there might be a problem with copy/paste process (Opera does this!). Please try to write it down verbatim, instead of copy/paste..
Also delete the spaces in the begining of the code, so it should be like this:
$visible=!$foruminfo[moderatenew];
if ($bbuserinfo[usergroupid]==11 AND $foruminfo['forumid']==19)
{
$visible=1;
}
after you finished..
|