You are here

README.txt in Special menu items 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
Special Menu Items Module
------------------------
Written by Tamir Al Zoubi and Karim Djelid - Servit Open Source Solutions - www.servit.ch


Description
-----------
Special Menu Items is module that enables placeholder and separator menu items.Placeholder is a menu item which is 
actually not a link. Something like this is useful with drop down menus where we want to 
have a parent link which is actually not linking to a page but which is just acting as a parent grouping some children below it.
A separator menu item is something like "-------" which is also not linking anywhere but merely a mean to structure menus.

This module depends on Menu module. It is recommended to use SimpleMenu module or other drop down menu module or you will not be able to acess children of nolink menu items.

Features
--------
  - User can create a new menu item and place either "nolink" or "separator" to the Path field, without quotes.
  - When the menu is rendered the "nolink" item will be rendered similar to a normal menu link 
    item but there will be no link just the title. Since version 1.3 you can change HTML tag used for menu item. 
  - When the menu is rendered the "separator" item will be rendered to an item which is no link
    and by default title will be "-------". Since version 1.3 it is possible to change both HTML tag and title.
  - Breadcrumb of "nolink" will be rendered same as "nolink" menu item.	
  - CSS class "nolink" is added to "nolink" menu item.
  - CSS class "seperator" is added to "seperator" menu item.
  - Compatible with Sitemap module.
  
Installation
------------
1. Copy special_menu_items folder to your sites/all/modules directory.
2. At Administer -> Site building -> Modules (admin/build/modules) enable the module.
3. Configure the module settings at Administer -> Site configuration -> Special Menu Items (admin/settings/special_menu_items).

Upgrading
---------
Just overwrite (or replace) the older special_menu_items folder with the newer version.

Contact
-------
This module is developed by Servit Open Source Solutions - http://servit.ch
and maintained by Khaled Zaidan - zaidan@servit.ch

File

README.txt
View source
  1. Special Menu Items Module
  2. ------------------------
  3. Written by Tamir Al Zoubi and Karim Djelid - Servit Open Source Solutions - www.servit.ch
  4. Description
  5. -----------
  6. Special Menu Items is module that enables placeholder and separator menu items.Placeholder is a menu item which is
  7. actually not a link. Something like this is useful with drop down menus where we want to
  8. have a parent link which is actually not linking to a page but which is just acting as a parent grouping some children below it.
  9. A separator menu item is something like "-------" which is also not linking anywhere but merely a mean to structure menus.
  10. This module depends on Menu module. It is recommended to use SimpleMenu module or other drop down menu module or you will not be able to acess children of nolink menu items.
  11. Features
  12. --------
  13. - User can create a new menu item and place either "nolink" or "separator" to the Path field, without quotes.
  14. - When the menu is rendered the "nolink" item will be rendered similar to a normal menu link
  15. item but there will be no link just the title. Since version 1.3 you can change HTML tag used for menu item.
  16. - When the menu is rendered the "separator" item will be rendered to an item which is no link
  17. and by default title will be "-------". Since version 1.3 it is possible to change both HTML tag and title.
  18. - Breadcrumb of "nolink" will be rendered same as "nolink" menu item.
  19. - CSS class "nolink" is added to "nolink" menu item.
  20. - CSS class "seperator" is added to "seperator" menu item.
  21. - Compatible with Sitemap module.
  22. Installation
  23. ------------
  24. 1. Copy special_menu_items folder to your sites/all/modules directory.
  25. 2. At Administer -> Site building -> Modules (admin/build/modules) enable the module.
  26. 3. Configure the module settings at Administer -> Site configuration -> Special Menu Items (admin/settings/special_menu_items).
  27. Upgrading
  28. ---------
  29. Just overwrite (or replace) the older special_menu_items folder with the newer version.
  30. Contact
  31. -------
  32. This module is developed by Servit Open Source Solutions - http://servit.ch
  33. and maintained by Khaled Zaidan - zaidan@servit.ch