imlinks conditional
Have yet to find any information about applying a div or element around the IM links only if they are visible in the users post so here is the conditional and how you could use it.
Code:
<vb:if condition="($post['yahooicon'] != '') || ($post['icqicon'] != '') || ($post['aimicon'] != '') || ($post['msnicon'] != '') || ($post['skypeicon'] != '')"><div class="imlinks"></vb:if> {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon} <vb:if condition="($post['yahooicon'] != '') || ($post['icqicon'] != '') || ($post['aimicon'] != '') || ($post['msnicon'] != '') || ($post['skypeicon'] != '')"></div></vb:if> If you have no idea what I am talking about then chances are you do not need to use this modification. Download No files for download. |