A LONG time ago, I disabled signatures on my board. Matter of fact, I can't even remember how I did it. I am using the postbit legacy layout. I checked that template and here is the code for it--
Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<th height="5" scope="row"></th>
</tr>
</table>
<table width="100%" border="0" cellspacing="2" cellpadding="2" class="signaturecolorandstyle">
<tr>
<th align="center" scope="row" style1"></th>
</tr>
<tr>
<th align="right" bgcolor="#445366" scope="row" class="sigmain""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th align="left" scope="row">$post[signature]</th>
</tr>
</table> </th>
</tr>
</table>
<br>
</div>
<!-- / sig -->
</if>
Everything is enabled in my vbulletin and usergroup settings. Is there something else I am missing that I might have changed to not have it display on the page?