Log in

View Full Version : Mini Mods - Two Column Postbit Legacy


MattIS
07-24-2009, 10:00 PM
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 do not have 3.8.x myself however my buddy tested it on 3.8.0 and it worked fine.

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

LIVE DEMO (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!

Screenshots

Before:
http://www.absolutegamenetwork.com/images/before.jpg

After:
http://www.absolutegamenetwork.com/images/postbit.jpg

s-p0k
07-25-2009, 02:13 AM
nice mod..........................

MattIS
07-25-2009, 02:28 AM
nice mod..........................

Thanks

lazydesis
07-25-2009, 01:39 PM
I could not understand what is the difference between this mod and the postibit_legacy that comes with vBulletin?

Eitherways nice to see new people releasing mods :) Thanks.

MattIS
07-25-2009, 05:46 PM
I could not understand what is the difference between this mod and the postibit_legacy that comes with vBulletin?

Eitherways nice to see new people releasing mods :) Thanks.

I put up a before and after picture of the Postbit. Should have thought of that sooner. Hope it helps.

htscpl
07-26-2009, 09:36 AM
Hey, cool ! Thanks ! *** installs ***

GSeybold
07-26-2009, 10:01 PM
Hello,
I don't see any change. I went to your demo as well. Where should I be looking? thank you

MattIS
07-26-2009, 10:05 PM
Hello,
I don't see any change. I went to your demo as well. Where should I be looking? thank you

Hi,

Look at the above posted screen shots for a before and after.

ShawneyJ
07-28-2009, 02:14 AM
Hi,

Look at the above posted screen shots for a before and after.

i dont think you are explaining your self clearly enough for some members to understand.
basically you have evened up the (font/writing) in a nice even strait line (vertical) going down.
where the old post bit legacy was un-even.
good job.