By pan0s on
Is there any way or module that i can use in order to attach a small picture in a node ?? (in a story node for example).
Thanks
Is there any way or module that i can use in order to attach a small picture in a node ?? (in a story node for example).
Thanks
Comments
http://drupal.org/project/img
http://drupal.org/project/img_assist
thank you for your reply and
thank you for your reply and suggestion but although i download and activate the module together with image.module ....it doesnt work for me ....i get a number of errors.First it seems that my apach server is crashing and the i get i am asked to open an index.php file!!
Am i missing something here? Is there any other way or module to get a picture for a node? Detailed description will be really appreciated...thanks
You can try the
You can try the node_images.module I shared 2 months ago: http://drupal.org/node/78093
It allows to add an image gallery to a node, the images are shown as thumbnails and not as attachments. You can see the original images in a popup window by clicking on the thumbnails. When you submit a node, you'll see an "images" tab on top, and you'll be able to add one or more images to that node.
This module requires upload.module, it uses upload.module basic settings plus custom settings for each node type (for example, you can specify whether a node type might have images or not).
You can also specify a path for node images, usually the files directory. In the path you can use variables like %uid, so you can have different folders for each user (files/1 for user #1, files/2 for user #2, etc...).
Here are two screenshots to see how it works:
http://drupal.org/files/issues/node_images.png
http://drupal.org/files/issues/node_images1.png