The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
<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>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|