Need a little help with the postbit code used to display a users zodiac sign (from a drop down profile field list) as an image. I'm using VB 4.0.
Any ideas?
This is what I've added to the postbit template to show just ONE sign:
Code:
Code:
<vb:if condition="$post['field11']">
{vb:raw post.field11}
</vb:if>
This is what is shown:
1. What code would I use to display the other signs (taurus, leo, etc...)?
2. I'd like to replace the VIRGO w/ an actual image.
Thanks