Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thumbsm re-sizing? SOLVED
#1
Can someone help? I need to know where to change the size of the image preview ( thumbsm. ). I've looked everywhere and it keeps staying at 65px.
Reply
#2
Hi,

you can set the size in GetSimple's configuration file. Please see http://get-simple.info/wiki/config:gsconfig for details. :-)
Reply
#3
Also, just an FYI:

thumbsm.xxxx = just the temp thumbnail that the backend uses to show you a thumb of the image when you are filtering by "Images"
thumbnail.xxxx = The thumbnail you need.
- 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
#4
Thanks for the quick response. Great CMS btw Smile

I should have been more detailed on what I'm trying to do. I want to use the jcart plugin, but the thumbnails that are displayed are the thumbsm.xxx not thumbnail.xxx. I was thinking a simple solution would be to change the size of thumbsm.xxx image. Maybe the jcart code is the one that needs to be change to switch it to the thumbnail.xxx images.

Again, I appreciate your help.
Reply
#5
I think it does (jcart plugin needs to change). You can't change the size of the thumbsm thumbnails without messing up the upload.php "image" view.
- 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
#6
Solved it!

You have to edit the dominion-base.php file in the jcart plugin.

Under <div id="shopbag">

replace thumbsm. with thumbnail.

Quote:if (is_file(GSDATAPATH."thumbs/thumbnail.".$itemImage.strtoupper($type))) {
$itemImage = $SITEURL. "data/thumbs/thumbsm".$itemImage.strtoupper($type);
} else {
$itemImage =$SITEURL. "data/thumbs/thumbsm.".$itemImage.strtolower($type);

now scroll down and change the width here....

Quote:<tr><td rowspan='3' valign='top' width='47px'>


Sorry, i'm not good at explaining things but I hope people get it.
Reply




Users browsing this thread: 1 Guest(s)