I want to put online/offline image in just under the postbit/post information. Plz see this image......
![[Image: image00038id5.jpg]](https://camo.mybb.com/f12818e6f2376b2bc763ca2f1a49005e1da95b9b/687474703a2f2f696d673133322e696d616765736861636b2e75732f696d673133322f343236352f696d61676530303033386964352e6a7067)
in your postbit classic template find
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
put this
<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>
under the
{$post['user_details']}
This is incorrect suggetion.
no it's not, i just did it, did you try it?