How would you add Supermoderator to that?
Quote:
Originally posted by Xenon
open online.php
find this:
PHP Code:
if ($user['usergroupid'] == 6 and $highlightadmin) {
$userinfo["$key"]['username'] = "<b><i>$user[username]</i></b>";
} else if (($mod["$key"] or $user['usergroupid'] == 5)and $highlightadmin) {
$userinfo["$key"]['username'] = "<b>$user[username]</b>";
} else {
if you have enabled the highlightadminfeature, you can just modify the changes to a username here.
|