I have a problem with
Render [BBCODE] Mention Plugin (in your mod.
When someone post a smilie, the output gets an extra code:
" class="inlineimg" />
This happens also in posts without mentions.
Also, some code like youtube bbcode sometimes shows rare HTML outpus instead youtube video.
If i disable your mod, (and exactly this plugin),
all works perfect without rare HTML outputs
Maybe some bug in preg_replace code?. Thanks
EDIT: Also if i comment this code:
Code:
$text = $this->parse_bbcode(preg_replace('/\[\/?mention=?\]/i', '', preg_replace('/\[mention=(\d+)\](.*)\[\/mention\]/iU', $mention, $text)), $do_smilies, $do_imgcode, $do_html);]]
All works perfect, but no change in mention (because i stopped replace, of course).