Signature Box Limiter

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Ever wanted to limit the size of your forums signature box with out having to install a whole new mod? With this mod, it's simple instructions to do it on your own. This mod is for vBulletin 4.x.

Once installed your signatures will be limited to a scrolling box at the size of your choosing.

Install Process:
  1. AdminCP > Styles & Templates > Search in Templates > Search for Text > postbit.css
  2. In results under CSS Templates double click postbit.css
  3. Find .signature { on the page
  4. Add these lines before the }:
HTML:
        max-height: 300px;
        overflow: auto;
        padding: 5px;
Now your signatures are limited to 300px, change the max-height value as desired. Mark as installed and let me know if you have troubles. Thank you.

WARNING: For some reason on my template anything below 140px causes the Multi-Quote text to appear and wrap funny. However on the default vBulletin install it looked fine. So play with the numbers a bit.:)
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
3K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
1
Views
818
buondolot999
B
Admin
Replies
0
Views
793
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
708
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
681
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
472
AdminAdmin is verified member.
Admin
Back
Top