Scrollbar In Signature »  Show posts from    to     

Icy Phoenix


Old Customizations - Scrollbar In Signature



TuningBEB2008 [ Thu 05 Nov, 2009 06:00 ]
Post subject: Scrollbar In Signature
Scrollbar in signature [ simple MODification ]

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

FILES TO EDIT (1):
viewtopic.php




OPEN: viewtopic.php

SEARCH:

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


REPLACE WITH:

Code: [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


KasLimon [ Thu 05 Nov, 2009 09:08 ]
Post subject: Re: Scrollbar In Signature
Nice!

I'm sure it will be helpful. Thanks!


Aerosmith [ Fri 06 Nov, 2009 15:27 ]
Post subject: Re: Scrollbar In Signature
Thank you very much, this excellent.

Greetings




Powered by Icy Phoenix