change your forumhome_loggedinuser template to this
PHP Code:
<img src="{imagesfolder}/im.bmp" onClick="parent.chat.document.jchat.processJInput( '/msg $username Hello' )"></a>
to have an IM in there
add this to your postbit online template to have an IM in there
PHP Code:
<img src="{imagesfolder}/im.bmp" onClick="parent.chat.document.jchat.processJInput( '/msg $post[username] Hello' )"></a>