Hi all,

I have 4 taxonomy terms: apples, bananas, citrus and dogfood. I have several nodes, that can be linked to these four taxonomy terms. Now I want to make a list of the nodes associated with one of the taxonomy terms. (I have done this by using views => arguments = taxonomy terms)
But now I want to be able to select the list of nodes page from the menu.
Also I would like, when I add a taxonomy term, that it is automatically added to the menu.
And I woluld like that drupal knows when a node is expanded...

Is this easy to do, or am I going to need to write a module?

Best regards, Geert

Comments

petersim’s picture

You need the taxonomy menu module. You can find it at
http://drupal.org/project/taxonomy_menu

Stomper’s picture

I have just installed and created a taxonomy menu using the Taxonomy Menu module.

I have also created a table view that displays the taxonomy terms in a table based on a view argument "Taxonomy: Term."

How can I link the taxonomy terms from the menu created by the Taxonomy Menu module to the view argument (/%)?

Currently, if I click on the taxonomy term in the menu it just links to a list of all the taxonomy terms (title and teaser etc.) but not in a table.

Thanks.