The Arcive of vBulletin Modifications Site. |
|
hide Instant Messaging from profile page and show it to Administrators only Details »»
|
||||||||||||||||||||||
|
hide Instant Messaging from profile page and show it to Administrators only
Developer Last Online: Sep 2023
hi
with that mod you will hide Instant Messaging Fields while user view a profile To do that,
HTML Code:
<fieldset class="fieldset"> <legend>$vbphrase[instant_messaging]</legend>
HTML Code:
<if condition="$bbuserinfo['usergroupid'] ==6">
HTML Code:
$template_hook[memberinfo_contactinfo]
HTML Code:
</if>
Done ![]() Please remember to Click Mark as Installed if you use this modification. Show Your Support
|
||||||||||||||||||||||
![]() |
|
|