By derfz on
Hi everyone
Haven't had to do anything with drupal for a long time and now I can't seem to see the wood for the trees. This is something I should be able to find quickly and resolve but have been at it for 6 hours. Time to stop and ask.
I have a very basic D6 install. I want to be able to create a navigation menu item to place a number of pages under.
When I goto add the navigation menu item it asks for a path, this seems to be where I am coming unstuck.
Can someone please slap me and point me to the right information that will help me resolve this silly little problem.
Regards
Fred
Comments
_
You can't reference a local non-existent path-- first create some pages, then you can add them to menu.
So I can't simply create a
So I can't simply create a tree like menu with documents/nodes contained within them.
mainheading
- subheading1
- a doc
- another doc
- subheading2
- yet another doc
Regards
Fred
_
Ah ok, if you need place holder menu items, see http://drupal.org/node/128618 and http://drupal.org/project/menu_firstchild.
No, you have either to add
No, you have either to add those pages using the "Menu"-point when creating the node, or you create the node, remember its path and add it to the menu later.