For BBCodes and Smilies:
In the product add this:
Code:
<plugin active="1" product="umg">
<title>UMG - parse Smilies</title>
<hookname>bbcode_parse_start</hookname>
<phpcode><![CDATA[
if ($forumid == 'umgeditor')
{
$dohtml = $this->registry->options['umg_com_html'];
$dobbimagecode = $this->registry->options['umg_com_images'];
$dosmilies = $this->registry->options['umg_com_smilies'];
$dobbcode = $this->registry->options['umg_com_bbcode'];
}
]]></phpcode>
</plugin>
This will parse the smilies. It's include in the next update