^ nope.
after a lot of error and trial, i made the following plugin inactive and all is fine now. strange.
Render [MENTION] BBCode
update: oops .. spoke too soon. altho the smilies are working OK the usertags are rendered useless with the above step.
what does $do_smilies do in the following code found in the above mentioned plugin:
PHP Code:
$text = $this->parse_bbcode(preg_replace('/\[\/?mention=?\]/i', '', preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU', $mention, $text)), $do_smilies, $do_imgcode, $do_html);