Is it possible to create non-clickable parents? Let me give you an example. Consider the following menu hierarchy:

P1
-- x1
-- x2
-- x3
P2
-- y1
-- y2
...

Currently I can create pages, x1,x2,x3,P1 and in the menu values I assign x1-x3 to P1 as parent. However this will require creating a dedicated page for P1. Is it possible to make P1 non-clickable, but only x1-x3 as clickable children?

Thanks...

Comments

giorgosk’s picture

one of these modules should do what you are asking for

http://drupal.org/project/special_menu_items
or
http://drupal.org/project/menu_firstchild

or look at this forum discussion
http://drupal.org/node/128618

add1sun’s picture

Status: Active » Fixed

no response from OP. fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

MilanAK’s picture

Neither special_men_items, menu_firstchild not putting "http://#" as a link work to allow for first menu item to be a link-less placeholder when using nice_menus 7.x-2.1. Placing "http://#" as a link for first menu item only works in Chrome. Is there any work around using 7.x-2.1 so that a first menu item is not a link to a page but is a placeholder only? Thanks.