Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 685

Scrollbar on large signatures

$
0
0
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.

.png   1.png (Size: 10.44 KB / Downloads: 10)

Below is an image which is too big and now has the scrollbar applied to it.

.png   2.png (Size: 14.45 KB / Downloads: 16)

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.
Code:
<hr size="1" width="100%" align="center" />
<br />
<div style="overflow: auto; height: auto; max-height: 200px; display: block;">{$post['signature']}</div>

Viewing all articles
Browse latest Browse all 685

Trending Articles