Open grafxflow opened 9 years ago
Worth doing a 'Pull request'? with the amended version.
Hi grafxflow, thanks a lot. As you like, you can do a pull request, or I'll add this code in plugin master.
Okay have done a 'Pull request', but I would still like to know if anybody else is having the same problem.
I understand. Anyway, I see that my original old code is not very good... your proposal is of course much better, but we should use get_query_var
to retrieve appended vars, so I think I have to update some more pieces of code to be a bit more compliant to guidelines.
https://codex.wordpress.org/Function_Reference/get_query_var
Cool. Thanks for the update.
The activate page has stopped working from the update. I think the url is the issue.
My url has the following structure:
http://{blog_url}/newsletter/?lang=en&ac=activate&em1=email_account&em2=domain.ltd&uk={uniquekey}
There maybe an issue with it not working outside the home url i.e. http://{blog_url}/ NOT http://{blog_url}/newsletter/
I have had to change the code temporarily to see if there is a way around the url issue.
I had an issue with the confirmation e-mail activation url not working.
h**p://www.website.com/newsletter/?lang=en&ac=activate&em1=test&em2=email.net&uk=randomcode
I have managed to sort it by changing the code in all-easymail-subscr-page.php...
to
Is anybody else having this issue? or has another fix?