Ah, the emails should be urlencoded. I’ve fixed that but not yet released it as a public update — is it possible for you to test if it works as expected for you? The updated version is here https://github.com/TheCrowned/bbPress—Anonymous-Subscriptions
Hi,
no – it’s not. The URL now looks like:
?bbp_anonymous_unsubscribe&user_email=name%2Btoengel%40gmail.com&topic_id=123456
The look of it shouldn’t be a problem, as the email is decoded back when it’s read, unless there’s some other bug somewhere. Does the link not work to unsubscribe?
Hi,
normally when clicking an unsubscribe link, a white page is opened and it’s written, that the user with email xyz has been unsubscribed.
Now when clicking, the corresponding bbpress thread is opened and nothing happens. I also don’t see anything in the server logs…
Maybe the comparisson with the (old) DB is not working with the URL encoding?
Toengel@Alex
Hi,
one addition. Unsubscribing of “normal” email address is working with the URL encoding…. e.g. test.test@gmail.com
Toengel@Alex
I have not had time to look again into this, will let you know when there’s further updates.
I’ve just pushed further changes, please give it another try
https://github.com/TheCrowned/bbPress—Anonymous-Subscriptions
-
This reply was modified 8 months, 3 weeks ago by Stefano.
Hi,
unsubscribing does now work! Great!
As far as I can see, you are using the “WP error display function” to display a white box, but “Unsubscribing successfully” was written in that white box 😉 (maybe you can adapt the page title to remove the “WordPress > Error” message – but this is not that important – functionality works great now)
Thanks a lot!
Toengel@Alex
Thanks for the feedback, I’ve addressed that as well. I will release this as a public update at some point, but feel free to go ahead and take the latest commit from the repo already! 🙂