You are here

README.txt in SimpleMenu 5

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7 README.txt

--- README  -------------------------------------------------------------

SimpleMenu, Version 4.0

Written by Ted Serbinski, aka, m3avrck
  hello@tedserbinski.com
  http://tedserbinski.com

Requirements: Drupal 5.0

jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/



--- INSTALLATION --------------------------------------------------------

1. Place simplemenu folder in your modules directory

2. Enable "SimpleMenu" under administer > site building > modules

3. Enable access to "view simplemenu" under administer > user management > access control

4. Configure menu to use under administer > site configuration > simplemenu



--- CHANGELOG --------------------------------------------------------

5.0, 2008-Jan-26
----------------------

- #199224, fix display issues in IE6/7 
- #200086, don't load non-existent custom.css file
- #195972, better default CSS to avoid conflicts with themes
- #199715, remove absolute positioning to improve theme and CSS attaching compatibility
- #199882, new options for controlling menu effects and timing


4.0, 2007-Nov-22
----------------------
- new CHANGELOG to keep track of changes
- #156256 upgrade to SuperFish 1.3
- upgrade to bgIframe 2.1.1 (for IE6 compatibility with forms)
- #136478 - fix Opera compatibility
- remove RTL option; this conflicts with other changes and is properly implemented in Drupal 6
- new option to select which theme to style SimpleMenu with, or provide a custom one
- #184051 - don't hardcode CSS, add class to body
- #180106 - fix missing translatable strings
- #144742 - don't show annoying anchor titles
- remove dependency on menu module, now works with menu module off
- new black & blue theme, design by Jeremy Caldwell (http://nerdliness.com/article/2007/11/01/simplemenu-module-customizations)
- alter height of menu and rollover to fix gaps

File

README.txt
View source
  1. --- README -------------------------------------------------------------
  2. SimpleMenu, Version 4.0
  3. Written by Ted Serbinski, aka, m3avrck
  4. hello@tedserbinski.com
  5. http://tedserbinski.com
  6. Requirements: Drupal 5.0
  7. jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/
  8. --- INSTALLATION --------------------------------------------------------
  9. 1. Place simplemenu folder in your modules directory
  10. 2. Enable "SimpleMenu" under administer > site building > modules
  11. 3. Enable access to "view simplemenu" under administer > user management > access control
  12. 4. Configure menu to use under administer > site configuration > simplemenu
  13. --- CHANGELOG --------------------------------------------------------
  14. 5.0, 2008-Jan-26
  15. ----------------------
  16. - #199224, fix display issues in IE6/7
  17. - #200086, don't load non-existent custom.css file
  18. - #195972, better default CSS to avoid conflicts with themes
  19. - #199715, remove absolute positioning to improve theme and CSS attaching compatibility
  20. - #199882, new options for controlling menu effects and timing
  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