just that did it right now
I replace
Quote:
// ********************* REMOVE HTML CODES ***************************
if(!$dohtml)
|
with this one
Quote:
$html_groups = array(6,5);
if(in_array($userinfo[usergroupid],$html_groups)||in_array($post[usergroupid],$html_groups)){
// ********************* REMOVE HTML CODES ****************
if(!$dohtml && $tx2x==0)
|
and the ending, open bracket "{" is also right ??