The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Extra Team Avatar
I am after a special extra team avatar for moderators, supermoderators and administrators, I think I have some rightish looking code but I am not sure where to put it:
Code:
unset($teamlogo); if ($loggedin['usergroupid'] == 6 and $highlightadmin) { $teamlogo = "<img src=\"team.gif\">"; } else if (($mod["$userid"] or $loggedin['usergroupid'] == 5) and $highlightadmin) { $teamlogo = "<img src=\"team.gif\">"; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|