I have created a new text field for my content type - image. The field is 'caption.'
I attach a new image to a story type node.
I don't see the image field 'caption' available for display of node story.

Is there a way for the node story to get the image node 'caption' field?

Comments

joachim’s picture

Status: Active » Closed (fixed)

Well no -- image attach attaches the node and shows the image. That's all.
If you want image + caption, you either need to look into some major customizing of your theme, or use CCK noderef in stead of image attach and http://drupal.org/project/nodereference_views

rocket777’s picture

thanks joachim.
I will look into it.