PDA

View Full Version : Show Thread Enhancements - Hide Signature in sticky


Datok
07-26-2010, 10:00 PM
Hello all,

This is my first mod and I hope it'll be of used to you guys. It hides the signatures from sticky threads as after too many replies, the thread can become laggy.

Description:
Hiding signatures in sticky

Go to your your postbit, or postbit_legacy template.

Find:

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

Replace it with:

<if condition="$post['signature'] AND !($thread['sticky'])">

And you're done.

Kali
08-15-2010, 07:53 AM
Works great! Thank you. ♥

letsjoy
11-09-2010, 06:58 PM
wise mod... :)

merk_aus
11-14-2010, 12:04 AM
thanks mate - a great addition to my site.