Hi,
Is there a way to password protect full image downloads? I'm setting up a large gallery and all site visitors need open access to thumbs and albums. Only regisitered visitors should be able to use the download option for full image protection.
Thanks
Nick
Comments
I've tried the following but I not sure I'm coding correctly:
`
<?php if (!checkForPassword()) { ?>" title="<?php echo getBareImageTitle();?>">
<?php printDefaultSizedImage(getImageTitle()); ?><?php } ?>
`
Do I have to remove `checkForPassword` elsewhere in the theme. If I set the user/password in the album options this is going to lock the album. I really need open access to all the albums and password just on the full image link.
I'm slightly confused by your reply - if album is already password protected why would there be a need to full image protection ?
Would really simply my life giving files to clients and preventing others from stealing the high-res!
Any way possible?