vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Signature Box Limiter (https://vborg.vbsupport.ru/showthread.php?t=294816)

SRobbins1977 02-05-2013 11:00 PM

Signature Box Limiter
 
1 Attachment(s)
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 }:
Code:

        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.:)

FTG LIQUID CL 02-06-2013 11:26 AM

Very nice!!!Thanks

tpearl5 02-10-2013 12:18 PM

This is a template edit, no?

SRobbins1977 02-10-2013 08:46 PM

Quote:

Originally Posted by tpearl5 (Post 2403300)
This is a template edit, no?

Hi tpearl, What part are you stuck on?

Alan_SP 02-12-2013 05:40 PM

He meant, this is not a mod, this is template edit. You posted it in wrong section.

SRobbins1977 02-13-2013 03:39 AM

Quote:

Originally Posted by Alan_SP (Post 2403815)
He meant, this is not a mod, this is template edit. You posted it in wrong section.

oops.

Requesting admin to move this to templates. :o

gec100 02-26-2013 06:24 AM

grest stuff!

thx m8


All times are GMT. The time now is 12:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01008 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete