Quote:
Originally Posted by insidegames
can you tell mer your code please? :-) Looks very coool
|
Sorry for the slow reply. I put mine in the postbit_legacy template ... and it goes right after this bit:
{vb:raw memberaction_dropdown}
and before:
{vb:raw post.onlinestatus}
It should look like this once done:
{vb:raw memberaction_dropdown}
<!-- Wy Gender in postbit Start -->
<vb:if condition="$post['field5']"><img src="{vb:stylevar imgdir_misc}/{vb:raw post.field5}.gif" alt="{vb:raw post.field5}" /></vb:if>
<!-- Wy Gender in postbit End -->
{vb:raw post.onlinestatus}
Of course, you might not be using field 5, so you might have to change that bit. Let me know if you have any problems.