But still be able to retain info from those who wish to change subscription info/status?
I’m happy to buy the premium version if it can give us this extra functionality.
We have subscribers to an online magazine and want to filter from their numbers to select, track and update this list PLUS those who have added their name for just the free newsletter in a single list.
Thanks for your help!
George
How can I get Name to show again on the newsletter page?
Thanks!
]]>Yes, I know I’m helping to flood your plugin’s support section
This time it’s not really a support question but a little feature suggestion – for TNP class. I’ve found the relevant information about TNP in Dvelopers section on your website and I used it to build Ajax subscription. It all worked well and TNP is really easy to use. The only thing is lack of language support. Website, I implemented said ajax form on, uses WPML, and while standard newsletter subscription works with multi-language site pretty smoothly, the TNP class needs a little more effort from a developer to make it work as intended.
To support multi-language feature I had to set ‘send_emails’ to false and then make confirmations sent with NewsletterSubscription class, where I pushed messages imported from ‘newsletter_{language_code}’ table into. Not much of a hassle but it would be a lot easier if TNP did that all by default.
Apart from that PHP API is a great idea, I wish more plugins had that kind of help for developers TBH.
Best regards, Dan.
]]>in the one of t.he last versions you changed something in the tnp composer. images of posts linked in the newsletter before: https://www.idea-werbewelt.de/wp-content/uploads/BEITRAGSBILD-11.jpg. correct size and format, not cut off.
now tnp composer inserts newly generated images, wrong format, cut off:
https://www.idea-werbewelt.de/wp-content/newsletter/thumbnails/./BEITRAGSBILD-12-240×160-c.jpg
how to fix that?
thank you!
]]>I found a bug in the TNP class in the unsubscribe method: the 'unsubscribed_subject'
and 'unsubscribed_message'
options should be queried from NewsletterSubscription::instance()->options
instead of $newsletter->options
.
The bug causes the $newsletter->mail
method to get empty subject and message arguments, so no emails are getting sent when a user is unsubscribed (in my case, via the REST API).
Thanks!
]]>