Simple problem. I want a view that shows all Story objects in a given Category.

I create the view, I give it two filters
Node: Type = Story
Taxonomy: Vocabulary = *container-name*

Nothing shows up. It doesn't work with Taxonomy: Term = *category* either.

The filter list does see the containers and categories from the module, but the filter code in view doesn't seem to be able to use them.

Comments

js1’s picture

JirkaRybka’s picture

Status: Active » Closed (fixed)

This is over 2 years old...

Otherwise, you're supposed to use Taxonomy term ID as *argumnet* in the view. But many people on 5.x version of Category experienced their legacy taxonomy tables to be empty (or set to tid=1 for all nodes - I had this too, back then), so then Views see nothing. That's a problem with Taxonomy Wrapper part of Category module, discussed on numerous other issues (also you need to have Taxonomy wrapper installed, obviously).

Since there's over 2 years silence, I assume this may be safely closed now.