The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey
How can I disable the option to add yahoo/skype (anything like this) to member profiles? Not only for new members but the existing one should not have this displayed. Cheers |
|
#2
|
||||
|
||||
|
In the template MEMBERINFO remove:
Code:
<if condition="$prepared['icq']">
<li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_icq.gif" /> <a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></li>
</if>
<if condition="$prepared['aim']">
<li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_aim.gif" /> <a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></li>
</if>
<if condition="$prepared['msn']">
<li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_msn.gif" /> <a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></li>
</if>
<if condition="$prepared['yahoo']">
<li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></li>
</if>
<if condition="$prepared['skype']">
<li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></li>
</if>
|
|
#3
|
||||
|
||||
|
Or write a plugin to set $prepared['icq'] , etc all set to nothing so they won't print out.
|
|
#4
|
|||
|
|||
|
Thx but it seems there is this option "Show Instant Messaging Program Icons".
|
|
#5
|
|||
|
|||
|
How can I just delete this?
|
|
#6
|
|||
|
|||
|
Quote:
thank you |
|
#7
|
|||
|
|||
|
I dont have any of that, in my memberinfo template at all.
Quote:
|
|
#8
|
||||
|
||||
|
This is the vB3 support forum. What version of the software are you running? If not vB3, then you need to post in the appropriate forum for your version.
|
|
#9
|
|||
|
|||
|
Quote:
I have the latest 4.0 version before 5.0 came out. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|