Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2009 at 01:28 UTC
Updated:
16 Apr 2012 at 18:39 UTC
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
Comment #1
giorgoskone 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
Comment #2
add1sun commentedno response from OP. fixed.
Comment #4
MilanAK commentedNeither 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.