I have an online photo gallery and have upload around 2000 photos. I'm using beta 3. I now want to change the thumbnail size. In the options tab, I have increased the thumbnail size, but they are not increasing. I have uploaded some new photos which now have the thumbnail size I want. I've tried deleting all the images in the "thumbs" folder on the server, but so far no luck. Any and all suggestions would be deeply appreciated. Thanks, ps.
Do you have a link, wsid? I'm wondering if the page is just caching the images on your local machine. Also, are you viewing in IE or FF? Have you tried refreshing the page?
Hi sidtheduck, the link is http://www.robertkleingallery.com. I originally built the site on http://www.lordomat.com. On the lordomat site, when I change the thumbnail size in the admin, it works fine, but not on the robertklein site. I have been viewing the site in IE, FF, Safari and netscape and have cleared the cache etc on all of these browsers. I did download an update to have the breadcrumbs show the caption name instead of the file name (aaa.jpg) which works fine. Could this be a source of the problem? Thanks for your help.
I'm not sure what Plogger version you downloaded and so it's hard to tell which code to look at. And you said you deleted everything from the thumbs/ folder and it still didn't work?
To debug this, would you mind doing a few things? 1. Post the code from 'plog-functions.php' for the function generate_thumb() to the forum (or just the first part of it down to the line "require_once($config['basedir'] . 'lib/phpthumb/phpthumb.class.php');") 2. Look in the database for robertkleingallery under the plogger_thumbnail_config table. Post the information found there (id, update_timestamp, max_size, and disabled). 3. Look in the thumbs/ folder and post the date of a changed file (large) and an unchanged file (small).
Really, if you clear out the thumbs folder, Plogger should regenerate all the thumbs again based on the updated size.