Giter Club home page Giter Club logo

worpdress-comment-reply-email-notification's Introduction

=== Comment Reply Email Notification ===
Contributors: awelzel, guhemama
Tags: comment, email, reply, notification
Requires at least: 4.4.0
Tested up to: 6.0
Stable tag: 1.24.0
Donate link: https://paypal.me/ArnoWelzel
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

This plugin allows visitors to subscribe to get answers to their comments via e-mail.

== Installation ==

How to install the plugin:

1. Extract the contents of the package to the `/wp-content/plugins/comment-reply-email-notification` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. For better results, setup a plugin to send emails using SMTP.

== Warning ==

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.

== Sending e-mails does not work? ==

The plugin uses the standard WordPress e-mail function. If you have problems getting e-mails sent, you might try using plugins like https://wordpress.org/plugins/wp-mail-smtp/ to improve sending e-mails from your site.

== Customizing the layout of the checkboxes ==

The label next to the checkboxes don't contain a whitespace. Depending on your theme you might want to add a custom style like this to get a space between the checkbox and the label:

`
input#cren_subscribe_to_comment, input#cren_gdpr {
  margin-right: 0.5em;
}
`

The plugin does not add this style be default as it depends on your theme if this is neccessary.

== Customizing the email template ==

To customize the email template, copy the "templates" folder to your theme folder (a child theme should be used to avoid losing the custom templates when the theme is updated). 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.

== Changing the GDPR checkbox label ==

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.

== Changelog ==

= 1.24.0 =

* Update compatibility for WordPress 6.0

= 1.23.0 =

* Fixed a warning for wrong use of `add_submenu_page()`.

= 1.22.0 =

* Fixed a bug handling the template for the notification e-mail.

= 1.21.0 =

* Fixed sorting in subscription list.
* Updated some translations.

= 1.20.0 =

* Updated compatibility information for WordPress 5.9.
* Implemented subscriber list in WordPress backend comments menu.

= 1.13.0 =

* Updated compatibility information for WordPress 5.8.

= 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 =

* Fixed localization domain (thanks to 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 =

* Added Korean translation
* Fixed cren_gdpr_checkbox_label filter bug

= 1.7.1 =

* Fixed blog title encoding

= 1.7.0 =

* Fixed bug where subscription checkbox was always checked
* Added CN translation (thanks hsu1943)

= 1.6.1 =

* Fixed default settings not being set

= 1.6.0 =

* Added Turkish translation (thanks Bünyamin Yildirim!)
* Added filters to the checkbox label
* Added GDPR box
* Added admin settings page
* Added HTML entities decode to email title

= 1.5.0 =

* Added Italian translation (thanks Giacomo Bellisi!)
* Added Hebrew translation (thanks Lea Cohen!)

= 1.4.4 =

* Fixed undefined variable
* Updated French translation

= 1.4.3 =

* Updated Spanish translation
* Added German translation (thanks to Nathanael Dalliard!)

= 1.4.2 =

* Added french translation

= 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 =

* Updated translations and translation domain

= 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
* Added Russian and Ukrainian translations (thanks to Oleh Astappiev!)
* Added unsubscribe link to email

= 1.2.0 =

* Added opt-in checkbox to comment form

= 1.1.1 =

* Fixed typo in hook

= 1.1.0 =

* Added ES and PT-BR translations
* Added build script

= 1.0.0 =

* First release

worpdress-comment-reply-email-notification's People

Contributors

alantygel avatar arnowelzel avatar astappiev avatar bunyaminmd avatar cathymacars avatar gregclermont avatar guhemama avatar hsu1943 avatar leac avatar pimschaaf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.