README.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # $Id$
  2. --- README -------------------------------------------------------------
  3. SimpleMenu, Version 3.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.0, 2007-Nov-22
  17. ----------------------
  18. - new CHANGELOG to keep track of changes
  19. - #156256 upgrade to SuperFish 1.3
  20. - upgrade to bgIframe 2.1.1 (for IE6 compatibility with forms)
  21. - #136478 - fix Opera compatibility
  22. - remove RTL option; this conflicts with other changes and is properly implemented in Drupal 6
  23. - new option to select which theme to style SimpleMenu with, or provide a custom one
  24. - #184051 - don't hardcode CSS, add class to body
  25. - #180106 - fix missing translatable strings"
  26. - #144742 - don't show annoying A titles
  27. - remove dependency on menu module, now works with menu module off
  28. -