The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Secondary Usergroups Question
Hey everyone.
I have another odd question I hope someone can answer. I just started to use a template mod for adding images based on usergroups. The following is an example of what I have: Code:
<if condition="$post[usergroupid] == 10"> <img src="fainte/postbit/crimson_blades.gif" border="0"> <br> </if> <if condition="$post[usergroupid] == 11"> <img src="fainte/postbit/crimson_blades_officer.gif" border="0"> <br> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|