The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Replace Member List field with image
I'm curious if I can replace the text in a member's list field with an image?
I did similar in the postbit using Code:
<vb:if condition="$post['field7']"> <img src="http://xxx.org/forums/images/icons/{vb:raw post.field7}.png" alt="{vb:raw post.field7}" /> </vb:if> <vb:if condition="$post['field6']"> <img src="http://xxx.org/forums/images/icons/{vb:raw post.field6}.png" alt="{vb:raw post.field6}" /> </vb:if> Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|