PDA

View Full Version : Looking for a postbit legacy template that looks like this...


amnesia623
11-10-2007, 04:26 AM
<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!

Triky
11-12-2007, 03:06 PM
You have to add a set of tables in your postbit_legacy template.

For example:

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

And change the blue code [Create your own vBulletin tables (https://vborg.vbsupport.ru/showthread.php?t=148028)].