MyBB Community Forums

Full Version: Scrollbar on large signatures
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A lot of people have massive images int their signature or generally it's just big which is a nightmare, this will lower the size. Really useful to use, would take advantage of this one if you have a pretty active userbase which use big signatures.

Below is an image of a signature which is to be expected when within limitations.
[attachment=38530]

Below is an image which is too big and now has the scrollbar applied to it.
[attachment=38531]

So to be able to do this follow these steps;
Home » Template Sets » Template-name » Edit Template: postbit_signature

Remove all contents, add the following and save.
<hr size="1" width="100%" align="center" />
<br />
<div style="overflow: auto; height: auto; max-height: 200px; display: block;">{$post['signature']}</div>
This is actually really helpful I was wondering how this was done, thanks Nasyr.