ok i managed to get the field numbers right , alls good works great , I just want to get it to display under my aim . like in my picture its not . im running 4.1.1 IM using the postbit_legacy anyclue i do have it in the right place under it
PHP Code:
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
<vb:if condition="$post['field13']">
<a target ="blank" href="{vb:raw post.field13}"><img src="images/postbit_social/twitter.png" alt="Follow {vb:raw post.username} On Twitter" /></a>
</vb:if>
Quote:
Originally Posted by Animemike
You have to add the code AFTER
Code:
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
As OP posted
|