Watermarks Showing on Thumbnails

JakeJohnsonster

Joined: 2013-01-17
Posts: 24
Posted: Wed, 2013-03-13 19:34

Hi: I'm trying to add watermarks to the resizes of my photos. I followed the directions here:

http://galleryproject.org/node/98944

But, as others mentioned, the watermarks are still showing on my thumbs. I have edited line 140 and removed the thumbs option,. But, still, the watermark is on the thumbs. This is for new images that I am adding.

Does anyone have any ideas?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2013-03-14 01:07

Remove your watermarks, rebuild the items, edit:
modules/watermakes/controllers/admin_watermarks.php
change
foreach (array("thumb", "resize") as $target) {
to
foreach (array("resize") as $target) {
add your watermark

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team