Quote:
Originally Posted by Krusty1231
This is what I did.
Code:
<div align="center">
<vb:if condition="$post['field5']">
<img src="/flags/{vb:raw post.field5}.GIF" alt="Users Flag!" border="" />
</vb:if></div>
That way I am not uploading the flags to each style. One flag folder to rule them all!
The path can be suited anyway you like. In my example my flag folder is uploaded outside my forum content - example - http://www.youraddress.com/flags/Canada.Gif
Hope it helps!
|
All works fine in 4.1.11 and using Krustys code above.