![]() |
Installed on vbulletin 3.6.7 PL1, no problems. Thanks for posting the solution.
|
Is there anyway to make this a plugin/product and not a template edit?
|
Quote:
|
Quote:
Will we be seeing it? Thanks! |
i did it but i am still getting my sig on replies shown..
|
Hello
I am facing a problem. The hack is working fine but there is some code troubling... can one of you wise-guys see what is problem in this code: $template_hook[postbit_signature_start] <if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true"> AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> $template_hook[postbit_signature_end] |
Thanks Zachariah
|
I ended up putting signatures in collapsible boxes. I got too annoyed with them being so full.
|
Thanks a lot, working fine on 3.6.8
|
The following is my code in my postbit template:
HTML Code:
<if condition="$post['signature'] AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)"> And when I replace the following (see below) with the replacement text, it does remove the signatures from all of the posts (except the first one), but AND ((0<0 AND 0>=0) OR 0==0)"> shows above the signature in the first post. HTML Code:
<if condition="$post['signature'] |
All times are GMT. The time now is 10:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|