-
I’ve activated this plugin but it doesn’t change the [Manager_link] to include the unsubscribe URL
Nothing seems different.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
Foliovision › Forums › Subscribe to Comments Reloaded Better Unsubscribe › Troubleshooting › I’ve activated this plugin but it doesn’t change the [Manager_link] to include the unsubsc
Hello Lucas,
could you please check steps in our install guide here? https://foliovision.com/wordpress/plugins/subscribe-to-comments-reloaded-better-unsubscribe/installation
Thanks,
Martin
Hi,
Thanks for your response.
Yes, I’ve followed the instructions exactly. The [manager_link} URL still produces something similar to:
There is no alert bar at the top of the page, nor does the URL include the “fvunsub,,,” as mentioned on this page https://wordpress.org/plugins/subscribe-to-comments-reloaded-better-unsubscribe/screenshots/
There is no sign that the plugin is actually working, despite following the install instructions.
Hello Lucas,
could you please copy the entire comment notification?
The issue is that WordPress doesn’t include all the properties in the action hooks, so we have to do some string matching to figure out:
1) comment ID by looking for “#comment-” in the text
2) sre and srk unbuscription link parameters – seems like you have these
3) unsubscription link by checking for “Manage your subscriptions:” – so this might not work with translation
Do you use a translation?
Thanks,
Martin