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.

13 Responses to “Marekki’s Watermark works fine with WordPress 3.2.1”

  1. 80后博客 CHINA Windows XP Google Chrome 14.0.835.202 Says:

    Marekkis Watermark-Plugin is very userfull!Wellcome to “http://www.8linghou.com”,which your visit!

  2. Pyroh ESTONIA Windows 7 Google Chrome 15.0.874.120 Says:

    Your plugin works perfectly, but there must be option disable watermark for gif files! Or can you make hack that disables it?

  3. Marekki (Author) GERMANY Windows XP Internet Explorer 8.0 Says:

    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.

  4. mazuki MALAYSIA Windows 7 Google Chrome 15.0.874.121 Says:

    anyone has test this plugin with wordpress 3.3??

  5. Custom web development services INDIA Windows 7 Mozilla Firefox 5.0 Says:

    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.

  6. ismail TURKEY Windows 7 Mozilla Firefox 8.0 Says:

    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

  7. Anton KAZAKHSTAN Windows 7 Mozilla Firefox 9.0.1 Says:

    Thanks! Everything worked nice, use it with YAPB and 3.3 (though had to edit one more file in YAPB plugin).

  8. Sara Gonzalez INDIA Windows 7 Mozilla Firefox 5.0 Says:

    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

  9. FXBonus SLOVENIA Windows 7 Google Chrome 16.0.912.77 Says:

    Works great :) No more image stealing with this plugin hehe

  10. Andrei ROMANIA Windows 7 Mozilla Firefox 12.0a2 Says:

    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!

  11. xvn.alex VIET NAM Windows 7 Mozilla Firefox 8.0.1 Says:

    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

  12. JFMM SPAIN Windows XP Google Chrome 11.0.696.65 Says:

    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.

  13. backpackers MALAYSIA Windows 7 Mozilla Firefox 10.0.1 Says:

    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…

Leave a Reply