Page 1 of 1

stop prevent download image configuration

Posted: 16 Jan 2007, 00:23
by mjau-mjau
Several gallery owners have asked how to prevent users from downloading images?

The answer ultimately lies in a handful of configuration settings, and since the gallery now also consists of the slideshow, you need to edit 2 configuration files.

First of all, open config.ini, and change the following items:
Code
thumbrightclick = 1,1,0,0,0
imagerightclick = 1,0,0,1,0,0,1,1,0
navigation = 1,1,1,0,0,0,0,0,0
You also need to change the following items in slideshowimagevueconfig.ini:
Code
maincontrols = select,previous,next,toggleplay,sfx
rightclick = next,previous,toggleplay
If you wish to read more on these settings, they are all listed under the support documentation here: https://www.photo.gallery/support/docs/

NB! A fact that all gallery owners should be aware of, is that just because you have removed options for downloading image, doesnt mean users wont be able to access your images from their browser cache. Please read more about general image protection here: viewtopic.php?t=527

Posted: 16 Jan 2007, 01:42
by Hanky
Thanks for explaining.