Hello,

I made a new category with terms in it. But I made 3 parent terms with subterms, like this:

Parent a
--sub a1
--sub a2
--sub a3
--sub a4
Parent b
--sub b1
--sub b2
Parent c
--sub c1
--sub c2
--sub c3

Now I made a few new nodes with categories linked to it. So node 1 is in sub a1, node 2 is in sub a2, etc.

How can I make a view now, which shows all nodes in parent A (so show the node from sub a1 and sub a2, etc.

Thanks

Comments

WorldFallz’s picture

If I'm not mistaken, you have to use something like http://drupal.org/project/hierarchical_select to enforce saving the parent/lineage with the child. This is how I handle it.

Another option might be http://drupal.org/project/taxonomy_context, but i've not used it.

Yet one more option might be the lineage view from the http://drupal.org/project/views_bonus module (which in turn requires http://drupal.org/project/lineage).

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz