Protected Gallery, but user able to right click?
jbr13
Registered Users Posts: 251 Major grins
Would it be possible for just the user to be able to right click a picture that is protected? I like to protect pretty much all galleries, but share an image here and there on a forum or two. I hate that I have to unprotect a gallery, get the URL, then reprotect it.
Is there another way, that I haven't heard of or is it just that way.
Thanks for all the great work guys!!
Jason
Is there another way, that I haven't heard of or is it just that way.
Thanks for all the great work guys!!
Jason
Jason
http://jbr.smugmug.com/
"When you were born, you cried and the world rejoiced... Live your life so that when you die, the world cries and you rejoice"
http://jbr.smugmug.com/
"When you were born, you cried and the world rejoiced... Live your life so that when you die, the world cries and you rejoice"
0
Comments
- Andy
Portfolio • Workshops • Facebook • Twitter
If you are in the Smugmug view, your URL in the browser will look something like this: http://jfriend.smugmug.com/gallery/5608869_vwzCG#344291068_HdnTo. The characters past the # sign in the URL are the imageID and the imageKey. So, to construct a URL to that image for a forum posting, you simply take those characters after the # sign and put them into a URL like this:
http://www.smugmug.com/photos/344291068_HdnTo-L.jpg.
This is a URL to the Large size (-L). Other sizes are:
-S = small
-M = medium
-L = Large
-XL = XLarge
-X2 = XLarge2
-X3 = XLarge3
-O = original
So, now you know how to manually construct an image URL. All you need it the imageID and imageKey out of the browser window and you just put it into the rest of the URL.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Jfriend.....thanks I will try it that way!
Jason
http://jbr.smugmug.com/
"When you were born, you cried and the world rejoiced... Live your life so that when you die, the world cries and you rejoice"
Try this CSS to allow access to that screen just when logged in: --- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Gallery of mine...caution, it's under CONSTANT construction! | Photo Journal
In the right light, at the right time, everything is extraordinary. ~Aaron Rose
You're very welcome.
But... you'll need a slight update to the code I posted last month. There was a recent change in smug, and the code that you need to enable the share button now is: --- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Gallery of mine...caution, it's under CONSTANT construction! | Photo Journal
In the right light, at the right time, everything is extraordinary. ~Aaron Rose