Thanks guys. I'll give it a go!
--------------- Added [DATE]1387754786[/DATE] at [TIME]1387754786[/TIME] ---------------
Hi guys,
I tried the above with no luck. Can you see if I've done something wrong here?
Code:
<p>
<vb:if condition="$bbuserinfo['field19'] == 'On'"><a></a>
<vb:else />
<vb:if condition="$show['avatar'] AND $post['avatarurl']">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
<vb:else />
<img src="{vb:stylevar imgdir_misc}/unknown.gif" />
</vb:if>
</vb:if>
</p>
</a>
--------------- Added [DATE]1387756942[/DATE] at [TIME]1387756942[/TIME] ---------------
I got it to work by taking out the else statement and only using the conditional.
Thanks very much guys, appreciate it!