Description
Cette extension notifie l’auteur d’un commentaire par e-mail en cas de réponse à son commentaire.
Avertissement
This plugin uses the « wp_insert_comment » hook, therefore, everytime a comment is created, a notification is likely to be sent. If you are importing comments into your blog, it’s a good idea to disable this plugin.
Personnaliser le modèle d’e-mail
To customize the email template, copy the « templates » folder to your theme folder. The plugin will look for templates on the « /wp-content/themes/[THEME]/templates/cren/ » folder; if a custom template is not found, then it will fallback to the default template.
Templates folder on GitHub: https://github.com/arnowelzel/worpdress-comment-reply-email-notification/tree/master/templates
Changing the subscription checkbox label
The checkbox label can be changed with the cren_comment_checkbox_label
filter. This way you can update the text to your taste and keep the plugin updated.
Changer le libellé de la case à cocher RGPD
The GDPR checkbox label can be changed with the cren_gdpr_checkbox_label
filter. This way you can update the text to your taste and keep the plugin updated.
Installation
How to install the plugin:
- Extract the contents of the package to the
/wp-content/plugins/comment-reply-email-notification
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- For better results, setup a plugin to send emails using SMTP.
Avis
Contributeurs & développeurs
« Comment Reply Email Notification » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“Comment Reply Email Notification” a été traduit dans 4 locales. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « Comment Reply Email Notification » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
1.12.0
- Reverted renaming of main plugin file to avoid potential update issues
1.11.0
- Major code refactoring (class based, better PSR compliance)
1.10.1
- Correction du domaine de localisation (merci à Arno Welzel !)
1.10.0
- Changed localization domain (thanks to Arno Welzel!)
1.9.0
- Added Greek translation (thanks to Chrysovalantis Chatzigeorgiou!)
- Added Czech translation (thanks to Zbyněk Gilar!)
1.8.0
- Ajout de la traduction en Coréen
- Correction du bogue du filtre « cren_gdpr_checkbox_label »
1.7.1
- Fixed blog title encoding
1.7.0
- Fixed bug where subscription checkbox was always checked
- Ajout de la la traduction Chinoise (merci à hsu1943)
1.6.1
- Fixed default settings not being set
1.6.0
- Ajout de la traduction Turque (merci Bünyamin Yildirim !)
- Added filters to the checkbox label
- Ajout de la case à cocher RGPD
- Added admin settings page
- Ajout du décodage des entités HTML dans le titre de l’e-mail
1.5.0
- Ajout de la traduction Italiennes (merci Giacomo Bellisi !)
- Ajout de la traduction en Hébreu (merci Lea Cohen !)
1.4.4
- Fixed undefined variable
- Mise à jour de la traduction Française
1.4.3
- Mise à jour de la traduction Espagnole
- Ajout de la traduction Allemande (merci à Nathanael Dalliard !)
1.4.2
- Ajout de la traduction Française
1.4.1
- Fixed unsubscribe page template
1.4.0
- Added the ability to use a custom email template
- Added plugin rendering options
- Fixed unsubscribe link
1.3.3
- Mise à jour des traductions et du domaine de traduction
1.3.2
- Fixed email content type filter interfering with other emails
- Removed asterisk from comment form subscription checkbox
1.3.1
- Fixed missing variable on checkbox template
- Fixed notification being sent to the comment author when he replies his own comment
1.3.0
- Fixed opt-in checkbox for logged in users
- Ajout de traductions en russe et en ukrainien (merci à Oleh Astappiev !)
- Added unsubscribe link to email
1.2.0
- Added opt-in checkbox to comment form
1.1.1
- Correction d’une coquille dans le crochet
1.1.0
- Added ES and PT-BR translations
- Added build script
1.0.0
- Première version