This is a fabulous module. I'm just stuck at one place now. I'm trying to create a view which displays 30 nodes from 30 different terms. No node can have more than one term. Yet what happens is that I get multiple nodes from the same term. So let's say we're talking about Mango, Orange, Guava, Watermelon and Peach. What I seem to get are 3 nodes from peach, 4 nodes from watermelon etc etc. I want just one node of each fruit with a link to the rest of the nodes from the same term (figured out this last bit) if someone's interested. How do I do this? Thank you for your time.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

What you ask is something that Views cannot do. Sorry.

leanazulyoro’s picture

I'm trying to do this also in views 2, do you think it's posible with views 2?

I need a list of terms from a parent term (passed as an argument) but also nodes within these terms have to be attached to another term from another vocabulary (also passed as argument)

so I would have 2 arguments:

(place/category)
"buenos-aires/cars"

The first one comes from a vocabulary called "place", and the second one from another called "category".

So, for this example: I need a list of the terms that are children of "cars" but also that the nodes inside these resulting terms are in the "buenos-aires" term.

Would this be posible?

thanks