Back to vBulletin 3.7 Template Modifications

Two Column Postbit Legacy
Mod Version: 1.00, by MattIS

This modification is in the archives.
vB Version: 3.7.x Rating: (0 vote - 0 average) Installs: 4
Released: 25 Jul 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Re-usable Code Translations  

I seen this being asked for in another mod, and I liked it so I am releasing it here for everyone to enjoy. This is my first ever mod so please go easy on me. I have tested it on all versions of 3.7.x and it worked.

What Will This Do?
This Mod will give your Postbit two columns making it cleaner, and professional.

http://absolutegamenetwork.com/forums/showthread.php?p=106#post106 or See Screen shot below!

Instructions

Step 1:

Find in Postbit Legacy:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Replace With:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="vb_postbit"><if condition="$post['joindate']"><div>$vbphrase[join_date]:</td>
<td class="vb_postbit">$post[joindate]</div></if></font></td>
</tr>
<tr>
<td class="vb_postbit"><if condition="$post['field2']"><div>$vbphrase[location_perm]:</td>
<td class="vb_postbit">$post[field2]</div></if></td>
</tr>
<tr>
<td class="vb_postbit">$vbphrase[posts]:</td>
<td class="vb_postbit">$post[posts]</td>
</tr>
<tr>
<td class="vb_postbit"><if condition="$post['age']"><div>$vbphrase[age]:</td>
<td class="vb_postbit"> $post[age]</div></if></td>
</tr>
</tr>
</table>
Find and delete.
$vbphrase[posts]: $post[posts]
Step Two

Add this too your styles main CSS in the Advanced CSS Definitions
.vb_postbit {
color:#000000;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration:none;
}

Mark as Installed please!


Screenshot

Download

No files for download.

Similar Mods

Show Thread Enhancements Innovative Signature Showcase vBulletin 3.8 Template Modifications
Show Thread Enhancements Email to Friend, Print Version, Subscribe Thread in Postbit/Postbit Legacy vBulletin 3.8 Template Modifications

vblts.ru supports vBulletin®, 2022-2024