Hi Guys,
I am setting up this:
https://vborg.vbsupport.ru/showthrea...light=postbit*
The trouble I have run into, is I would also like to have it around the ICQ, MSN, etc icons, however not everyone with have them.
So I am looking for a way to only show the div when they actually have one of the above on their account, that way I dont end up with a box with nothing in it.
Current code:
Code:
$template_hook[postbit_userinfo_right]
<div class="postinfo">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
I assume I am going to need a if statement, however that is the extent of my cosing knowledge, so any ideas?
THANKS!