[support] Views 2: multiple taxonomy?
sebastian
inforazor at gmail.com
Thu Jul 23 16:21:25 UTC 2009
Hello Drupalites,
Using Views 2, Drupal 6:
I have a taxonomy-view, and I have two taxonomy lists.
In the URL I want to be able to pass a term.
Then in the filters, I only want to show one of the taxonomy vocabularies.
Finally, in the fields, I want to output all of the taxonomy terms from
the one I am filtering.
This all works fine until I pass a non null argument:
When I do so, it assumes I am trying to match [and thus filter] the
taxonomy terms based on what is being passed as an argument.
When instead, what I really want to do, is to have the taxonomy field
output re-written to display:
<a href="[%1]/[name]">[name]</a>
Where %1 is the item passed in the URL, and [name] is the taxonomy term
being displayed.
...I hope this is clear, is there any way to do this?
It would work fine if I could change the "argument" type to be "Text: do
not apply logic" instead of "Taxonomy: Term {filter based on argument}"
Thanks!!
Sebastian.
More information about the support
mailing list