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.
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.