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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|