You are here

README.txt in Special menu items 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
Special Menu Items Module
------------------------

Description
-----------
Special Menu Items is module that enables placeholder 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.

Features
--------
  - User can create a new menu item and leave out the link.
  - 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.
  - Breadcrumb of "<nolink>" will be rendered same as "<nolink>" menu item.

Installation
------------
1. Copy the special_menu_items folder to your modules directory.
2. At Administer -> Extend (admin/modules) enable the module.
3. Place the menu.html.twig in your theme's templates folder.

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

File

README.txt
View source
  1. Special Menu Items Module
  2. ------------------------
  3. Description
  4. -----------
  5. Special Menu Items is module that enables placeholder menu items. Placeholder is a menu item which is
  6. actually not a link. Something like this is useful with drop down menus where we want to have a parent link which
  7. is actually not linking to a page but which is just acting as a parent grouping some children below it.
  8. Features
  9. --------
  10. - User can create a new menu item and leave out the link.
  11. - When the menu is rendered the "nolink" item will be rendered similar to a normal menu link item, but there will
  12. be no link, just the title.
  13. - Breadcrumb of "" will be rendered same as "" menu item.
  14. Installation
  15. ------------
  16. 1. Copy the special_menu_items folder to your modules directory.
  17. 2. At Administer -> Extend (admin/modules) enable the module.
  18. 3. Place the menu.html.twig in your theme's templates folder.
  19. Upgrading
  20. ---------
  21. Just overwrite (or replace) the older special_menu_items folder with the newer version.