Req : Signature in first Post ( Hack )

I found this template edit for 3.6. I don't see why it wouldn't work on higher versions as well.

In the postbit or postbit_legacy template,

Find :

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

And replace it with this one:

Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
 
Back
Top