Downloads
Download tar.gz
8.63 KB
MD5: b72f5142f8c4b6e89ea288d0610aff58
SHA-1: 71957cd027f7411d3f80051abef4d965d66173fd
SHA-256: 8c7c116528338265a5f6e42c178ded04ea7440f4f63acc26cfcf64030cb17ed4
Download zip
10.04 KB
MD5: eedfc39ddf4a7912f642fe3165c3f346
SHA-1: f89a59da3eafa8cfbd15aeaee0bbf54ff2dfb123
SHA-256: 47e8ccbf4b8bbeb9a8aa46f2fe03dddb9a412ce43ab11a65d15a6b5cd8cacc9a
Release notes
New version adds many features, after listening to the feedback from Drupal community. Major feature is that users are given more control on how “nolink” and “seperator” menu items are rendered. Other features include:
- Added configuration page for module settigns Administer -> Site configuration -> Special Menu Items (admin/settings/special_menu_items).
- When the menu is rendered the "separator" item will be rendered to an item which is no link
and by default title will be "-------". In new version it is possible to change both HTML tag and title. - 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. In new version it is possible to can change HTML tag used for menu item. - Added breadcrumb support. 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.