Hi,
I PM'ed you the update file, I hope it works, incase ayone else is wondering about this and has this hack installed here is the code:
PHP Code:
// Afterburners Colored OnlineUserHack Start
if ($loggedin['usergroupid'] == 6 and $highlightadmin) {
$username = "<b><i><font color=#ff0000>$loggedin[username]</font></i></b>"; // Color for Admin
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) {
$username = "<b><font color=#8b0000>$loggedin[username]</font></b>"; // Color for Supermod
} else if (($mod["$userid"]) and $highlightadmin) {
$username = "<b><font color=#008000>$loggedin[username]</font></b>"; // Color for Mod
} else {
$username = "<font color=#0000ff>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of
}
eval("\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";");
}
while ($loggedin=$DB_site->fetch_array($loggedins)) {
$numberregistered++;
$invisibleuser = '';
if ($loggedin['invisible']==1 and $bbuserinfo['usergroupid']!=6) {
continue;
}
$numbervisible++;
$userid=$loggedin['userid'];
if ($loggedin['invisible'] == 1) { // Invisible User but show to Admin
$invisibleuser = '*';
}
if ($loggedin['usergroupid'] == 6 and $highlightadmin) {
$username = "<b><i><font color=#ff0000>$loggedin[username]</font></i></b>"; // Color for Admin
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) {
$username = "<b><font color=#8b0000>$loggedin[username]</font></b>"; // Color for Supermod
} else if (($mod["$userid"]) and $highlightadmin) {
$username = "<b><font color=#008000>$loggedin[username]</font></b>"; // Color for Mod
} else {
$username = "<font color=#0000ff>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of
}
// Afterburners Colored OnlineUserHack End
Hopefull this will work
I am affraid I haven't installed the addons at the moment, but I may try in the future.