Is there a way to have Right Click Protection enabled yet still allow me to right click and download my own picture when I'm logged in?
It is that way now but only for the original, logged in, use the save photo icon in the flyout photobar.
If you have originals turned off your visitors will not see the save icon.
i found out today, as i right-click protected a gallery for the first time, that it's REALLY annoying... i hotlink images all the time, and i had to manually type in the URL's for the images (/photos/foo-L.jpg) to hotlink the ones i wanted...
if you're logged in, it'd be nice to disable the right click protection...
i found out today, as i right-click protected a gallery for the first time, that it's REALLY annoying... i hotlink images all the time, and i had to manually type in the URL's for the images (/photos/foo-L.jpg) to hotlink the ones i wanted...
if you're logged in, it'd be nice to disable the right click protection...
trying adding this code to your javascript, it will disable the right-click on you're logged in...but you still won't be able to access the url since 'protected' does other stuff not just the pop-up message.
trying adding this code to your javascript, it will disable the right-click on you're logged in...but you still won't be able to access the url since 'protected' does other stuff not just the pop-up message.
oh wow! awesome! thanks! tho, i AM able to access the URL directly... i have external links set to NO and protected set to YES, but i'm still able to hotlink if i want...
sorry i should have been more specific, you can't access it by right-clicking on the image...and selecting "Copy image location"...like you can when protected is set to NO.
sorry i should have been more specific, you can't access it by right-clicking on the image...and selecting "Copy image location"...like you can when protected is set to NO.
yeah, then it just shows up as a 1x1px transparent gif. thanks for the code tho! i added it.
Comments
If you have originals turned off your visitors will not see the save icon.
My Website index | My Blog
Rich Mar Photography - Sydney Family Photographer
Rich Mar Photography Blog
if you're logged in, it'd be nice to disable the right click protection...
trying adding this code to your javascript, it will disable the right-click on you're logged in...but you still won't be able to access the url since 'protected' does other stuff not just the pop-up message.
SmugMug API Developer
My Photos
oh wow! awesome! thanks! tho, i AM able to access the URL directly... i have external links set to NO and protected set to YES, but i'm still able to hotlink if i want...
here's the image: http://www.seppes.com/gallery/5208234_FoGjC/1/316445048_RwpVW/Large
here's my hotlink workaround (it's me!):
just change...
/gallery/5208234_FoGjC/1/316445048_RwpVW/Large
to
/photos/316445048_RwpVW-L.jpg and VIOLA! it only took me about 10 seconds to figure it out.
EDIT// awww, you can't see that i'm wearing my smugmug strap on that photo!
sorry i should have been more specific, you can't access it by right-clicking on the image...and selecting "Copy image location"...like you can when protected is set to NO.
SmugMug API Developer
My Photos
yeah, then it just shows up as a 1x1px transparent gif. thanks for the code tho! i added it.