Closed (fixed)
Project:
Category
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2007 at 15:03 UTC
Updated:
3 Jun 2009 at 11:14 UTC
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
Comment #1
js1 commentedSee: http://drupal.org/node/90145
Comment #2
JirkaRybka commentedThis 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.