Нет описания

Alexis Wilke e3e87a93d7 * Fixed which menu is presented according to the settings (duh!) [#809546] 15 лет назад
themes ea30728ec8 * Added a white line at the top of the drop downs. 15 лет назад
translations b21bbdb14f #350111: German Translation 6.x, by XerraX 16 лет назад
README.txt 23a553dc8b update simplemenu to 6.x, patch by starbow, ax 17 лет назад
simplemenu.admin.inc 03cc8469dc * Moved the multi-menu in a separate module so we don't automatically get 15 лет назад
simplemenu.css f3409f422e * Moved a few things around in the settings screen. 15 лет назад
simplemenu.css.tpl 8008cecb85 Created a template CSS that can be tweaked from the simplemenu administration 15 лет назад
simplemenu.info b50c953eeb Moving Simplemenu in the Menu package with the other two new modules. 15 лет назад
simplemenu.install 4430806082 * Fixed the Inactive Parent anchor name so they all are unique. 15 лет назад
simplemenu.js 202280fa6b Do not add the id="simplemenu" in JavaScript. Do it in PHP instead. 15 лет назад
simplemenu.module e3e87a93d7 * Fixed which menu is presented according to the settings (duh!) [#809546] 15 лет назад
simplemenu_devel.info d9f856a075 Pretty major update to better support several options: 15 лет назад
simplemenu_devel.module 4430806082 * Fixed the Inactive Parent anchor name so they all are unique. 15 лет назад
simplemenu_inactive_parents.info d9f856a075 Pretty major update to better support several options: 15 лет назад
simplemenu_inactive_parents.module 03cc8469dc * Moved the multi-menu in a separate module so we don't automatically get 15 лет назад
simplemenu_multi_menu.info 8a187e010b The multi-menu module addition 15 лет назад
simplemenu_multi_menu.module 8a187e010b The multi-menu module addition 15 лет назад
superfish-1.4.1.js 2281eac5c1 Renamed the existing superfish as 1.4.1 15 лет назад
superfish-1.4.8.js 2281eac5c1 Renamed the existing superfish as 1.4.1 15 лет назад

README.txt

# $Id$


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

SimpleMenu, Version 6.0

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

Requirements: Drupal 6.x

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 --------------------------------------------------------

6.0, 2008-xx-xx
----------------------
- compatible with Drupal 6.x
- Superfish 1.4.1
- separate superfish.js into own file
- remove devel links, since devel module links in 6.x can be moved to any menu now


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