Rank: Newbie
Joined: 8/20/2008 Posts: 3 Location: Arizona
|
I may have missed this in the admin guide, but is there a way to disable the "download this media object" and "show high res image" icons if the user is anonymous? I'd like guest users to be able to see the compressed images but not download and view the high resolution images (at least make them work harder to get them).
|
Rank: Administration
Joined: 8/3/2007 Posts: 763 Location: Fort Atkinson, WI
|
Open ~/config/galleryserverpro.config and look for this setting:
allowAnonymousHiResViewing="true"
Change it to false. This prevents anonymous users from having access to the hi-res version of images.
To prevent logged-on users from having access, you assign them to a role that *does not* have the View original, hi-res images permission.
Roger Martin Lead Developer for Gallery Server Pro
|
Rank: Newbie
Joined: 8/20/2008 Posts: 3 Location: Arizona
|
Got it, thanks for the quick response!
|