Marekki’s Watermark works fine with WordPress 3.2.1
Marekki’s Watermark can be used with the current version of WordPress 3.2.1
But during installation you have to insert the code twice. See install step 8.
I hope to present a new version of Marekki’s Watermark at beginning of the new year.

Marekkis Watermark-Plugin is very userfull!Wellcome to “http://www.8linghou.com”,which your visit!
Your plugin works perfectly, but there must be option disable watermark for gif files! Or can you make hack that disables it?
Hi,
you have to edit the watermark/wm_functions.php file. The first lines ot them are:
function MM_CheckFile_WM($checkfile) {
list($tmpaa, $tmpab, $tmpac)=split(“\.”,$checkfile,3);
if((empty($tmpab)) || ($tmpac!=”")) return false;
switch($tmpab) {
case “Gif” :
case “GIF” :
case “gif” : return ‘gif’;
case “jpeg” :
so comment out the gif cases. like:
switch($tmpab) {
/* case “Gif” :
case “GIF” :
case “gif” : return ‘gif’; */
case “jpeg” :
then your gif-pictures will be not watermarked.
Best Wishes,
Marekki.
anyone has test this plugin with wordpress 3.3??
Hi! I seen your post. it is very informative for the people who don’t about plugins or who wants to disable their plugins. your practical example is good. thanks for sharing.
yes, it is working fine with 3.3, i tested and, the code must be pasted the file line 243. thanks to Marekki
good luck
Thanks! Everything worked nice, use it with YAPB and 3.3 (though had to edit one more file in YAPB plugin).
yes, it is functioning excellent with 3.3, i examined and, the value must be copied and pasted the computer file range 243. thanks to Marekki
good luck
Works great
No more image stealing with this plugin hehe
Hi Marekki,
I have noticed that the watermark is added only on the full image. I was wondering if it’s possible to apply it to a custom size image created with add_image_size(). Any ideas on how can I do this?
Thanks you and keep up the good work!
help. i uploading . ..
Warning: imagedestroy() expects parameter 1 to be resource, null given in E:\xampp\htdocs\wordpress\wp-content\plugins\watermark\wm_functions.php on line 140
Greetings from Spain.
I am an amateur photographer and public blogs. The photos of my people are in:
http://zorita01.blogspot.com/
I hope you’ll visit me.
got this :
The plugin generated 5605 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
i’m using wp 3.3.1…