Quote:
Originally Posted by Tekton
There should be no {}'s on that line.
Find:
PHP Code:
// ********************* REMOVE HTML CODES ***************************
if(!$dohtml)
Change to:
PHP Code:
$group_check= array(6,19);
if(in_array($userinfo[usergroupid],$group_check)||in_array($post[usergroupid],$group_check))
|
now no error message, but it doesnt work at all, with usegroub 6 alone it did worked, this is really confusing me