PDA

View Full Version : Hide Signature unless logged in


Mum
11-20-2007, 04:25 PM
I can't find a mod to do this, but it must be pretty simple. I want to hide signatures unless the person is logged in

Thanks in advance :)

WhaLberg
11-22-2007, 08:16 AM
Find $post[signature] in your postbit template and replace it with:

<if condition="$show['member']">$post[signature]</if>

Mum
11-22-2007, 04:00 PM
Thank you, so easy and works so well :)