Pakblogger
11-03-2015, 10:00 PM
Hi, Good Day, This is Very Simple Modification,
This will Remove Vcard Download Option and it'll remove all instant messages icon and address from members profile , About me Page,.
Open Admincp > Styles and Templates > Search in Templates
choose in which style you want this , i case you have more than on style,
you have to do it for all.
search for memberinfo_block_contactinfo
double Click memberinfo_block_contactinfo Templete
remove everything
and Paste
<!-- contact information -->
<div class="blocksubhead subsectionhead userprof_headers userprof_headers_border" >
<h4 class="subsectionhead-understate" style="width:100%" id="contact-info">{vb:rawphrase contact}</h4><br />
</div>
<div class="blockbody subsection userprof_content userprof_content_border">
<dl class="blockrow stats">
<dt>{vb:rawphrase this_page}</dt>
<dd> <a href="{vb:raw prepared.profileurl}">{vb:raw prepared.profileurl}</a></dd>
</dl>
</div>
and Enjoy
Vcard Download Options & instant message options will never show,.
please note,. if you have more than one style ,. you have to do it for all,..
:)
This will Remove Vcard Download Option and it'll remove all instant messages icon and address from members profile , About me Page,.
Open Admincp > Styles and Templates > Search in Templates
choose in which style you want this , i case you have more than on style,
you have to do it for all.
search for memberinfo_block_contactinfo
double Click memberinfo_block_contactinfo Templete
remove everything
and Paste
<!-- contact information -->
<div class="blocksubhead subsectionhead userprof_headers userprof_headers_border" >
<h4 class="subsectionhead-understate" style="width:100%" id="contact-info">{vb:rawphrase contact}</h4><br />
</div>
<div class="blockbody subsection userprof_content userprof_content_border">
<dl class="blockrow stats">
<dt>{vb:rawphrase this_page}</dt>
<dd> <a href="{vb:raw prepared.profileurl}">{vb:raw prepared.profileurl}</a></dd>
</dl>
</div>
and Enjoy
Vcard Download Options & instant message options will never show,.
please note,. if you have more than one style ,. you have to do it for all,..
:)