README.txt 1.8 KB

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