I am working with this module but i can't get it to work perfect.
Sure i am missing something.

setup:
node type A (garages) has field: field_cars_reference
node type B (cars) has field: field_garages_reference

my goal is:
create a list of cars.
than create a a garage node type in which i select the cars.

In the garage page I buillt a views block in which all cars refered are listed. This means i can select cars when I create a garage node.
- this node Backreference field: field_garages_reference
- this is working perfect

Now i want in my cars page a block with the garages that have been refered.
this node Backreference field: N/A
- I cant get this view to work

any help is appreciated

Comments

ikeigenwijs’s picture

Did you found the solution?

I want to have a view list of all the nodes A whitch reference to node B
Starting from a list of nodes B so standard reference field relation does not work.
thx a lot.

pindaman’s picture

I got it to work eventually.
i used the tutorial from this website:

http://www.globecom.nl/blog/admin/2011/06/referring-node-each-other

candelas’s picture

@pindaman thanks for the link :)
since backreference has no documentation, it comes very well.
thanks