okay the icon isn't showing up anywhere in my forums except for the announcements. I't snot goin on in index.php and not online.php or forumdisplay.php
if ($loggedin['usergroupid'] == 6 and $highlightadmin) {
$username = "$iconavatar<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin
That's my little code for the colors for admin part. I have the color online hack.
I'm on 2.2.6 and this code is NOT in index.php
} else {
$username = $loggedin[username];
}
|