This seems like it would be a common pattern but I can't find a clean example on how to do it.
1) I have a content type: sub_site
2) I have a taxonomy (single hierarchy) w/ terms and I have scoped it to my content type
3) I have installed the taxonomy menu module so I can build a list of category links to my sub_site nodes
4) I built a view of these sub_site notes and have a page view that can be called w/ the url /subsites
When I click on one of the category links in the taxonomy menu list, I get a page that lists the content for each node in that category. But here's the pattern I want:
1) Click the category in the menu
2) The content area displays my view of sub_site nodes filtered by the selected category value (the menu item)
3) I click on a link in the view and that brings up a page with the content for that selected node
Within the Taxonomy config, I've been trying to change the setting for Menu Path Type, but if I select anything other than "Default", my taxonomy menu does not appear. Too confusing for me so I've only been working w/ Default.
Any points to some good related topics or examples would be appreciated.
Read »








