I have a hierarchy of menus in which the second level are a view :

  1. category 1: node/1
    1. subcategory 1 : view1/arg11/arg21
    2. subcategory 2 : view1/arg11/arg22
    3. subcategory 3 : view1/arg11/arg23
  2. category 2: node/2
    1. subcategory 1 : view1/arg12/arg21
    2. subcategory 2 : view1/arg12/arg22
    3. subcategory 3 : view1/arg12/arg23

know when I click on the second level menu links the menu hierarchy will be closed!!
Is there any way to set the open menu using the passed argument ?
As another question, is it the right usage of the views component to create this type of menu structure?

Thanks in advance.

Comments

Glowingtree’s picture

You can use Views for whatever you want!! I want to ask, how did you get a menu to correspond to arguements? I am trying to create a menu like this, that will autogenerate items based on a corresponding view. Its for a blog archive, where the top-level menu item is an arguement for year (2009) and the second for month 2009/03, 2009/04. So each year would be a top-level menu item, and the months of that year would be the child menu items.. haven't figured it out yet

esmerel’s picture

Status: Active » Closed (fixed)

This issue is a year old; it's likely either figured out or no longer relevant.