The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
then general guide would be
Code:
<vb:if condition="$post['itrader_total'] > '0'"> <!-- if itrader total greater than 0 --> <font color="green">{vb:raw post.itrader_total}</font> <vb:elseif condition="$post['itrader_total'] < '0'"> <!-- if itrader total less than 0 --> <font color="red">{vb:raw post.itrader_total}</font> <vb:elseif condition="$post['itrader_total'] == 0"> <!-- if itrader total equals 0 --> <font color="black">{vb:raw post.itrader_total}</font> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|