SuSpect
07-05-2007, 10:00 PM
Hi all,
Author Description: Sometimes the text size you've specified for your webpage isn't suitable to the viewer, depending on his browser configuration or OS. This useful script by Taewook uses Dynamic CSS to let the viewer himself modify the text size of the page on demand, by clicking on an Increase or Decrease Font Size link. Now that's a kind of personalization your viewers may just appreciate!
How to Install?
1- First download textsizer.js and upload your forum directory (/forum/textsizer.js if you dont use /forum directory; then upload www.domain.com/textsizer.js)
2- Upload image files to your /images directory.
Admincp >> Style Manager >> Your Skin >> Navigation / Breadcrump Templates >> navbar
Find this code
<!-- breadcrumb, login, pm info -->
Then add above
<script type="text/javascript" src="textsizer.js">
</script>
<a href="javascript:ts('body',1)"><img src="images/plus.gif" alt="Larger Text" border="0"></a>
<a href="javascript:ts('body',-1)"><img src="images/minus.gif" alt="Smaller Text" border="0"></a>
If you like this mod, please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=151490)
Enjoy;)
Author Description: Sometimes the text size you've specified for your webpage isn't suitable to the viewer, depending on his browser configuration or OS. This useful script by Taewook uses Dynamic CSS to let the viewer himself modify the text size of the page on demand, by clicking on an Increase or Decrease Font Size link. Now that's a kind of personalization your viewers may just appreciate!
How to Install?
1- First download textsizer.js and upload your forum directory (/forum/textsizer.js if you dont use /forum directory; then upload www.domain.com/textsizer.js)
2- Upload image files to your /images directory.
Admincp >> Style Manager >> Your Skin >> Navigation / Breadcrump Templates >> navbar
Find this code
<!-- breadcrumb, login, pm info -->
Then add above
<script type="text/javascript" src="textsizer.js">
</script>
<a href="javascript:ts('body',1)"><img src="images/plus.gif" alt="Larger Text" border="0"></a>
<a href="javascript:ts('body',-1)"><img src="images/minus.gif" alt="Smaller Text" border="0"></a>
If you like this mod, please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=151490)
Enjoy;)