![]() |
|
"crop thumbnails" & "image size longest" not working - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: "crop thumbnails" & "image size longest" not working (/thread-3498.html) Pages:
1
2
|
"crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-18 I don't know if this is because I just upgraded to 1.2, but I don't think it is. Why, after I uncheck the "crop thumbnails" and/or "image size is longest size" boxes, and then save, do they remain checked? Is there something I have to do to make this functionality work? Thanks in advance. "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-18 This would seem to be a bug as I can reproduce it. We will look into it. "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-18 fix will be in tonight's nightly build "crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-19 checking to make sure this made it in to the build. i've never used a nightly build before so i'd like to be careful before installing. thanks. "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-19 It did make the nightly build. Installing the nightly build is much the same as installing a releases. "crop thumbnails" & "image size longest" not working - tycho - 2008-08-20 Is there a workaround in the meantime? I don't seen anything in zp-config.php that looks relevant to thumbnail generation. "crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-21 Unfortunately, it appears that more is broken in the thumbnail functionality. I have purged my cache, but my albums are inheriting thumbnail parameters from my gallery. I understand that if an album does not have a specific theme assigned to it then it is supposed to inherit those properties. But as far as I can tell, if you UNCHECK the "crop thumbnails" button for a specific album, then instead of using the "thumbsize" value that you enter, it inherits the "thumbsize" value from the gallery. "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-21 I think I know what is going on here. May be a bit to come up with a fix. I have created a ticket #705 for the problem. "crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-21 ok cool. I'll just wait and see for a while. seems a crippling issue, however, so i suppose if it doesn't get resolved, i should just go back to 1.1.x. thanks! "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-21 Or you can just not have theme options (which would be the case with 1.1). This is not a new problem. "crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-21 hmm... but i did have theme options (that worked correctly i believe) before i upgraded to 1.2. my design requires that the thumbnails in the album be different than the gallery, so i think i need them options for that to work. "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-22 Well, there was never any code to be sure that the image processing thread used anything but the gallery options. Maybe you had not made the theme option different before. "crop thumbnails" & "image size longest" not working - macalter - 2008-08-22 gracestanat: "crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-22 i must be missing something somewhere. here's what i want to do: alternatively, i could use cropped thumbnails in the albums, but i would just crop them very little i suppose. seems like all the options i try either result in the image thumbnails (on an album page) being the same size as the album thumbnails (on the gallery page), or they're stretched in some funky ways. is it necessary for me to use the printCustomAlbumThumbImage and/or printCustomSizedImage functions, or is there an easier way? "crop thumbnails" & "image size longest" not working - sbillard - 2008-08-22 You will have to use a custom cropping for one of the thumbs. "crop thumbnails" & "image size longest" not working - gracestanat - 2008-08-23 ok - will do. are the custom thumbnails cached? if not, i'm assuming it would be smartest for me to set the normal thumbnails for the size that i want the image thumbnails to appear in the album pages since there will be a lot of them, and then use a custom size for the album thumbnails on the gallery page since there are less of them. thanks. "crop thumbnails" & "image size longest" not working - acrylian - 2008-08-23 All images are cached if sized by Zenphoto, although all custom images (those not using the general option setting from the admin) are not cached by the precache functions. But that is not a problem since they are cached once on the fly if someone visits the image the first time and never again (unless you change the size of course). "crop thumbnails" & "image size longest" not working - scriby - 2008-09-02 Is there a way to make thumbnail files, which would be named as the picture name, appended with _thumb.jpg? That way, I could display my own "artistic" thumbnails. The reason I want to do this is that sometimes I crop, sometimes not.. Andrew "crop thumbnails" & "image size longest" not working - acrylian - 2008-09-03 Besides the answer you already got by sbillard on this thread http://www.zenphoto.org/support/topic.php?id=3803 there is no way. "crop thumbnails" & "image size longest" not working - sbillard - 2008-09-03 acrylian means there is a way--read the post he referenced. (Oh, that was a reply to your post, wasn't it....) |