By NoreagoCan on
I have two peices of content.... 1st is Vendor and 2nd is Products. I have references module / node reference enabled and have created a relationship between Vendors and Products using "Sold here / Node Reference" on Vendors and "Sold at / Node Reference" on Products.
What I would like to have happen is display the img field from Vendors content and display it Products content instead of displaying the link to the vendor
I know how to do this in views, but what i want is the original content to display the field from the other content.
Comments
You can set the formatter to
You can set the formatter to displayed the rendered entity using a view mode. You can configure the view to only show the images from the referenced content type.
I like using the display suite module for this. Using it I add a new view mode (say for example "images only"). In this case I would then under the "Manage display" tab for Vendors configure the field referencing products to display the rendered entity using the new view mode. In Products under "Manage Display" I would enable the new view mode (in the horizontal tabs), the configure the new view mode so it only shows images.
Solved
Thank you, DS did exactly as you suggeested.