By amagab on
I must be really stupid but I'm not getting anywhere...I've read the handbook but can't really figure it out.
I have installed Drupal and the theme FriendsElectric.
I have created a navigation menu on the left but there it stops.
I want to create pages to where the menu items will take people.
Let's say my menu has the following:
World Info
World Facts
World Animals
World Wars
How do I create pages with information for those menu items and how do I point to them???
Thanks!
Comments
menu_otf
You could use the menu on-the-fly module.
Here's a screenshot.
It's easy
1. To add pages you need to go http://yoursite.com/node/add/page. Publish each, but don't promote them to the front page. Take note of the node id. It should be something like "node/200".
2. To add links to these pages into your menu go to administer/modules/ and enable the menu.module.
3. Go to administer/menus and select the add menu items and enter the name of the menu item and the node respectively.
If you get stuck anywhere just ask!
---
http://creativebits.org
It sure was easy
Thank you for that clear explanation. It sure was easy.....I guess I just needed somone to explain it to me in steps like you did. Thanks again! It works great now!
(I tried the menu-on-the-fly but it didn't work.....don't know if it's because I'm running an older version of drupal)
Bug report
Please consider filing a bug report for menu_otf.