Hello,
I have the following Problem regarding Drupal 6:
I have different Nodes on my Drupal Page wich belongs to different subcategory of my primary-menu e.g.
primary links:
category 1
-- subcategory 1.1
-- subcategory 1.2
category 2
-- subcategory 2.1
-- subcategory 2.2
To display them after clicking on a specific Menu-Link I have assigned to each node (page, article, blog) a different taxonomy term. The Menu Links to each taxonomy term.
But when I access to a node it loses the reference to the primary-menu and the user has again to click through the entire primary-menu
It would be nice if drupal knows what is the referencing menu for the node and the menu-items stays open, so that the user can easily switch to another category or subcategory.
You can see the sample at www.costa.li/reef
KR
Giuseppe
Comments
On my site a press release
On my site a press release (http://thetriton.com/news/press-releases) is a total different node type than the article node type (http://thetriton.com/News) but they share the menu subcatagory of news. Both of those pages mentioned use the same view. I filtered on by type/article and taxonomy/news and the other just by type/press-release. Pay attention how the the menus are still active (need to work on my css though) and breadcrumbs work when you click through to either an article or a press-release. This is done using Node Breadcrumb module at http://drupal.org/project/node_breadcrumb .
I hope this is what you wanted to hear.