H Hoxxy New Member Jul 31, 2008 #2 One of our members asked for this so I figured I would do a quick share here. Go to AdminCP> Styles & Templates> Postbit Legacy. Find: Code: <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> Below that add: Code: <if condition="$post['userid']"><div>Friends: (<b><a href="member.php?u=$post[userid]">$post[friendcount]</a></b>)</div></if> If you use itrader or an award mod, you can place it below the code.
One of our members asked for this so I figured I would do a quick share here. Go to AdminCP> Styles & Templates> Postbit Legacy. Find: Code: <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> Below that add: Code: <if condition="$post['userid']"><div>Friends: (<b><a href="member.php?u=$post[userid]">$post[friendcount]</a></b>)</div></if> If you use itrader or an award mod, you can place it below the code.