KissIT Image Thumbnailer

4.0.0 and 1.0.8.11 - KissIT Image Thumbnailer

4.0.0 and 1.0.8.11

by vmn » Mon Feb 28, 2022 8:13 am

Thanks for the 4.0.0 update!

I installed it into 1.0.8.11 and everything seems to be ok.

I'm (still) using language specific Default Images.
To accomplish this I did the following:

1. created the folder includes/system/override/kiss_image_thumbnailer/vmn_override/
2. copied your image.php into this folder
3. made the following change in the constructor:

if (defined('DEFAULT_IMAGE') && !Text::is_empty(DEFAULT_IMAGE)) {
//VMN2022.02.26$this->default = DEFAULT_IMAGE;
$this->default = 'includes/languages/' . $_SESSION['language'] . '/images/' . DEFAULT_IMAGE;
if (!file_exists($this->default)) {
$this->default = DEFAULT_IMAGE;
}
}
vmn
Posts: 40
Joined: Mon Mar 08, 2021 8:59 am
Contact: