MyBB Community Forums

Full Version: Online status in postbit not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey,

I noticed a few days ago that the online/offline status icon in the postbit is not working. As u can see in the picture I am online, yet the image shows im "offline".

[attachment=30623]

Cheers
check if {$post['onlinestatus']} exists in the postbit_classic template
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
and postbit_online template consists of code like below
<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>

MikeInToshx

postbit_online was causing the problem.

Thanks Wink