Hmm interesting... how would something like this work?
HTML Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
<if condition="$post[posts] >= 0 AND $post[posts] <=10">
<else />
sig stuff
</if></if></if>
If people over 1000 are evaluation to 0, then make it 1.
HTML Code:
<if condition="$post[posts] >= 1 AND $post[posts] <=10">