How to use SmileysParser in yiichat with same time

please help. i cant find the answer in google. i use exstension yiichat and smiley in same time.




Yii::import('application.extensions.smileys.SmileysParser');

$content="O:-) test <img src='http://www.yiiframework.com/forum/public/style_emoticons/default/wink.gif' class='bbc_emoticon' alt=';)' />";

$content=SmileysParser::parse($content,'default');

echo $content;



this is output

6736

untitled.JPG

its work if i echo it. .but how to combine with yiichat

6732

yii.JPG

anyone?