I have 2 nodes. Shows and Venues. You can have multiple shows at a venue. I am having the address, city, state, and zip entered for venue only. however when someone is viewing a show node. I want to be able to display the venue name with a link (which i already have suing entity reference) and also the address, city, state, and zipcode. How do i get rest of the information from the venue entity to display on the show node?

Comments

VM’s picture

inspect the configuration of the field under the manage display tab within the content type

jag1500’s picture

All i see is "link label to reference entity" I do not see any other columns from the reference entity I can display.

VM’s picture

PetarB’s picture

'entity reference view widget' is a great module which may help you. You can expose the referenced node's fields in a view, then use this as the list to select from.

After discovering this great module, exposing lists to users suddenly becomes a much more powerful and intuitive possiblity.

https://www.drupal.org/project/entityreference_view_widget

jag1500’s picture

Thanks for the suggestion. However i want to display an entity reference field on a node not a view. Will this module create a field in the content type from another content type that i can add to the node in manage display?

PetarB’s picture

Yes - that's exactly what it does unless I'm not understanding you.