Hi Guys,
I'm using vb 4.0.8
I've uploaded all the flags - created a profile field called Country Flag and its field 44
added this to the postbit template
Code:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['field44']"> <dt>Country</dt> <img src="http://www.digital-car.co.uk/forum/images/buttons/flags/{vb:raw post.field44}.GIF" alt="This is {vb:raw post.username}'s Country Flag" border="0" /></vb:if></p>
<!-- Wy Flags End -->
Tested
http://www.digital-car.co.uk/forum/i...s/flags/UK.GIF shows up, which it does, however on the forums, its not there...
What did I do wrong?