PDA

View Full Version : Forum Display Enhancements - Postbit - Signature as Table


Boosted Panda
07-23-2008, 10:00 PM
Ever hate the horizontal line in the signatures? Well here is a great way to separate your signatures and give your forum a nice and clean vertical look. This is for the Postbit template layout. I will help with this mod. I am not an expert coder so if anyone wants to give advice it is totally welcomed in a constructive fashion. Enjoy!!!

Find:

$template_hook[postbit_signature_start]

Replace the Code In between with below

$template_hook[postbit_signature_end]


Replace:

<if condition="$post['signature']">
<tr>
<td class="alt2">
<!-- sig -->
<div>
$post[signature]
</div>
<!-- / sig -->
</td>
</tr>
</if>


The class can be whatever you want the color and design of your signature table to be.

GaiLoan
07-24-2008, 11:46 PM
"first post" Thanks Boosted

Lady Divus
07-25-2008, 12:26 AM
Looks nice...I will give it a try! Thank you -

Lady Divus

Boosted Panda
07-25-2008, 12:45 AM
Let me know how ya'll like it! My members LOVE it!

Playa82
07-25-2008, 05:51 AM
doesn't work...

Kirkus
08-07-2008, 05:06 AM
Excellent! Thanks so much! :)

SSJB_7
08-12-2008, 01:01 AM
thanks looks nice

Graphictr
01-20-2009, 05:50 PM
Thanks