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