I think I may be doing something wrong.... I keep getting a </if> missing error.
Is this missing a </if> statement?
Here is my code:
Code:
$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]
<!-- ****** Kill the Below to have only one signature per post ****** -->
<!-- ****** <if condition="$post['signature']"> ***** -->
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
<!-- ********* ABOVE IS FOR 1 signature per Post ******* -->
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Thanks in advance....