Quote:
Originally Posted by JuniorWU
Yes, I tried it, because when the user does not define any field, it is a bug, is showing the outline that appears in the icons only without anything inside
|
Do you mean the icons for icq, aim, etc, or the icons for orkut, facebook, etc?
ETA: Oh, I think I understand - maybe this code?
Code:
<if condition="$show['hasimicons'] OR $post['field5'] OR $post['field7'] OR $post['field9']">
<div class="userinfo-dh" align="left">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
<if condition="$post['field5']"><a href="$post[field5]" target="_blank"><img src="/images/styles/bluepallite/misc/im_ok.png" border="0" alt="Visualizar meu profile no Orkut"></a></if>
<if condition="$post['field7']"><a href="$post[field7]" target="_blank"><img src="/images/styles/bluepallite/misc/im_face.png" border="0" alt="Visualizar meu profile no Facebook"></a></if>
<if condition="$post['field9']"><img src="$stylevar[imgdir_misc]/$post[field9].gif" alt="$post[field9]"/></if>
</div>
</if>