• Resolved Mulen

    (@mulen)


    Hello,
    I just installed this plugin in version 1.3.3 on my WP 4.8.3 and it looks very nice, thank you. But that unsubcribe link does not work in my case and I don’t know why.

    1) I submit a comment as unregistered user
    2) I reply to this comment as registered user (admin)
    3) Unregistered user gets notification about new comment
    4) Unregistered user clicks on unsubscribe link – it shows the message that it’s done and close the window automatically
    5) Than I reply again to the first comment…
    6) And unregistered user gets the notification again :-X

    Can you help me fix this please?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author guhemama

    (@guhemama)

    Thanks for the feedback, I will verify the issue.

    Thread Starter Mulen

    (@mulen)

    Thank you, I wait eagerly.

    Plugin Author guhemama

    (@guhemama)

    Hi Mulen,

    I’ve reviewed the issue, and I managed to pinpoint its cause (it’s a bug, and a stupid one ;).

    I’ll release a patch along with an updated version, either today or tomorrow.

    • This reply was modified 7 years, 3 months ago by guhemama.
    Thread Starter Mulen

    (@mulen)

    Hello,

    thank you for fast fix! Version 1.4 is working. ??

    Btw. I found 2 little issues:

    1) Template is missing one “p” end tag (after comment_content).
    2) Unsubscribe message / page does not have encoding set up so if I just translate it (with special czech characters) it’s encoding is broken. I fixed it by adding UTF-8:

    
    echo '<html><head><meta charset="utf-8"></head>';
    echo '<p style="text-align:center;font-weight:bold;font-size:20px;margin:30px 15px;">' . __('Your subscription for this comment has been cancelled.' , 'cren-plugin') . '</p>';
    echo '<script type="text/javascript">setTimeout(function() { window.location.href="' . $uri . '"; }, 3000);</script>';
    echo '</html>';
    exit;
    
    Plugin Author guhemama

    (@guhemama)

    Nice catch – that’s not even a proper HTML5! I’ll fix that template ASAP.

    Thread Starter Mulen

    (@mulen)

    Okok, thank you! ??

    Plugin Author guhemama

    (@guhemama)

    A fix was released. ??

    Thread Starter Mulen

    (@mulen)

    Now it’s perfect, thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Unsubscribe does not work’ is closed to new replies.