Crear vista con relaciones :-(
Hola, tengo un problema que no consigo resolver. A ver si me podéis ayudar.
Tengo 2 tipos de contenidos (artista y espectáculos) los dos tipos de contenidos tienen un campo taxonomía autocompletar para poder vincular los espectáculos a los artistas:
Un artista puede tener muchos espectáculos.
Un espectáculo puede ser compartido por varios artistas.
displays all childs of a noderference parent parent child relation, is it possible with relationships ?
Hi there,
I have a set-up of a parent parent child relation where each item is a different content type: parent content type A, child content type B has a nodereference link to content type A, child content type C has a nodereference link to content type B.
example:
A
/ \
B B
/ \ \
C C C
Is it possible to display all content type C children of content type A using relationships ?
I created a custom argument handler for now, but want to know if I can do this from the views UI.
Tnx,
HnLn
Read more