The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
That works. I came across this post as well:
http://www.vbulletin.com/forum/showp...0&postcount=11. Just change the field number. Here's an example: Code:
<td><if condition="$post[field6] != '0'"> <if condition="$post['field6']&1"><img src="URL HERE"><br /> </if> <if condition="$post['field6']&2"><img src="URL HERE"><br /> </if> <if condition="$post['field6']&4"><img src="URL HERE"><br /> </if> <if condition="$post['field6']&8"><img src="URL HERE"><br /> </if> <if condition="$post['field27']&16"><img src="URL HERE"><br /> </if> <else /> <em>$vbphrase[n_a]</em> </if></td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|