Page 1 of 1

[Solved] No CGSmartImage watermark in CMS 1.12

Posted: Thu Aug 27, 2015 3:24 pm
by (M)
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;

Code: Select all

<li><img src="{CGSmartImage src=$image->file filter_watermark=1 notag=1 noembed=1}" title="{$image->titlename}" alt="{$image->titlename}" />
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

Re: No CGSmartImage watermark in CMS 1.12

Posted: Thu Aug 27, 2015 4:37 pm
by calguy1000
It's a minor bug in CGExtensions.
Should be releasing a new version in the next day or two.

Re: No CGSmartImage watermark in CMS 1.12

Posted: Thu Aug 27, 2015 7:46 pm
by calguy1000
CGExtensions 1.49.7 is released.

Re: No CGSmartImage watermark in CMS 1.12

Posted: Fri Aug 28, 2015 9:15 pm
by (M)
Thanx for the release. But something went wrong.

After upgrading the module, CGExtensions and CGSmartImage disappeared in het menu. Also all the dependent modules (SiteMapMadeSimple, HostedVideoAlbums, MleCMS, JQueryTools, CGSmartImage)) of CGExtensions.

HostedVideoAlbums is not working anymore with 1.12 of the CMS. When I disabled it all the modules came back in het menu.

And watermark with an image works!