Hide IM Icons from guests in Postbit
This modification is in the archives.
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> Code:
<if condition="$show['member']"> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </if> Download No files for download. |