Back to vBulletin 3.8 Template Modifications

Postbit Legacy - Signature Inside a Cell
Mod Version: 1.00, by Boosted Panda

vB Version: 3.8.x Rating: (1 vote - 4.00 average) Installs: 37
Released: 27 Oct 2008 Last Update: Never Downloads: 8
Not Supported  

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_Legacy 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:
PHP Code:
$template_hook[postbit_signature_start]

Remove Code in Between Here

$template_hook
[postbit_signature_end
Find:
PHP Code:
        $template_hook[postbit_controls]
        <!-- / 
controls -->
    </
td>
</
tr>
</
table
Add Below:
PHP Code:
<table class="signature" width="100%">
        <if 
condition="$post['signature']">
            <
tr>
            <
td class="alt2">
                <!-- 
sig -->
                <
div>
                    
$post[signature]
                </
div>
                <!-- / 
sig -->
            </
td>
            </
tr>
        </if>  
</
table
Add in the additional CSS Area of Your Template
PHP Code:
.signature 
border-leftsolid 1px #0B198C;
border-rightsolid 1px #0B198C;
border-bottomsolid 1px #0B198C;
background#FFFFFF;

For the above code I suggest matching this with your .tborder values. Enjoy!

</span></span>

Download

No files for download.

Screenshots

Click image for larger version
Name:	Picture 1.png
Views:	2823
Size:	74.5 KB
ID:	88586  

Similar Mods

Postbit - Signature Inside a Cell vBulletin 3.8 Template Modifications
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