PDA

View Full Version : Postbit tables / reorganization


Jujimufu
05-09-2004, 07:00 PM
In fact, the postbit template is a nested table hell. The way posts are displayed on the vbulletintemplates forums (These forums) is exactly what I want it too look like. Can you guys make it easy for me and have the template modifications explained/attached/or whatever? I really like how they are displayed here, and most other forums have the same. :D

Ryan Ashbrook
05-09-2004, 07:05 PM
Admin CP > vBulletin Options > Showthread Options > Use Legacy Postbit.

Jujimufu
05-09-2004, 07:23 PM
Well, thank you! :)

How about signatures? I like the ones here as well - Bottomed and aligned to the right.

Ryan Ashbrook
05-09-2004, 07:41 PM
In postbit_legacy find:

<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->

And replace it with:

<!-- sig -->
<div align="right">
__________________<br />
$post[signature]
</div>
<!-- / sig -->

That should work...

Jujimufu
05-10-2004, 03:54 PM
Ryan, Thanks a lot man!