[Solved] No CGSmartImage watermark in CMS 1.12
Posted: Thu Aug 27, 2015 3:24 pm
Since the CMS update to 1.12 images in the gallery no longer features the watermark given with an watermark image (png).
Text base is working well. With a PNG image I get no watermark in the photos.
CMS Versie 1.12
CGExtensions 1.49.6
CGSmartImage 1.20.2
PHP 5.5.24-1
In the gallery, I use this code;
On another website with the same code and the same settings in CGExtensions and CGSmartImage I made a test gallery. The watermark works well with text based an with an watermark.png image
These are the specs of the environment in which it works;
CMS Versie 1.11.11
CGExtensions 1.45
CGSmartImage 1.17.1
PHP 5.5.9-1ubuntu4.11
Are there others that also encounter this problem?
I only see this bug report; http://dev.cmsmadesimple.org/bug/view/10549
Text base is working well. With a PNG image I get no watermark in the photos.
CMS Versie 1.12
CGExtensions 1.49.6
CGSmartImage 1.20.2
PHP 5.5.24-1
In the gallery, I use this code;
Code: Select all
<li><img src="{CGSmartImage src=$image->file filter_watermark=1 notag=1 noembed=1}" title="{$image->titlename}" alt="{$image->titlename}" />
These are the specs of the environment in which it works;
CMS Versie 1.11.11
CGExtensions 1.45
CGSmartImage 1.17.1
PHP 5.5.9-1ubuntu4.11
Are there others that also encounter this problem?
I only see this bug report; http://dev.cmsmadesimple.org/bug/view/10549