Hello,

I have a content type - event, that has a node reference field, to the speaker content type. in addition I have a view that displays all the events, i'd like to display all the events and next to each event display the image field (picture) of the speaker that's referenced, how can I display fields from the refrenced node and not just the title with the link.

thanks

Idan

Comments

WorldFallz’s picture

In your view of events, add a relationship for the nodereference field that has the speaker info-- then, when you add a field, you can choose which node the field you're adding comes from (the current node or the referenced node).

arbel’s picture

thanks,

I've been using drupal for 2-3 years now and never used the relationship.

it's great. so simple.

Idan

WorldFallz’s picture

Don't feel bad-- it's new to views2. ;-)