I'm still having problems with this - because the ajax version gives me a HTTP ERROR I uncommented:
Code:
# Use Uploadify to upload files?
define('GSNOUPLOADIFY', 1);
and then uploading works.
thumbnail.* is the thumbnail which I can crop from the original image and getting saved in folder /data/thumbs.
thumbsm.* is the thumbnail which is automatically generated after uploading and getting saved aswell in folder /data/thumbs.
And they show up when I select 'Images' from the dropdown at the top-right of the uploads.php page, but only if have the en_US language activated - not when its german.
Now in the gsconfig.php I can define:
Code:
# Default thumbnail width of uploaded image
define('GSIMAGEWIDTH', '575');
but the thumbnails will still be generated to a width of 65 px.
How can I define the width for an automatically generated thumbnail?
P.S. And then there is a folder /data/uploads/thumbs
which till now stayd empty. For what is it for?