Wanted to ask you what could be wrong, cos bold and italic tags do not work in my forum. Firstly I thought it's related with the Signatures addon, but it seems that it is not. When I wrap text lets say in a bold tag, I get [ b]Love[/b], the same thing with italic. It's strange, but Underline works fine.
I tried this code, but nothing changes:
/* Signatures */
function parseUserInfo_user_custom2($av){ if(trim($av)!=''){
/* Version with standart BB codes + [br] for breakes */ require_once($GLOBALS['pathToFiles'].'bb_codes.php'); $admin=($GLOBALS['cols'][0] ==1?1:0); $sig='<br /><br />'.enCodeBB(str_replace("\n",'<br />',$av),$admin);
} else $sig='';
return $sig; }
/* --Signatures */ |