Support Joomla!
Search: Advanced Search
Serving 3334 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 630 guests and 43 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Miranda Extensions(0) | Reviews(1) | Favourites(0)
FW Resize Font
 Nice tool - styles bug can be fixed with small hack, October 28, 2006
2 of 2 people find this review helpful:

Really nice. Works just fine, and if you don't want it to override your styles, just comment the last two lines in FWResizeFont.js in the modules directory:

/modules/FWResizeFont.js

comment or delete the following to lines (116 and 117 as in version 1.0):

window.onload = setUserOptions;
window.onunload = saveSettings;

(to the code wary among you, commenting it would make it look like this)

//window.onload = setUserOptions;
//window.onunload = saveSettings;

Hope it helps.