Closed (fixed)
Project:
References
Version:
7.x-2.0-beta3
Component:
Code: node_reference
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 21:23 UTC
Updated:
14 Mar 2018 at 23:34 UTC
Jump to comment: Most recent
Comments
Comment #1
andjules commented+1
Let's say I have 50 products (and a 'product' content type)
and I have a 'Press Releases' content type with a node reference field
A press release can reference one or many products.
I'd like to be able to construct a list of products that have been referenced in press releases...
with the most referenced product at the top (descending order)
No idea how to go about it!
Comment #2
nagiek commentedNot entirely sure, something along these lines
HTH
Comment #3
emptyvoid commentedThis module doesn't provide a views rendering style to lists referenced parent or child nodes for a single record (I'd like it to emulate how taxonomy lists multiple terms in a comma separated list for each record).
Sadly the module wasn't designed to display relationships this way and based on my research it may never do it. Best bet is if you are starting a new project use entity relationships or relation module.
Comment #4
renatog commented#3 really make sense
And Entity reference should be help in your case.
Comment #5
renatog commentedThank you for your help @emptyvoid