It allows you to add images from an image field to any place of a text area by inserting this tag {fieldname:n}, where "fieldname" is the name of the image field, and "n" is the position of the image in this field. It will output markup on this format:
<img src='$image->url' alt='$image->description'>
To activate it on a text area field, go to the DETAILS tab on this field EDIT page, and choose it from the Text Formatters options.
edit: on version 1.1 you can output all the images from one field at once by giving a 0(zero) index: {fieldname:0}
IMPORTANT!: At the same time as I built this module, adamkiss started building a more robust module with the same functionality http://processwire.c...ld-tags-module/. We decided to merge efforts on his module so, possibly I won't work on updating this one anymore.
I'll keep the download file in this thread for reference though.
EDIT: created a GIT repo for this module.
For downloading the module, head to: https://github.com/o...go/PW-ImageTags
Edited by diogo, 27 July 2012 - 06:16 AM.













