By j0k3z on
I am making a website where hotels and restaurants are nodes.
I use the node body to describe the business and I want to add images of it as well.
How can I add several images to my node? I want them to be thumbnails and either expand using the lightbox javascript or open completly in a new window.
Comments
Upload_image module should
Upload_image module should suit your needs http://drupal.org/project/upload_image
"Extension to upload module, to show uploaded images inline. upload.module and image.module are required."
Do you have experience with
Do you have experience with this module?
For me it is just showing the images in a list and not showing thumbnails.
Hmmm, I tried everything but
Hmmm, I tried everything but still cant get this to work. Must be another way
It works nicely on my site.
It works nicely on my site. Are you running the right version for your drupal install? Hope you find a solution. Sorry it didn't help.
manual is easiest for me
i do my image-into-node work the old-fashioned way: ftp the file & add the img tag.
you don't even need to install image module. just create & upload the images via ftp.
in your node, add the correct img tag. make sure you get the path right, depending on what version you have and where you store your images. i'd recommend at /files, perhaps in another folder therein.
i'm using 4.7.3, so my path to my images is -- /files/images/img.jpg (for example). and make sure you use "full html" for the node
newbie question
can you plz post the html tag you used? still having some troubles with it...