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']