I’m having the same issue!
Hi,
I have the same issue.
When the user click on link to unfollow the discussion there is nothing that appears.
Thank you for your help – wordpress 4.2.2 – classic default page in settings
Ok after much trial and error I solved this for myself with two edits:
Edit file:
subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php
look for function get_subscriber_key
and change this:
return $this->generate_temp_key($subscriber->salt.$email);
to this:
return $subscriber->subscriber_unique_id;
Edit file:
subscribe-to-comments-reloaded/templates/request-management-link.php
change this line:
$page_message = str_replace( '[manager_link]', '', $message );
to this:
$page_message = str_replace( '[manager_link]', '<a href="' . $manager_link . '">' . $manager_link . '</a>', $message );
Hope that helps.
Hi @contemplate, thank you for your help.
Now the link appears, but the “sre” variable is empty.
Like this :
http://myblog.tld/comment-subscriptions?sre=&srk=xxxxxxxxxxxxxxx Any idea ?
“srk” is not empty
Thank you
Have you deactivate the plugin and then reactivated it. I had that issue originally but then reactivating it solved it for me.
Thank you everything works now 🙂
I hope the developer will fix this in next release.
Cheers
Thank you contemplate! We love those that think.
Hello Guys,
Thank you for your answers, I will make sure to take notice on this when I fix the code.
Regards.!!
Thread Starter
Missa
(@missa)
Hey Contemplate,
I had to wait and hear back from my commenters that were having this issue before replying but what you shared with us here definitely worked. Thank you SO much for coming to our rescue.
Thank you Reedyseth for stopping by and hope you will take notice in a future update. Just glad Contemplate was there to save the day. My commenters will love me for having fixed this now.
Adrienne
Thanks @contemplate I’ve just tested your solution and it seems to be working here, too.
Sorry about this error guys, I was regenerating the SRE key with the salt but no generating the same SRE.
I have fixed this and it will be ready on the next update thank you for you collaboration.