• 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.

Hover To View Signature

Admin

Well-Known Member
Staff member
Administrator
What does this modification do?
It simply shows the full signature of members when you hover over them. If you set the signature height to 75px, and the actual height of a members' signature is 250px, then you will only see the full sig when you hover over it.

Many of my members took advantage of my board settings and created really long signatures that made posts look stupidly long for no reason. I implemented this code which hides their sig's thus making the posts smalled until a member hovers decides to hover over them. Other mod's require a click to show/hide and I personally didn't like it so this was my way of getting around it. I hope you like it. No screenshots as you need to see it to know how it works.

How to Install
1. Go to Admin CP > Styles & Templates > Select your Template > CSS Templates > postbit.css

2. Find:
HTML:
/*signature */
.signature {
        padding-top: 1em;
	border-top: {vb:stylevar signature_border};
        margin-top: 2em;
}
Replace with:
Code:
.signature {
        padding-top: 1em;
	border-top: {vb:stylevar signature_border};
        margin-top: 2em;
        max-height: [COLOR="Red"][B]75[/B][/COLOR]px;
        max-width: 100%;
        min-height: 0;
        overflow: hidden;
}
.signature:hover {
    max-height: none;
}


Be sure to change 75 to your chosen height as this will be the maximum height of signature you will see on your posts before you hover over it.
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin vBulletin Drop Downs on Hover (no click required) Add-ons 0
Admin RSS Button On All Forums (Hightlights When Hover) vB 4.2 Add-ons 0
Admin Thảo luận thu nhỏ ảnh bài viết và zoom khi hover Vbulletin 0
Admin Script hiệu ứng hover link cầu vồng Javascript/ajax 0
Admin [OzzModz] Usergroup View In ACP Xenforo 0
Admin [OzzModz] Prefix View In ACP Xenforo 0
Admin [BS] Forum view count xenforo 2 Xenforo 0
Admin Remaining Posts in Thread View xenforo 2 Xenforo 0
thambatuoc Nhạc Ma Quái Gây Nghiện - Top 11 Nhạc EDM Trên 100 Triệu View Xem Hoài Không Chán Âm nhạc 0
thambatuoc Top 13 Bài Hát Âu Mỹ Remix Triệu View - EDM Gây Nghiện Cực Mạnh Âm nhạc 0
thambatuoc Top Nightcore Bài Hát Âu Mỹ Triệu View Âm nhạc 0
thambatuoc Top 30 EDM Gây Nghiện - Những Bản EDM Trên 1 Triệu View Nghe Hoài Không Chán Âm nhạc 1
thambatuoc Top 10 Cover ► Bài Hát Âu Mỹ Trên 1 Tỷ View Nghe Hoài Không Chán Âm nhạc 0
A Chi tiết về dự án căn hộ view sông quận 4 Tin tức, sự kiện thường ngày 6
M Cần textlink với site có lượt view tốt Thảo luận chung 0
Admin Apple đang phát triển bản đồ Street View? Tin tức, giới thiệu về ĐTDĐ 0
Admin Javascript chống view chống copy JavaScript / Ajax 0
T [Hướng dẫn] fix lỗi vỡ khung khi bật chế độ view mobile forum vbb Vbulletin 1
Admin Show mobile view forum khi dùng opera4.x Thảo luận wap việt 12
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 Limit signature height via CSS Add-ons 0

Similar threads

New posts New threads New resources

Back
Top