The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Regarding infractions
Is there a conditional statement that will display what I choose to whoever I want if somebody received an infraction?
I am aware of "<if condition="$show['redcard']">", but that only shows to those who can moderate. Is there a conditional that will show to everybody? |
#2
|
||||
|
||||
Code:
<if condition="$post['infraction'] == 2">Red Card</if> <if condition="$post['infraction'] == 1">Yellow Card</if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|