The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Referencing Profile Checkboxes
I'm wanting to add an image for every check within a field in a users profile. For example, they check box 1, 4, and 7, so under their avatar they will display image1, image4, and image7.
I know where to place the modification in the template, I just don't know how the if statement will look. The field I'm working with is called field6 Thanks for the help! |
#2
|
|||
|
|||
HTML Code:
<if condition="$post['fieldX']"> <img src="image.jpg" alt=""> </if> EDIT: Might be worth looking at this post |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|