I am trying to create a very simple site with a small navigation hierarchy. I am not sure what is the right order of the steps to create a hierarchy in Drupal. Is following sequence of steps valid or is there an easier way to do it?
For example, If I wanted to create a hierarchy as follows:
Home
| -- About us
| ----- Contact Us
| -- Books
| ----- Recommended Books.
| ----- Must Read list
...
Wouldn't it be better if instead of an "automatic" navigation menu, we could have a listing of wich url provides each module, with a small description of what that url does, and then let the user build its own menus??????
Navigation menu is driving me crazy... I can disable it from the blocks sections, but as there are urls used by it that I can't delete, I get stuck with problems such as not expanding menus, etc, etc...
Im new to Druipal and I love it... Im switching from Mambo!!!
Anyways, I have a problem with menus and blocks and I have read the whole Handbook and I can't seem to solve the problem. I am trying to make a LEFT block with a heading called ABOUT US and a page item called WHO WE ARE as a test. Please help, this is what I have done so far but I can't seem to get it to work.