I have everything installed, and it all seems to be working, so I'm pretty sure that my issue here is one of user ignorance.

I can reference another node, but what I get is a link to the node. Is it possible to just reference an imagefield image in this node?

My goal here is to create stories with images, and then to re-use those images at later dates in other stories. I am pretty sure, from everything I have read, that this module is capable of assisting me in this, but I can't seem to figure out how to just re-use the image. Like I said already, all I get is a link to the referenced node.

Sorry for my lack of understanding, and thanks for any help.

Comments

gnindl’s picture

Status: Active » Postponed (maintainer needs more info)

Referencing a node is usually enough. In your node type template you can display your imagefield with its file as you wish. It basically depends how you want to interpret this reference. If you really want to reference a field you should have a look here:

http://drupal.org/project/fieldreference
http://drupal.org/node/277592

Nevertheless, I don't think this is necessary though... otherwise please describe your use case in more detail

gnindl’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

As stated, just create a own content type for an image with and image field. Then adjust the field display of your referenced image field. That's it!