Active
Project:
BackReference
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 20:52 UTC
Updated:
8 Aug 2011 at 15:31 UTC
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
Comment #1
ikeigenwijs commentedDid 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.
Comment #2
pindaman commentedI got it to work eventually.
i used the tutorial from this website:
http://www.globecom.nl/blog/admin/2011/06/referring-node-each-other
Comment #3
candelas commented@pindaman thanks for the link :)
since backreference has no documentation, it comes very well.
thanks