The Arcive of vBulletin Modifications Site. |
|
Font Sizer Details »»
|
|||||||||||||||||||||||||||
Easy Increase and Decrease font size.
2 minutes to code. Please mark installed if you use. Tested on VB4 gold, IE7 FF and Chrome Admincp > Styles and Templates > Search In Templates. Then open template : headinclude At bottom of page add: Code:
<script type="text/javascript" src="textsizer.js"> /*********************************************** * Document Text Sizer- Copyright 2003 - Taewook Kang. All rights reserved. * Coded by: Taewook Kang (http://www.txkang.com) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> Then open template : header Find this code: Code:
<vb:if condition="$show['member']"> <ul class="isuser"> Code:
<li><a href="javascript:ts('body',1)">+ </a> / <a
href="javascript:ts('body',-1)">-</a></li>
upload the enclosed js file to your "forum root" Done. Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thank you
|
|
#3
|
||||
|
||||
|
Cookie version: http://nicusor.com/programming-stuff...e-with-cookie/
Happy to adapt for VB if there is a need. |
|
#4
|
||||
|
||||
|
Good stuff my members are going to love this. as far as cookies i cant imagine why a cookie based version wouldn't be appreciated. That would definitely be a plus. Thanks installed and rated 5 stars from my members.
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
Will look into this today, was late last night when i released this mini mod
|
|
#7
|
|||
|
|||
|
I think I am half asleep here, but what font size on the site does it change and for who and what? ^^
|
|
#8
|
|||
|
|||
|
Excellent!
Cookie based would be nice. Installed and working but it reverts to normal when any link is followed. I've also moved it and taken it out of the <ul> tags as it wasnt displaying properly (ie8). PHP Code:
|
|
#9
|
||||
|
||||
|
Cheers Jonty.
I had got cookie based version working ( ish ) then VB went and did an upgrade, will look at it again over weekend. |
|
#10
|
|||
|
|||
|
Quote:
|
![]() |
|
|