guhemama
Forum Replies Created
-
Thanks for the contribution Arno. I have merged this, lets see how it works! ??
Forum: Plugins
In reply to: [Comment Reply Email Notification] Unsubscribed when no email givenThanks for the explanation, now I get it. I will see how I can add better error handling.
Best,
GusForum: Plugins
In reply to: [Comment Reply Email Notification] Unsubscribed when no email givenThanks for your comment – I am glad you like it. I believe you could achieve something similar with hooks… The plugin is actually pretty simple and you probably could have something like it. ??
The source code is available here:
https://github.com/guhemama/worpdress-comment-reply-email-notification
Forum: Plugins
In reply to: [Comment Reply Email Notification] unsubscribe strange url in emailDo you have “pretty permalinks” setup? That may be the reason it is not working.
Forum: Plugins
In reply to: [Comment Reply Email Notification] send if private postIs it really published? The plugin subscribes to the “new comment” filter, so it should work unless there is no other plugin/different integration interfering with this.
Unfortunately this is not supported – you would have to trigger the subscription for each comment (via a script) or write a database query.
Best,
GusForum: Reviews
In reply to: [Comment Reply Email Notification] Can I change the email adresse sender ?Hi,
Yes, that is possible, but you need to use a plugin such as:
Forum: Plugins
In reply to: [Comment Reply Email Notification] greek translationHi @nahuai not yet. ??
Forum: Plugins
In reply to: [Comment Reply Email Notification] hook to init make website slow.Not really, because we must intercept the request early on. Also, the plugin is very lightweight, and it is unlikely to be causing the performance issue. Have you tried disabling all plugins and enabling one by one to see how they affect performance?
Forum: Plugins
In reply to: [Comment Reply Email Notification] greek translation@dyrer you are correct, updating the plugin to support translations via the WP.org UI is on my roadmap, though I can’t say when it will be implemented… Contributions are welcome. ??
– Gus
Forum: Plugins
In reply to: [Comment Reply Email Notification] greek translationHello,
That’d be nice – I’d then merge them in the plugin, and more people could benefit from them. You may send them to [email protected]
Cheers!
Forum: Plugins
In reply to: [Comment Reply Email Notification] greek translationHi @valantis_c,
For your reference, your PO file must contain the strings that are in the default email template:
If these strings are not there, they won’t be translated. To be honest, I should look into improving the translation part someday… ??
Regards,
Gus—
@lenasterg thanks for stepping in! ??
Forum: Plugins
In reply to: [Comment Reply Email Notification] Language IssueI got it. I’ve added a .pot template for EN on version 1.8.0. Let me know if that works.
Forum: Plugins
In reply to: [Comment Reply Email Notification] Managing SubscribersHello,
I do have something similar to this in mind, though since the readers subscribe to each comment individually, I still have no idea on how I’d implement this. Do you have any suggestion?
Forum: Plugins
In reply to: [Comment Reply Email Notification] Ceckbox mistake email replay mistakeI was not able to reproduce this. Which notification did you receive? Which plugin version are you using?