The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
a new admin user group
Hi, Ive created a new adminuser group, But their names arent bold/italized in the who's online bar, how can i fix this?
|
#2
|
||||
|
||||
hehe, I asked for this...let me find the thread, and bump it for you
Drk |
#3
|
||||
|
||||
thank you =D
|
#4
|
||||
|
||||
UH...i can't find it, try this
find the following in online.php Code:
if ($user['usergroupid'] == 6 and $highlightadmin) { $userinfo["$key"]['username'] = "<b><i>$user[username]</i></b>"; Code:
if ($user['usergroupid'] == 6 and $highlightadmin) { $userinfo["$key"]['username'] = "<b><i>$user[username]</i></b>"; if ($user['usergroupid'] == XX and $highlightadmin) { $userinfo["$key"]['username'] = "<b><i>$user[username]</i></b>"; Drk |
#5
|
||||
|
||||
If that doesn't work, along with the above modification find the following in index.php
Code:
if ($loggedin['usergroupid'] == 6 and $highlightadmin) { $username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin Code:
} else if (($loggedin['usergroupid'] == XX) and $highlightadmin) { if ($loggedin['usergroupid'] == XX and $highlightadmin) { $username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Other Admin Drk |
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
no problem
Drk |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|