Hi, I'm trying to convert my static site using drupal and I'm trying the feauters I need to do it. I succeded to do a lot of things, but I didnt succeded to do this:
I need a different menu for different sections of my site.
For example, when you are in the home page, you'll have on the left (or on the right, this is not important off course) a menu with some voices, clicking on the navigation menu on the top and selecting anothe section of the site, he will have a different menu on the left with diferent voices...
There is a way to do it with drupal? Anyone can help me to do this?
Thank you very much
Bye

Comments

VM’s picture

menus are handled in administer -> menus

the sweet thing about drupal is when you create a new menu ? it automagically creates a new block for that menu in administer -> blocks

then using visibility settings you can control what path, to what user roles, and such the new menu block is shown.

For more information on the menu module see : http://drupal.org/handbook/modules/menu
For more information on the blocks module see: http://drupal.org/handbook/modules/block

axtolf’s picture

Ehm sorry, I see that I posted in the wrong section, I thing that my post blongs to support - Post installation. A mod could please move it at the right plase, please?

benjaminlhaas’s picture

Take a look here, it might be helpful: http://drupal.org/node/137413