You are here

README.txt in DHTML Menu 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
DESCRIPTION
-----------

DHTML menus uses javascript DHTML to reduce the number of page loads when using
nested menus; this is particularly useful with Drupal's administration system.

Ordinarily in Drupal, when you click on a menu with sub-items, you need to
go to that page and do a page refresh to get the items that are beneath it.
With DHTML Menus, instead the sub-items are expanded as soon as you click
on it. Additionally, it uses a cookie to remember what menus are open and
what menus are closed, so as you navigate around the site your menus remain
consistent.


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

1) Drop the entire directory into your modules directory or sites/all/modules
   directory.
2) Enable the module at administer >> site building >> modules
3) All menu blocks will be converted automatically to DHTML menus.
4) Go to administer >> block. All menu blocks will have an extra option to
   enable/disable this feature.
5) To enable general settings, go to administer >> settings >> DHTML menu.
6) When you uninstall it, all menus will be back to normal automatically

Enjoy!


CREDITS
-------

Arancaytar                     <http://drupal.org/user/28680>
Bruno Massa - "brmassa"        <http://drupal.org/user/67164>
Earl Miles  - "merlinofchaos"  <http://drupal.org/user/26979>

File

README.txt
View source
  1. DESCRIPTION
  2. -----------
  3. DHTML menus uses javascript DHTML to reduce the number of page loads when using
  4. nested menus; this is particularly useful with Drupal's administration system.
  5. Ordinarily in Drupal, when you click on a menu with sub-items, you need to
  6. go to that page and do a page refresh to get the items that are beneath it.
  7. With DHTML Menus, instead the sub-items are expanded as soon as you click
  8. on it. Additionally, it uses a cookie to remember what menus are open and
  9. what menus are closed, so as you navigate around the site your menus remain
  10. consistent.
  11. INSTALLATION
  12. ------------
  13. 1) Drop the entire directory into your modules directory or sites/all/modules
  14. directory.
  15. 2) Enable the module at administer >> site building >> modules
  16. 3) All menu blocks will be converted automatically to DHTML menus.
  17. 4) Go to administer >> block. All menu blocks will have an extra option to
  18. enable/disable this feature.
  19. 5) To enable general settings, go to administer >> settings >> DHTML menu.
  20. 6) When you uninstall it, all menus will be back to normal automatically
  21. Enjoy!
  22. CREDITS
  23. -------
  24. Arancaytar
  25. Bruno Massa - "brmassa"
  26. Earl Miles - "merlinofchaos"