The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Style thread entry based on usergroup for admins.
I would be interested, and would pay if need be, in a way to style my thread posts as a Site Admin differently than other threadposts. Adding or changing a classname to the <td>.
Does anyone know of a conditional I can add to the template to do this? I'm still not up to speed on all the variables of vbulletin as I've only had it about a week or so - but I am willing to get my hands dirty if someone could give me some direction. Thank you. |
#2
|
||||
|
||||
Just a basic Admin only condition:
Code:
<if condition="$bbuserinfo[usergroupid] == 6"> You can see this because you're an Admin! <else /> You can see this because you're something other than an Admin! </if> |
#3
|
|||
|
|||
Thanks! I'll toss that in when I get a chance,
Cheers. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|