anyway to get this working with vb4.20 ?
I tried the below code and it wont allow to save due to an error
<if condition="{vb:raw post.icqicon} OR {vb:raw post.aimicon} OR {vb:raw post.msnicon} OR {vb:raw post.yahooicon} OR {vb:raw post.skypeicon}">
<div class="imlinks">
<div class="post_field">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div></div></if>
|