By omrad on
Hi everybody,
I have a drop down menu in my drupal site, and I would like that when I select any option, show the sub-menu in a block, like you can see in the image.
http://img146.imageshack.us/img146/8372/bloquesuu3.png
What's module can i use for show the sub-menu in a block or how can I do?
I'll appreciate any help.
Regards.
Comments
Someone can help me ? thanks
Someone can help me ?
thanks ...
regards
You may like Nice
You may like Nice Menus.
-Craig Jackson
-Web Developer
Hi tapocol, I'm using
Hi tapocol,
I'm using niceMenu for drop down menu, but I don't know how to show the submenu in other block ...
Did you get my idea?
thanks ....
How I do it.
I'm not 100% sure what you want from looking at your picture, but I do something that might be what you want:
First, suppose that your primary links have one link named "About".
Now, make a menu called About. Put items in that menu (I do this by making pages and assigning menus items to the pages when I create the pages. When I create these, I typically make an URL Alias of About/PageName.
Now, go to edit your blocks. Put the About menu in the left sidebar and press save. Now, press Configure for that block. Under Configure, choose "show only on the following pages" and write:
About
About/*
You can also write any other pages if you didn't happen to use the convention I described above of giving them the URL of About/PageName.
Hopefully you can follow this, it works fine and I've used it now on a couple of sites. The only problem is that the Primary Link will not remain highlighted when someone chooses one of the sidebar links.
Hi Annsera, I'm writing to
Hi Annsera,
I'm writing to tell you that I am grateful for the guidelines that you gave on the last post. I didn't realize I could that way. It was really useful for me.
thanks.
Omar
submenu tree module
I suppose you wanted some automated way of generating submenu blocks. This should do it... http://drupal.org/project/submenutree. Though I haven't tried it yet.
Or check this thread http://drupal.org/node/200294#comment-657933, theme_menu_tree functioun which allows you to call your submenu.
menu_block_split does what you want
http://drupal.org/project/menu_block_split