Hi !
I spent a lot of time on looking some module for adding images to nodes. Yes I know. There a tons of modules which can do this. But I don't thinking "adding" is equal to "uploading". I think "adding" meen "choosing" image from some kind of set.
So I wrote my own module. And here it is node_thumb. I would like to know what do You think about.
Using module is very easy. Before You start just add somewhere, under Your files/, directory with images, small thumbnails for example 100x100px. When You ready just install module and go to the admin/settings/node_thumb. Set (for simplicity for my website I wrote all messages in my mother tongue) directory with images in first field and content type for which node_thumb will work at the bottom. Directory path is relative against /files (in my configuration is /node_thumb)
Additional - You can choose which will be available on adding form. You can choose none. Then all of thumbnails will be available.
Ok so now try to add some content type You choose. You should see thumbnails under body. Of course to see them You must put somewhere in node.tpl.php theme snippet like this:
echo theme_image($node->thumbnail, 'thumbnail', 'Title of thumbnail');
and that is all.
I'am curious is there any other module which can do that. Or is functionality of this module is worth to publish them as the Drupal contributor. I just need something like that and wrote because I can't find anything which satisfy me:) and maybe I will help someone publishing it.