Hi
I have content type 1 and content type 2, both share the same vocabulary.
Now in a view I am grouping nodes of content type 1 by the vocabulary's terms:
TERM1
-fields of node1 of content type 1
-fields of node2 of content type 1
-fields of node3 of content type 1
TERM2
-fields of node4 of content type 1
-fields of node5 of content type 1
-fields of node6 of content type 1
etc.
There is only one node of content type 2 for each term of the vocabulary and what I want now is to add below each term, the fields of the node of content type 2 which has been tagged with that term.
TERM1
--- fields of node1* of content type 2
-fields of node1 of content type 1
-fields of node2 of content type 1
-fields of node3 of content type 1
TERM2
--- fields of node2* of content type 2
-fields of node4 of content type 1
-fields of node5 of content type 1
-fields of node6 of content type 1
etc.
*= there is only one node of CT2 for each term
tx
Simone
Comments
Hi i got it working with a
Hi
i got it working with a taxonomy view instead of a node view, now what I miss is that Content Type 2 only appears when there is a content Content Type 1 tagged with the same term so that:
TERM1
--- fields of node1* of content type 2
-fields of node1 of content type 1
-fields of node2 of content type 1
-fields of node3 of content type 1
( this should not appear)
-----------------------------------------------------
TERM2
--- fields of node2* of content type 2
-----------------------------------------------------
how can i add that extra validation?