Mazinger
12-01-2008, 10:00 PM
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:
$post[signature]Replace it with
<div class="fixedsig">$post[signature]</div>Then go to the style option and add these lines in the CSS
.fixedsig {
max-height:250px;
height:expression((document.documentElement.client Height) > 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.
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:
$post[signature]Replace it with
<div class="fixedsig">$post[signature]</div>Then go to the style option and add these lines in the CSS
.fixedsig {
max-height:250px;
height:expression((document.documentElement.client Height) > 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.