Back to vBulletin 3.8 Template Modifications

Control signatures height per pixel with CSS
Mod Version: 1.00, by Mazinger

vB Version: 3.8.x Rating: (4 votes - 5.00 average) Installs: 83
Released: 02 Dec 2008 Last Update: Never Downloads: 13
Not Supported Template Edits  

This mod will help you determine a fixed height for signatures in posts with CSS to prevent members from having a large annoying signature. (it will cut from the signature and hide the rest of it) - screenshot attached.

Long signatures and signatures with alot of images will not be an issuse anymore!

INSTALLATION

EDIT postbit OR postbit_legacy (which you use) and search for:

HTML Code:
$post[signature]
Replace it with

HTML Code:
<div class="fixedsig">$post[signature]</div>
Then go to the style option and add these lines in the CSS

HTML Code:
.fixedsig {
max-height:250px;
height:expression((document.documentElement.clientHeight) > 250? "250px" : "100%");
overflow:hidden;
}
You can change the 250 to the height you want (per pixels)

And you're done!

SUPPORT

Please click Mark as Installed if you want to get support for this mod.

Download

No files for download.

Screenshots

Click image for larger version
Name:	comp.jpg
Views:	1234
Size:	130.1 KB
ID:	90092  

Similar Mods

Show Thread Enhancements Control signatures height per pixel with CSS vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024