Help! I'm trying to create a sub-menu in Drupal. I'm using the 'standard' administration 'Menus' pick to do it.

There's an item in the menu that is the top level of a sub-menu. What do I put for the required 'Path'?

Comments

WebNewCastle’s picture

Are you trying to create a menu in which the top level is not a link (only the 2nd level entries are actual menu items)? As far as I know, the menus in Drupal require a path/link for each entry - unless someone knows of a method or module to work around this.

divesh.kumar’s picture

Hi Jlarsyz,

You may provide the path of the node that is the parent node. for eg. if you have menus structure like this

Parent
-- child1
-- child 2
-- child 3
-- child n

You just have to pass the node address of parent in the parent menu...

Thanks
divesh Kumar