I have problems with applying the taxonomy filter to a block created in Views.
I thought i was setting something wrong so i created this thread : http://drupal.org/node/1578252, in the end i was told to make an issue.
I have a vocabulary called Sections, it has two terms : 'games' and 'news'.
Using Views i'm trying to create a block that would contain the titles of pages either linked to 'games' OR 'news' terms.
So i used the contextual filter, added "Content: Has taxonomy term ID".
There, in the "when the filter value is not available" i selected "Raw value from url", 1-st component.
Under the "When the filter value is available or a default is provided" i've overriden the title like so : Arg 1 : %1 and Arg 2 : %2 %3 %4 %5 %6 to see the incoming arguments.
In the preview if i pass something like "games" or "news" it sorts correctly and the title has in the place of %1 the right string, but if i pass multiple parameterss delimited by "/" as i've been told in the tooltip, like "games/argtwo/argthree" i still get the same result, and no parameters are shown in the title in place of %2 and %3.
When i tell it to sort by the 2-nd parameter, and when i write in the preview something like "games/news", it does not sort by "news" as it should but by "games".
Now when i actually add the block that i made in a region, and the URL would be like "mysite.com/games", the block should show the all the titles of pages linked to the "games" term, but it acts like he got an invalid value and displays a summary of the vocabulary.
And finally, a strange thing appears when i land on 404 using the term name in the URL (like "mysite.com/games/askdjh"), well it actually shows me the right links!
I hope i did not duplicate an already existing issue.
Comments
Comment #1
foxik commentedComment #2
mustanggb commented