Special menu items module
Description
------------
Special menu items is a Drupal module that provides placeholder and separator menu items.
A placeholder is a menu item which is not a link. It is useful with dynamic drop down menus where we want to have a parent menu item which is not linking to a page but just acting as a parent grouping some menu items below it.
A separator menu item is something like "-------" which is not linking anywhere but merely a mean to structure menus and "separate" menu items visually.
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.
This module depends on Menu module. It is recommended to use SimpleMenu module or another dynamic menu module or you will not be able to acess children of nolink menu items.
Warning! There is possible conflict with this modules:
Devel
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
and maintained by Tamer Zoubi
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.4 | 2009-Nov-17 | 8.92 KB | Download · Release notes | Recommended for 6.x | |
