I have the following taxonomy structure to organize the Alumni section of my school site.
Reunion
Chapel
News
Sports
Grad Year
--1987
--1988
--etc
More
Categories
Etc
It's set up for multiple select, so that when a story is created, it can be classified as Reunion, News, 1988 for example. But I can't seem to figure out how to set up the arguments in the Views UI to get it so that I can do the following:
/name_of_viewpage/reunion gives me all the Reunion stuff (Reunion News, Reunion Chapel, etc)
/name_of_viewpage/reunion/1988 gives me as above but limited to 1988
/name_of_viewpage/1988 gives me everything for 1988
etc etc.
Is this sort of thing even possible with views? I've got it so that I can have one taxonomy term argument, but when set up a second one, the view fails to find anything. Can I use more than one taxonomy term argument and if so, how?
Thanks,
Doug Gough
Comments
Do you have three
Do you have three vocabularies? Or just one? I ask because a) the seem like they should be different vocabularies, and b) given my newly forming understanding of arguments, the solution would be different depending on how you've set up your taxonomy.
This isn't really supported
There are a few workarounds: http://drupal.org/node/141831
However, the Views module doesn't yet allow multiple taxonomy term arguments: http://drupal.org/node/77543
openflows.com
patch
I just submitted a patch to fix this in views.
http://drupal.org/node/77543#comment-633801