Log in

View Full Version : Disabled Signatures...now I can't get them back?


cr95gst
02-02-2005, 02:37 PM
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--


<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?

deathemperor
02-02-2005, 02:46 PM
if you have manually changed the postbit template, try to revert it.
or if you have changed the postbit template but not the MEMBERINFO, go to view the public profile and check if the signature is there, if it's not then you have disabled it.

you would need to change 2 option, one in Vboptions and one in usergroup permission.