The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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> |
#2
|
||||
|
||||
![]()
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. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|