The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
code Image in postbit_legacy userfield
Hi guys, I need help
How can I display an image in userfield like this? my image is in Misc directory. I tryed to edit this code but doesn't work <div class="eti_postbit"><vb:if condition="$post['field14']"><dt><b><font color="#0000">Gender</font></b></dt><img src="{vb:stylevar imgdir_misc}.png <dd>{vb:raw post.field14}</dd></vb:if></div> |
#2
|
||||
|
||||
This:
<img src="{vb:stylevar imgdir_misc}.png Needs to be fixed to: <img src="{vb:stylevar imgdir_misc}whatever_image.png" alt="" /> You don't have any actual image there and I don't know where you get the name, but put that in there and finish the image tag properly. |
#3
|
|||
|
|||
thanks Lynne
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|