thanks and also :
in the template: MEMBERINFO
look for
Code:
<!-- contact popup menu -->
after it add :
Code:
<if condition="$show['member']">
and look for :
Code:
$vbphrase[send_skype_message_to_x]</phrase></a></li>
</if>
just add
and look for :
Code:
<if condition="$show['contactlinks']">
<li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
</if>
before it add
Code:
<if condition="$show['member']">
and after it add :
this addition to hide popup contact for visitors also
any one can help us with more option if i add profilefield to hide or not hide instant messaging from unregistered users