![]() |
|
ZenPhotoPress Watermarks - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: ZenPhotoPress Watermarks (/thread-4257.html) |
ZenPhotoPress Watermarks - pxwee5 - 15-12-2008 Is there anyway to disable watermarks for the pictures generated by ZenPhotoPress ? Apparently in ZenPhoto its impossible to watermark selected albums ... ZenPhotoPress Watermarks - sbillard - 15-12-2008 Anything is possible. But you will have to use the custom image functions and pass a parameter depending on whether you want the album watermarked or not. ZenPhotoPress Watermarks - pxwee5 - 15-12-2008 Yes but what happens when I have 10 albums which I don't want to be watermarked ? LOL ZenPhotoPress Watermarks - sbillard - 15-12-2008 Watermarking based on album membership is not a feature of zenphoto. If you want that, you will have to work for it. ZenPhotoPress Watermarks - Simbul - 16-12-2008 And let me just add that ZenphotoPress does not generate anything on its own: it just uses the images generated by Zenphoto. ZenPhotoPress Watermarks - pxwee5 - 16-12-2008 Alright, I figured out an idea to turn all the normal images from Zenphotopress to thumbnails ... I tried I tried editing the functions.js in
ZenPhotoPress Watermarks - acrylian - 16-12-2008
ZenPhotoPress Watermarks - pxwee5 - 16-12-2008 Well ... both 1 and true works fine. The question is am I editing the correct zenphotopress file? ZenPhotoPress Watermarks - acrylian - 16-12-2008 1 is actually nearly the same as true in this case, but nevertheless it should be true or false..:-) ZenPhotoPress Watermarks - pxwee5 - 16-12-2008 Yup, you're correct. But the "&t=1" does not appear on the link zenphotopress generated in the text editor of wordpress. Any idea? ZenPhotoPress Watermarks - Simbul - 16-12-2008 I cannot check the source code at the moment, but it looks like the right place. If you want to [b]always[/b] add the parameter, I'd advise you modify the first line of code: Also: once ZenphotoPress has generated a URL, it won't be changed automatically even if you modify the code. |