Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 16:24 UTC
Updated:
22 Sep 2009 at 01:41 UTC
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
Comment #1
merlinofchaos commentedWhat you ask is something that Views cannot do. Sorry.
Comment #2
leanazulyoro commentedI'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