views:

90

answers:

0

Hey,

I'm using Drigg module for Drupal (drigg-code.org) and I'm trying to accomplish the following cagtegory structure:

A (parent category) - a, b, c (children)

B (parent category) - b, c, d (children categories)

When I click on 'b', I want to select the nodes from both A and B, but if I select the 'B' parent category, I want to only select the nodes from the children b with the parent B.

I'm currently having a Categories taxonomy with two vocabularies A and B and sub-items a, b, c, d. When I select A, I get results from nodes in 'b' with the parent 'B'.

I hope I made some sense. How can I accomplish this from the taxonomy administration?

related questions