Back to vBulletin Tips & Tricks

[HOW TO - vB4] Postbit Legacy Location Field Alignment
by trilogy33 17 Jan 2010

To quickly and neatly align a long 'ish location field entry in postbit legacy, preventing a wrap mess.
Ideal for UK town and county entries, for my purposes anyway.

In postbit_legacy

Find
Code:
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
Replace with
Code:
<vb:if condition="$post['field2']"><dt style="height: 15px;">{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>

Result.
Before:



After:

Similar Mods

Custom Field Below Signature on Legacy Postbit vBulletin 3.6 Template Modifications
Custom Field Below Signature on Legacy Postbit vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024