Tubedogg
That was it man
I didn't have eveything in there. I had the following like the DarkReaper
PHP Code:
$signature=bbcodeparse($bbuserinfo[signature],0,$allowsmilies);
$sendsig=htmlspecialchars($bbuserinfo[signature]);
I changed it to what you had; this and it worked. The hard coded numbers like Afterburner has also works,
$signature1=$bbuserinfo[signature];
$signature2=$bbuserinfo[signature];
$signature=bbcodeparse($signature1,0,$allowsmilies );
$sendsig=htmlspecialchars($signature2);
Thanks for your efforts today it is highly appreciated.
Joey