Hi, introducing me, I’m French (sorry for my English) and just discovering Drupal.
I follow this tutorial, but I don’t understand how to make the opposite:
I would like to attach Parents’ nodes:
In this example, I would like to create a new view of an Album, and dynamically attach the Band with Views Module.
I make many many manipulations with views and the only things I make is to show the list of all parents in general, not just about my element (in the example, it show all Bands of my database, but not just the Band which create the Album)
To make it, I created an attachment with
“relationships: Content: Band”
“Fields: Node: Title”
and “Filters: Node: Type = Band”
Thank you for your advises,
Paul
Comments
Comment #1
merlinofchaos commentedThis is less a question for Views and more a question for nodereference. I think you need something like the nodereferrer module (I think?) that does a back reference. Search drupal.org for back references and I think you might find something.