Hello-
I am looking for a module or advice on how to create a gallery or section of my drupal 5 site where registered users can download images. Ideally I would like it to function like a stock photo site where the visitor would see a thumbnail with a choice for a small, medium or large image and a button to download (or add to a download cart) the selected image. I have looked at gallery2 but it seems to only allow this type of functionality with paypal or another form of payment. Any other ideas?
Thanks!

Comments

end user’s picture

You should be able to accomplish this using Ubercart and just use the product image to display different image sizes. Then your viewer could buy, pay and then download the photo.

Ectar’s picture

So what's wrong with gallery2 if it "allow this type of functionality with paypal or another form of payment" ..... you don't like PayPal?

Mobile Modding Drupal Site

brf123’s picture

They don't want to charge for the images. As it turns out, I manually uploaded the images to each node and created links to download each image as a zip archive. Not elegant but it works!

budgetstockphoto’s picture

The image module does something like that, set the permission "view original images" to registered users and visitors to the site will be able to see a preview but only logged in users will be able to access the original full size file.

Image module It also supports different sizes of images small med large etc, but I don't think you can control access to these without excluding access to the image nodes themselves

mm167’s picture

if the photos are for sales, then a watermark should be added for preview.

user may only access the photo without watermark after paid.