The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Looking for a postbit legacy template that looks like this...
<a href="http://www.extremepixels.com/forum/showthread.php?p=19417#post19417" target="_blank">http://www.extremepixels.com/forum/s...9417#post19417</a>
Is there a 'how to' to make a postbit legacy template look like the one above? I'm mainly looking at the boxes around the user info fields. Thanks! |
#2
|
||||
|
||||
You have to add a set of tables in your postbit_legacy template.
For example: Code:
<if condition="$post['usertitle']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:1px"> <tr> <td class="thead" width="100%"> <div class="smallfont" style="text-align: center;">$post[usertitle]</div> </td> </tr> </table> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|