Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Signature Restraints

Restrict the amount of space that sigs take up in threads.


To restrict the amount of space that sigs take up in threads, just follow these simple steps...

First, find the "postbit_signature" template.

Now, add
<div class="signature">
to the very beginning of the file.
Add
</div>
to the end of the file.


Next, we go into the "global.css" template.

Add this to it anywhere.
.signature {
max-width: 950px;
max-height: 150px;
overflow: auto;
}

**Edit the height and width values to whatever you find works best.


Now you're set ... The signatures will no longer deform the skin or make the page too much longer.
If the signature is any larger than the set values, a scrollbar will appear.

Example: http://thewordkeeper.com/forum

***Note: The original coding for this was by Paradox460 and was meant to just resize images in the signature. http://paradoxdgn.com/archives/371