MyBB Community Forums

Full Version: online - offline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can we show online-offline with a gif
Open the language file global.lang.php and search for
$l['postbit_status_online'] = "Online";
$l['postbit_status_offline'] = "Offline";
Replace with:
$l['postbit_status_online'] = "<img src=\"images/online.gif\" border=\"0\" alt=\"Online\" />";
$l['postbit_status_offline'] = "<img src=\"images/offline.gif\" border=\"0\" alt=\"Offline\" />";
Well that works fine thanx

See attached

[attachment=2112]