GetSimple Support Forum

Full Version: Difference thumbsm.* / thumbnail.*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I upload images, thumbnails are generated with with the word "thumbsm."& the picname and saved in the correct folder.

Now when I go to the Image System Panel and select an Images Thumnail Code it shows "thumbnail." & the picname.

What am I doing wrong?
i thought you caught me with some bad code - but really it was a case of me not remembering.

The thumbnail.* file is the actual thumbnail that can be used for the theme.

The thumbsm.* file is used when you choose 'Images' from the dropdown at the top-right of the uploads.php page.
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?
/data/uploads/thumbs is empty and will be removed.

Uploadify handles the thumbnails - so if you disable Uploadify, then you don't get thumbnails.
Ok - thank you - then I will write to my webhoster and ask why Uploadify doesn't work.