stop prevent download image configuration
Posted: 16 Jan 2007, 00:23
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:
You also need to change the following items in slideshowimagevueconfig.ini:
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
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,0Code
maincontrols = select,previous,next,toggleplay,sfx
rightclick = next,previous,toggleplay
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