You just change the variable to showfields, instead of showsigs. Your code also checked if the signature wasn't empty. I took that out, because i don't know what fields you want to show/what conditions for showing those fields you want to apply.
<if condition="!$vboptions['showfields'][$post[userid]] AND $vboptions['showfields'][$post[userid]] = true">
fields here
</if>
|