I require a way to reference images attached to a node within the body of the node.
I have created a new content type, and added an image field with "Number of Values" as "Unlimited" so that I can upload multiple photos.
By default, these images simply show up together in the node.
What I need is to be able to write some text relating to one image, then write some more text related to another image, and then more text with the last image. I need to be able to reference the images within the body, like:
"
Look at this picture. Something interesting.
[image 1]
Now look at this other picture
[image 2]
Now finally this last picture
[image 3]
Close remarks
"
I've searched all over but cannot find anything related to Drupal 7. I apologize if it's out there, but I've been searching for hours and there are tons of Drupal related image threads that are not about what I am looking for.
Thanks
Comments
You mean
You mean like:
http://mustardseedmedia.com/podcast/episode29
Exactly, but need it for Drupal 7
That is exactly what I would like to do, however the module "Insert" or "FileInsert" do not have Drupal 7 versions.
Is this functionality in the core of Drupal 7 somewhere?
You may want to check out the
You may want to check out the media module.
http://drupal.org/project/media
What about views and field-collection ?
At 1st guess I would use views and field-collection (img & description-field).
http://drupal.org/project/field_collection