README.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # $Id$
  2. --- README -------------------------------------------------------------
  3. SimpleMenu, Version 4.0
  4. Written by Ted Serbinski, aka, m3avrck
  5. hello@tedserbinski.com
  6. http://tedserbinski.com
  7. Requirements: Drupal 5.0
  8. Icons from: http://www.famfamfam.com/
  9. jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/
  10. --- INSTALLATION --------------------------------------------------------
  11. 1. Place simplemenu folder in your modules directory
  12. 2. Enable "SimpleMenu" under administer > site building > modules
  13. 3. Enable access to "view simplemenu" under administer > user management > access control
  14. 4. Configure menu to use under administer > site configuration > simplemenu
  15. --- CHANGELOG --------------------------------------------------------
  16. 4.1, 2008-Jan-26
  17. ----------------------
  18. - #199224, fix display issues in IE6/7
  19. - #200086, don't load non-existent custom.css file
  20. - #195972, better default CSS to avoid conflicts with themes
  21. 4.0, 2007-Nov-22
  22. ----------------------
  23. - new CHANGELOG to keep track of changes
  24. - #156256 upgrade to SuperFish 1.3
  25. - upgrade to bgIframe 2.1.1 (for IE6 compatibility with forms)
  26. - #136478 - fix Opera compatibility
  27. - remove RTL option; this conflicts with other changes and is properly implemented in Drupal 6
  28. - new option to select which theme to style SimpleMenu with, or provide a custom one
  29. - #184051 - don't hardcode CSS, add class to body
  30. - #180106 - fix missing translatable strings
  31. - #144742 - don't show annoying anchor titles
  32. - remove dependency on menu module, now works with menu module off
  33. - new black & blue theme, design by Jeremy Caldwell (http://nerdliness.com/article/2007/11/01/simplemenu-module-customizations)
  34. - alter height of menu and rollover to fix gaps