Quote:
Originally posted by datatec
This is brilliant! Thanks Afterburner
As a newbie, I put it on with ease and it works LOL
I have version 2.2.1
Please, can some one tell me how I would change it to have thus:
Group Admin
Admin
Sup Mod
Mod
Senior Member
member
Newbie
I would be very grateful
Thanks in advance
|
Know that the 8 stands for the new user group that you want. You can change this to whatever usergroup the Newbie falls into.
You can add the same thing below your additions for any other additions, just change the usergroup #.
You would add this:
PHP Code:
} else if (($loggedin['usergroupid'] == 8) and $highlightadmin) {
$username = "<font color=darkred>$loggedin[username]</font>"; // Color for Newbie
Right before this:
PHP Code:
} else if (($mod["$userid"]) and $highlightadmin) {
$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod
Then you would add this:
PHP Code:
} else if (($loggedin['usergroupid'] == 8) and $highlightadmin) {
$username = "<font color=darkred>$loggedin[username]</font>"; // Color for Newbie
Right before this:
PHP Code:
} else if (($mod["$userid"]) and $highlightadmin) {
$username = "<b><font color=green>$loggedin[username]</font></b>"; // Color for Mod