Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Difference thumbsm.* / thumbnail.*
#1
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?
Reply
#2
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.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#3
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?
Reply
#4
/data/uploads/thumbs is empty and will be removed.

Uploadify handles the thumbnails - so if you disable Uploadify, then you don't get thumbnails.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#5
Ok - thank you - then I will write to my webhoster and ask why Uploadify doesn't work.
Reply




Users browsing this thread: 1 Guest(s)