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.
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.