Each one?
So it should look like this?
<center><vb:if condition="{vb:raw post.field5}"><img src="www.clanpf.com/forums/images/misc/{vb:raw post.field5}.png" alt="{vb:raw post.field5}" /></center>
</vb:if>
--------------- Added [DATE]1326081495[/DATE] at [TIME]1326081495[/TIME] ---------------
Well I changed the coding to...
<center><vb:if condition="$post['field7']"><img src="www.clanpf.com/forums/images/misc/{vb:raw post.field7}.png" alt="{vb:raw post.field7}" /></center>
</vb:if>
And it seems to apply the Name, but still isn't finding the image with the same name.
|