PDA

View Full Version : Regarding infractions


UltimateOreo!
07-19-2009, 08:58 PM
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?

Dismounted
07-20-2009, 06:11 AM
<if condition="$post['infraction'] == 2">Red Card</if>
<if condition="$post['infraction'] == 1">Yellow Card</if>