|

Regenerate thumbnails.
Posted 02 September 2006 - 10:25 AM #4
This would be greatly beneficial if I could use the GD Library 2.0
Nothing more time consuming then uploading a 300kb file, forgetting its 300kb and waiting 30 minutes for the page to load lol
Nothing more time consuming then uploading a 300kb file, forgetting its 300kb and waiting 30 minutes for the page to load lol
Posted 05 September 2006 - 11:03 PM #6
It sounds like a good idea, just beware, regenerating lets say 10000 thumbnails using GD will kill a server. and for most of you using shared hosting, forget it.
Just a warning about the load GD module can put on a server.
Just a warning about the load GD module can put on a server.
Pimpin' skins since v1.0
Posted 29 May 2007 - 05:29 PM #8
Yes, theres been quite a few topics regarding this, both old and new..
Im keeping my fingers crossed to say the least, with the redesign of our cart I now need to re-size all images,
It has been mentioned to export, change settings then re-import into the store.. to me this sounds dangerous ! but I may just give it a go on a dev site.
Im keeping my fingers crossed to say the least, with the redesign of our cart I now need to re-size all images,
It has been mentioned to export, change settings then re-import into the store.. to me this sounds dangerous ! but I may just give it a go on a dev site.
[SIZE=3][/SIZE]
Posted 29 May 2007 - 05:48 PM #9
Oscommerce has features like this.....i'm wondering why I ever left.
Posted 29 May 2007 - 06:25 PM #10
Oscommerce has features like this.....i'm wondering why I ever left.
i got about 1 million reasons why I used OSC once and never went back.
Pimpin' skins since v1.0
Posted 30 May 2007 - 11:51 AM #12
Yeah, OSC cannot really be compared to CS,
CS is soooooo much better in a million and 1 ways than OSC
CS is soooooo much better in a million and 1 ways than OSC
[SIZE=3][/SIZE]
Posted 08 September 2010 - 04:48 PM #14
Umm, in the init.php file there is this:
I thought that was to clear the thumbnail cache. In the admin section just add like:
site.com/admin.php?ct=1
(That "$_GET['ct'] == $uc_cache_key" part I added because I didn't want to have to always be in the admin section)
if (isset($_GET['ct']) && (AREA == 'A' || defined('DEVELOPMENT') || $_GET['ct'] == $uc_cache_key )) {
fn_rm(DIR_THUMBNAILS, false);
}
I thought that was to clear the thumbnail cache. In the admin section just add like:
site.com/admin.php?ct=1
(That "$_GET['ct'] == $uc_cache_key" part I added because I didn't want to have to always be in the admin section)