I have the following requirement :

I have a content type A which references other content types B, C and D through node reference field. The content types B, C and D have images associated with them through ImageField.
While creating a node of type A, the user should be presented the list of images associated with its node references B, C and D and he should be able to select one among them. The selected image is used while theming the node A.

Is there a module or a way to get it done in Drupal?

Comments

nevets’s picture

I have not tried the module but Node Reference Explorer may help.

sivapattabhiram’s picture

Thanks for the tip. I checked out the module and it looks very powerful. But there is also a problem. The module allows the users to navigate and link to arbitrary nodes which is ok for admin/editors. In my case, I want to limit the options to the end user. Is there any way to achieve this by using CCK Nodereference with selection from views?