Hello, I have a strange problem with Views, specifically with the Argument functionality.

I have a view called year.
There is a vocabulary called year, and the taxonomy terms are just years (2007, 2006 etc. - they are entered by the author).
The URL of the view is year.
I have set up an Argument - "Taxonomy: Term Name" (and tried all sorts of Option values: 0 1 4 ..).

I would like to use arguments in the following way: the URL test.com/year/2007 should produce the items with that taxonomy term, i.e. 2007

The result is that the address text.com/year/2007 shows nothing at all (and the same happens with all other options).

What could be wrong?

Thanks for any advice

Roman

Comments

intu.cz’s picture

Well, after much thought I discovered that the problem was in the improper setup of the filter, so it now works with the filter:

Taxonomy: Vocabulary Name -> Is All Of -> Year

Roman