View Full Version : How to remove AIM/MSN contact info from displaying in profiles?
carubmun
06-08-2009, 10:59 PM
I've banged my head on the desk the past couple of days trying to remember where the option to allow/disallow the icons/info was.
Ive used the search feature quite a bit to try and find this info, but no dice.
Any help?
RTMdotORG
06-09-2009, 12:03 AM
ok all you need to do it...
go to edit templates>>>memberinfo>>>memberinfo_block_contactinfo
find:
<if condition="$prepared['hasimdetails']">
<fieldset>
<legend>$vbphrase[instant_messaging]</legend>
<div class="fieldset_padding floatcontainer">
<div><phrase 1="$prepared[username]">$vbphrase[send_instant_message_to_x_using]</phrase></div>
<ul class="list_no_decoration" id="instant_messaging_list">
$block_data[imbits]
</ul>
</div>
</fieldset>
</if>
and remove.
carubmun
06-09-2009, 01:57 PM
You are a gentleman and a scholar... and I thank you kindly.
RTMdotORG
06-09-2009, 02:35 PM
You are a gentleman and a scholar... and I thank you kindly.
no prob.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.