• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Limit signature height via CSS

Admin

Well-Known Member
Staff member
Administrator
This tiny hack will strictly limit signature height. It will take ALL things what the user have in the signature (no matter what is it ... text, image, video, code ... ) and it will crop it based on choosed value.
Original hack was made by Mazinger, but it was a bit outdated and it didn't work for IE7, so there is a newone for vB 4.x :)
Installation:
Styles & Templates -> Style Manager -> Edit Templates -> edit additional.css
add following code:
Code:
.signaturecontainer {
max-height:[COLOR="Red"][B]200[/B][/COLOR]px;
_height: expression(this.scrollHeight > [COLOR="Red"][B]200[/B][/COLOR]? "[COLOR="Red"][B]200[/B][/COLOR]px" : "auto" );
overflow:hidden;
}
Change the red number to anything you want
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin How to limit the size of Google AdSense ads Xenforo 0
Admin How to limit the size of Google AutoAds on your forum xenforo 2 Xenforo 0
Admin [J] XFRM Extras xenforo 2, limit and react to download resources xenforo, restrict to download Xenforo 2.x Premium 0
Admin [XenMax] - Limit Post Link 2.0.0 Xenforo 0
P Hỏi PHP Post ID cần thêm chức năng limit time PHP 2
Admin Post Quote Length Limit (vB5) Vbb tutorial 0
Yeukodamnoi Help Anh Thắng vào gấp, wap em bị Resource Limit rồi Hỏi đáp về domain & hosting 0
Lee_Jin Help CPU Limit Exceeded fix thế nào đây? All Shared Scripts 1
Admin vBH-Post limit for link Add-ons 6
Admin [VINAVB]Limit New Thread - Giới hạn thành viên post chủ đề mới (hạn chế spam) Add-ons 0
Admin Limit Meta Description Add-ons 0
Admin vt.Lai VBB Limit New Thread/Reply 2.0 for vBB 3 - Giới hạn số bài viết mới, số reply Add-ons 0
Admin vt.Lai VBB Limit New Thread/Reply 4.1 for vBB 4 - Giới hạn số bài viết mới, số reply Add-ons 0
Admin Hover To View Signature Vbb tutorial 0
Admin e360 Always Show Your Signature Add-ons 0
Admin [DBTech] Default Staff Signature v1 (vB4) Add-ons 1
Admin SEOClerks Signature VB Add-ons 0
Admin Signature Box Limiter Add-ons 0
Admin Stop showing signature more than once in each page Add-ons 0
Admin Change the height of the cke text editor vBulletin Vbulletin 0

Similar threads

New posts New threads New resources

Back
Top