README.txt 2.0 KB

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