The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Ok here is my request: http://www.vbulletin.com/forum/showt...583#post311583
Basically, I want the usergroup to be bold wherever, ie. Just like SuperMods... |
|
#2
|
||||
|
||||
|
Edit index.php, find:
PHP Code:
PHP Code:
Not tested, should work.. Enjoy and dont ask me to release! ![]() Logician |
|
#3
|
|||
|
|||
|
lol ok this is a simple hack, don't release it
thanks though...
|
|
#4
|
|||
|
|||
|
Oh another thing, could it be possible that you edit the authority list hack and add this usergroup to it? (right under Administrators)
|
|
#5
|
||||
|
||||
|
yep possible.
(Dont forget to Replace ALL Xs with the usergoupid) |
|
#6
|
|||
|
|||
|
Works, thanks
![]() Thanks again for another useful hack to me..you should mod this forum!! |
|
#7
|
|||
|
|||
|
For some reason, it's just stopped working? on the who's online list, they're now just like registered users
in plain text, no bold or italics, this is what I have in my index.php file...Code:
if ($loggedin['usergroupid'] == 6 and $highlightadmin)
{
$username = "<b><i>$loggedin[username]</i></b>";
}
else if ($loggedin['usergroupid'] == 8 and $highlightadmin)
{
$username = "<b><i>$loggedin[username]</i></b>";
}
else if (($mod["$userid"] or $loggedin['usergroupid'] == 5) and $highlightadmin)
{
$username = "<b>$loggedin[username]</b>";
} else
{
$username = $loggedin['username'];
}
eval("\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";");
}
|
|
#8
|
||||
|
||||
|
Have you disabled highlightadmin feature via Admin CP? Does your Admins/Mods still italic/bold?
|
|
#9
|
|||
|
|||
|
admins and mods still are in bold and italics yes...
|
|
#10
|
||||
|
||||
|
double check the usergroupid of the user who doesnt show up in italic/bold. Code seems fine and I cant see any reason that code will stop working all of a sudden..
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|