Search code examples
drupaldrupal-6

Disable links to parent menus and breadcrumbs?


1) can I disable links of parents items in Drupal menus ? (In particular if I'm using the Nice Menu module ? I don't have any page to link to the parent items.

2) can I disable the links on the breadcrumbs ? I guess I have to change the php code for that.

thanks


Solution

  • Try the Special menu items module. Some more details about this module (from its project page):

    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.