PDA

View Full Version : If condition for IM's


Xencored
01-29-2011, 01:03 AM
Trying me luck here

Anyone know the If condition for IM's i cant seem to find it anywhere
Thanks
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>

Boofo
01-29-2011, 01:22 AM
<vb:if condition="$post['icqicon']">
<vb:if condition="$post['aimicon']">
etc. etc.

Xencored
01-29-2011, 01:34 AM
<vb:if condition="$post['icqicon']">
<vb:if condition="$post['aimicon']">
etc. etc.

Thanks is there not a way to wap them all this way is a problem for me


<vb:if condition="$post['icqicon']">{vb:raw post.icqicon}</vb:if>
<vb:if condition="$post['aimicon']">{vb:raw post.aimicon}</vb:if>
<vb:if condition="$post['msnicon']">{vb:raw post.msnicon}</vb:if>
<vb:if condition="$post['yahooicon']">{vb:raw post.yahooicon}</vb:if>
<vb:if condition="$post['skypeicon']">{vb:raw post.skypeicon}</vb:if>

Due to ive add css box around them all "as one big box" <div class="mai_postbit">