Online Offline Image

Hi guys I got a mod to display a members online offline status. But it puts the status in beside the profile image. How the status is showen is using a lightbulb that is on when a user is on line and off when they are off line. Can I adjust this to show the light bulb image along with some text saying online or offline. here is the mod below.

global $tmpl;
$sStatusImg = get_user_online_status($iPID) ? 'online.gif' : 'offline.gif';
$sStatusCode = '<img src="templates/tmpl_' . $tmpl . '/images/icons/' . $sStatusImg . '" style="position: absolute; top: 35px; right: 5px;" />';
$ret .= $sStatusCode;

Regards
Aiden

Quote · 1 Sep 2009

Ok got this tricky bugger sorted. Mrpowless was kind enough to work on this for me. He done exactly what I needed, what a stand up guy. He know's what he is doing and I would highly recommend him if anyone needs work done on their site.

Once again Thank You Mrpowless great job.

Regards

Aiden

Quote · 3 Sep 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.