• traits/ShortcodeTrait.php

    line 62

    //$this->unsubscribe( sanitize_email( $_GET['s2_unsub'] ) );
    
    Change to
    
                $this->unsubscribe( base64_encode ( sanitize_email( base64_decode ( $_GET['s2_unsub'] ) ) ) );

    weird fix, but function unsubscribe needs an base64 encoded email. And I don’t know where it’s called.

    {UNSUBLINK} in your template will work again, but no Mail to an admin will be sent. This is simple not implemented here.

    br

Viewing 11 replies - 1 through 11 (of 11 total)
  • Works.
    How do I solve with the “br” tag?

    Thread Starter Peter Murbai

    (@peter-murbai)

    Works.
    I noticed another bug, in Send Email, emails arrive only to public users, but not to users registered on the site and subscribed to articles

    Why do I get the feeling that this plugin is now only for those comfortable editing code in their plugins? I am not a developer. I just need it to work for my site.

    Where is the plugin developer? Is all this because it is free? Free usually means we pay for something in some other way.

    Now the plugin works better, but I would make it easier.
    I would do a basic version and a premium version.

    Plugin Support Md. Yeasin

    (@mdmamun-1)

    Hi @peter-murbai ,

    Thanks for creating this topic and sharing fixes,
    @steve92 @elliekennard No worries, we are going to check and fix such issues in a future release.

    Have a great day!

    @mdmamun-1

    No worries, we are going to check and fix such issues in a future release.

    I downloaded the latest version 10.40, I did a test, I sent mass emails, but in Send Email, emails arrive only to public users, but not to users registered on the site and subscribed to articles.

    • This reply was modified 1 year, 10 months ago by steve92.

    I’m using the most recent version of the plugin (10.40) with the updated code for the unsubscribe link on a site that is hosted on wpengine, but my most recent emails & all of my test emails are still missing the unsubscribe link. Is there alternate code that I can use or is another update possible? Previous versions of the plugin on this site did include the unsubscribe link. Thanks

    Plugin Support Al Rubyat

    (@rubyat13)

    Hi Everyone,

    Thank you for reaching out and sharing your continued issue with the Subscribe2 plugin. We apologize for the inconvenience you’ve been experiencing.

    We’d like to inform you that we have recently released version 10.41 of Subscribe2, which includes several bug fixes and improvements.

    We recommend updating to Subscribe2 version 10.41 and testing it in your environment. We believe that this update will resolve the issue you have been facing with emails not being sent when a post is published.

    Please give it a try, and if you encounter any further issues or have any additional questions, please don’t hesitate to let us know. We’re here to assist you.

    Thank you for your patience and understanding.

    File: /traits/ShortcodeTrait.php #174

    you have to add required

    …onblur=”if (this.value === \’\’) {this.value = \” . $value . ‘\’;}” required />’…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Fix for not working {UNSUBLINK}’ is closed to new replies.