Scrollbar In Signature


Subject: Scrollbar In Signature
Scrollbar in signature [ simple MODification ]

#--------[ BEGIN MODIFICATION ]-------#

FILES TO EDIT (1):
viewtopic.php




OPEN: viewtopic.php

SEARCH:

Code: [Download] [Hide] [Select]
$user_sig = '<br />' . $board_config['sig_line'] . '<br />' . $user_sig;


REPLACE WITH:

Code: [Download] [Hide] [Select]
$user_sig = '<br />' . $board_config['sig_line'] . '<br /><div style="overflow: auto; max-height: 150px;">' . $user_sig . '</div>';


NOTE:

Where max-height: 150px; will be the maximum height of the signature, so if you lower the scrollbar is not created then nothing is displayed, while if the above will create the scroll.

DEMO:
-> URL: http://testicyforummods.site11.com/viewtopic.php?p=26#p26
-> IMAGES:

signaturenormal

signaturewithscroll

#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM :mrgreen:

Subject: Re: Scrollbar In Signature
Nice!

I'm sure it will be helpful. Thanks!

Subject: Re: Scrollbar In Signature
Thank you very much, this excellent. :mrblue: :mrblue:

Greetings

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.4941s (PHP: 4% SQL: 96%)
SQL queries: 31 - Debug Off - GZIP Enabled