Try again, ...if it is loading the footer.txt file in the browser, try viewing the source.
Hope this helps,
David
got it. I don't know why that was such a problem for me. I just have to give people the option to see my originals now. I get a whole bunch of pop up errors....hahaha when I run it.
got it. I don't know why that was such a problem for me. I just have to give people the option to see my originals now. I get a whole bunch of pop up errors....hahaha when I run it.
Thanks for the help.
Hi Kevin,
You just need to enable originals while you are using the bulk zoom thumbnail process. You can disable originals again when you are done.
thanks...I don't really want to make those available unless requested. not like anyone would want to steal my amateur work anyways
Kevin,
At present there is a limitation on this hack that the 'Originals' option must be turned on, at least will the thumbs are being processed. This mainly due to the way smugmug calculates the crop box size and coordinates, it's a ratio based off the width and height of the original image. So with out it, the zoomed thumbs aren't calculated correctly. I had planned to find another way to get this to work with having to enable this option, but at this stage I haven't had a chance.
- supports "traditional", "all thumbs", "smugmug" and "smugmug small" styles
- gallery must be public.
Any questions or problems, please reply to this post.
Cheers,
David
Hi David - I'm trying to upgrade my bulkzoom with your instructions above. Easy enough to copy and paste (thank you for that), but I'm not seeing anything when I open your "header/footer code" link above. Could you PM the code or just post the code in this form so I can copy/paste?
I did have the old code which worked in Traditional only but I'd like to update so I can use it in "All Thumbs".
But now I'm getting the "Access to Originals" error. So, of course, I disabled Originals restriction in the gallery I'm working on... http://www.thepupil.ca/gallery/1125181 [edit - actually, now that I think of it - I didn't even have Originals restricted in this particular gallery...hmmm]
...but I'm still getting the error.
So I also got rid of the password protection...
Still nothing.
I'll keep working on it, but I'm not too sure what else to do.
But now I'm getting the "Access to Originals" error. So, of course, I disabled Originals restriction in the gallery I'm working on... http://www.thepupil.ca/gallery/1125181 [edit - actually, now that I think of it - I didn't even have Originals restricted in this particular gallery...hmmm]
...but I'm still getting the error.
So I also got rid of the password protection...
Still nothing.
I'll keep working on it, but I'm not too sure what else to do.
Thanks,
Ryan
make sure you have the latest javascript code from the first post, as the "access to originals" error was a problem introduced in the latest smugmug release...and fixed in my latest version.
make sure you have the latest javascript code from the first post, as the "access to originals" error was a problem introduced in the latest smugmug release...and fixed in my latest version.
i'm at work and it's hard for me to debug right now, but can you insert the line below into the code (in red) and then post a screen shot of the message box..
function processThumbnailEXIF(response)
{
re = /\/photos\/(\d+)\-(O|L|M|S)(\-\d+)?\.jpg[\s\S]+,(\d+),(\d+),false/;
re.exec(URLDecode(response));
[B][COLOR=Red] alert(URLDecode(response)); [/COLOR][/B]
if (RegExp.$2 != "O")
{
toggleDIV('','ajaxWorking','block');
alert("Error: bulk zoom thumbnail requires access to originals.");
return;
}</pre>
i'm at work and it's hard for me to debug right now, but can you insert the line below into the code (in red) and then post a screen shot of the message box..
function processThumbnailEXIF(response)
{
re = /\/photos\/(\d+)\-(O|L|M|S)(\-\d+)?\.jpg[\s\S]+,(\d+),(\d+),false/;
re.exec(URLDecode(response));
[B][COLOR=red]alert(URLDecode(response)); [/COLOR][/B]
if (RegExp.$2 != "O")
{
toggleDIV('','ajaxWorking','block');
alert("Error: bulk zoom thumbnail requires access to originals.");
return;
}
</PRE>
Thanks,
David
Which leads to another question - is there a way to post a "print screen" on dgrin without having to load it up to your smugmug site???
Good luck...and if you can't read the error message, I'll crop and post it again.
ryan, what size are your originals? maybe the O sizes arent getting returned because your originals are the same size as larges?
i'm totally shooting in the dark on this one...
Any resolution to OAKLEY's issue...I loaded the 3 section of code from the 1st post of this thread and I'm getting the same error. My originals are enabled, but I still get the error...I'm running FF....I removed the code for now since it's not working.
Any resolution to OAKLEY's issue...I loaded the 3 section of code from the 1st post of this thread and I'm getting the same error. My originals are enabled, but I still get the error...I'm running FF....I removed the code for now since it's not working.
yes, I have made some progress, but I need to do some more investigating tonight.
yes, I have made some progress, but I need to do some more investigating tonight.
So I downloaded all the code from the first post and It didn't quite work:
- The save changes box is hidden and I am unable to get to it.[IMG]file:///C:/DOCUME%7E1/GX150/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG]
- Can you change an entire gallery or just page by page (9 at a time)? I didn't see where I could change all the photos in the gallery.
So I downloaded all the code from the first post and It didn't quite work:
- The save changes box is hidden and I am unable to get to it.[IMG]file:///C:/DOCUME%7E1/GX150/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG]
- Can you change an entire gallery or just page by page (9 at a time)? I didn't see where I could change all the photos in the gallery.
Any suggestions?
for a whole gallery, just open it up in allthumbs view and bulkzoom from there.
for a whole gallery, just open it up in allthumbs view and bulkzoom from there.
Much better. I still can't see the sve button though. I can shift-tab-enter to save my changes, so I can get by.
By chance can you help me with a little issue with my homepage? This tool may cure the problem, but before I go do this to all my galleries, I'm trying to have all my images appear in 3-rows by 3-columns (and eventually more) on my homepage. But, because all my thumbs are different sizes, it caused them to appear all over the place. I wanted descriptions on my homepage as well, but in attempt to get them alligned, I took the descriptions off. Is there a way within CSS I can tell the images to allign, regardless of the size of the thumbnail? Oh, and you cant change a video thumbnail, so that's messing up the order as well. http://jeffluke.smugmug.com/
Assistance is appreciated...as allways!
OK I pasted the CSS in the CSS box, The Java in the Java box and the header/footer in the footer box. Used the code from post #1. Turned on the originals in gallery customization. Turned off the protection.....
Comments
Perfect now - thank you!
Smug since 2006
SmugMug Help
PhotoscapeDesign
Thanks yo!
http://photos.mikelanestudios.com/
got it. I don't know why that was such a problem for me. I just have to give people the option to see my originals now. I get a whole bunch of pop up errors....hahaha when I run it.
Thanks for the help.
Kevin
www.rightangleimages.com
Hi Kevin,
You just need to enable originals while you are using the bulk zoom thumbnail process. You can disable originals again when you are done.
Smug since 2006
SmugMug Help
PhotoscapeDesign
nice tip!
thanks...I don't really want to make those available unless requested. not like anyone would want to steal my amateur work anyways
Kevin
www.rightangleimages.com
Kevin,
At present there is a limitation on this hack that the 'Originals' option must be turned on, at least will the thumbs are being processed. This mainly due to the way smugmug calculates the crop box size and coordinates, it's a ratio based off the width and height of the original image. So with out it, the zoomed thumbs aren't calculated correctly. I had planned to find another way to get this to work with having to enable this option, but at this stage I haven't had a chance.
Cheers,
David
SmugMug API Developer
My Photos
Hi David - I'm trying to upgrade my bulkzoom with your instructions above. Easy enough to copy and paste (thank you for that), but I'm not seeing anything when I open your "header/footer code" link above. Could you PM the code or just post the code in this form so I can copy/paste?
I did have the old code which worked in Traditional only but I'd like to update so I can use it in "All Thumbs".
Thanks a lot.
Ryan
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
Hope someone can help.
Thanks,
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
Sorry Ryan.
Email sent with footer.txt file
SmugMug API Developer
My Photos
Perfect. Thanks David.
But now I'm getting the "Access to Originals" error. So, of course, I disabled Originals restriction in the gallery I'm working on... http://www.thepupil.ca/gallery/1125181 [edit - actually, now that I think of it - I didn't even have Originals restricted in this particular gallery...hmmm]
...but I'm still getting the error.
So I also got rid of the password protection...
Still nothing.
I'll keep working on it, but I'm not too sure what else to do.
Thanks,
Ryan
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
make sure you have the latest javascript code from the first post, as the "access to originals" error was a problem introduced in the latest smugmug release...and fixed in my latest version.
David
SmugMug API Developer
My Photos
Got the latest...still getting the error...
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
i'm at work and it's hard for me to debug right now, but can you insert the line below into the code (in red) and then post a screen shot of the message box..
Thanks,
David
SmugMug API Developer
My Photos
Which leads to another question - is there a way to post a "print screen" on dgrin without having to load it up to your smugmug site???
Good luck...and if you can't read the error message, I'll crop and post it again.
Tomorrow...time for bed.
Thanks a lot for your help David.
Ryan
EDIT - here's the crop...
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
Does this happen in every gallery ?
What browser are you using ?
David
SmugMug API Developer
My Photos
Yes, every gallery - and I'm using IE6 and I've also tried Firefox at home.
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
interesting.....
see where it says /photo/-O-.jpg, it's missing the image number, as well as the image dimensions in another part.
SmugMug API Developer
My Photos
SmugMug API Developer
My Photos
<TABLE cellSpacing=10 cellPadding=0 border=0><TBODY><TR vAlign=center align=left><TD noWrap align=right><TABLE height=1 width=1><TBODY><TR vAlign=bottom><TD noWrap>Larges</TD><TD noWrap><SUP class="helpie title" onmouseover="createHelpie(event,'how+can+I+control+my+original+photos%3F','As+the+gallery+owner%2C+you+have+the+option+of+locking+people+out+from+seeing+your+Large+%28800px%29+size+images.++%3Cbr%3E%3Cbr%3EThey%27ll+be+permitted+to+see+the+Medium+%28600px%29+photos%2C+but+not+the+Large+size.++%3Cbr%3E%3Cbr%3EThis+protection+scheme+shouldn%27t+be+considered+flawless%2C+but+should+keep+the+vast+majority+of+browsers+away+from+your+full-sized+work.','200');" onmouseout="removeHelpie(); ">?</SUP> </TD><TD> ></TD></TR></TBODY></TABLE></TD><TD>Yes: <INPUT id=Larges tabIndex=35 type=radio CHECKED value=1 name=Larges> No:<INPUT id=Larges tabIndex=36 type=radio value=0 name=Larges></TD><TD>can people view your Large sized photos?</TD></TR><TR vAlign=center align=left><TD noWrap align=right><TABLE height=1 width=1><TBODY><TR vAlign=bottom><TD noWrap>Protected</TD><TD noWrap><SUP class="helpie title" onmouseover="createHelpie(event,'can+I+prevent+downloads+of+my+photos%3F','Adding+right-click+prevention+will+disallow+users+the+easiest+way+to+save+your+photos.+Our+protection+will+prevent+most+users+from+being+able+to+download+your+photos%2C+but+should+not+be+considered+the+most+secure+prevention.','200');" onmouseout="removeHelpie(); ">?</SUP> </TD><TD> ></TD></TR></TBODY></TABLE></TD><TD>Yes: <INPUT id=Protected tabIndex=37 type=radio value=1 name=Protected> No:<INPUT id=Protected tabIndex=38 type=radio CHECKED value=0 name=Protected></TD><TD>right-click protect your photos?</TD></TR></TBODY></TABLE>
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
Here are my settings for the gallery.
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
i'm totally shooting in the dark on this one...
Lee,
it's not a matter of the wrong size being returned. The original is being returned but with incorrect info.
David
SmugMug API Developer
My Photos
To answer your question anyway BWG -
original size: 2592px x 1944px
- which are much larger then the 800px x 600px large...
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
yes, I have made some progress, but I need to do some more investigating tonight.
SmugMug API Developer
My Photos
So I downloaded all the code from the first post and It didn't quite work:
- The save changes box is hidden and I am unable to get to it.[IMG]file:///C:/DOCUME%7E1/GX150/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG]
- Can you change an entire gallery or just page by page (9 at a time)? I didn't see where I could change all the photos in the gallery.
Any suggestions?
for a whole gallery, just open it up in allthumbs view and bulkzoom from there.
By chance can you help me with a little issue with my homepage? This tool may cure the problem, but before I go do this to all my galleries, I'm trying to have all my images appear in 3-rows by 3-columns (and eventually more) on my homepage. But, because all my thumbs are different sizes, it caused them to appear all over the place. I wanted descriptions on my homepage as well, but in attempt to get them alligned, I took the descriptions off. Is there a way within CSS I can tell the images to allign, regardless of the size of the thumbnail? Oh, and you cant change a video thumbnail, so that's messing up the order as well.
http://jeffluke.smugmug.com/
Assistance is appreciated...as allways!
Check out this page.
http://www.brandolinoimaging.com/gallery/1078359
I keep getting an error that originals need to be enabled. I'm also getting the bulk zoom selection box twice on the top of the page.
HELP....