Back to vBulletin 3.7 Template Modifications

Hide IM Icons from guests in Postbit
Mod Version: 1.00, by Dragonsys

This modification is in the archives.
vB Version: 3.7.x Rating: (2 votes - 5.00 average) Installs: 6
Released: 20 Oct 2008 Last Update: Never Downloads: 2
Not Supported Template Edits Re-usable Code Translations  

The only posted Mods I found for hiding Contact info from guests was for the profile page.
This will hide the Instant Messaging Icons on post pages from guests.
Its a very simple and easy MOD.

In the postbit & postbit_legacy templates
Find:
Code:
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Replace With:
Code:
<if condition="$show['member']">
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</if>
Hope someone finds it useful.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024