Title: Simple Comment Notification
Author: Beherit
Published: <strong>6 de marzo de 2016</strong>
Last modified: 8 de abril de 2020

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/simple-comment-notification.svg)

# Simple Comment Notification

 Por [Beherit](https://profiles.wordpress.org/beherit/)

[Descargar](https://downloads.wordpress.org/plugin/simple-comment-notification.1.2.4.zip)

 * [Detalles](https://es.wordpress.org/plugins/simple-comment-notification/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/simple-comment-notification/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/simple-comment-notification/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/simple-comment-notification/#developers)

 [Soporte](https://wordpress.org/support/plugin/simple-comment-notification/)

## Descripción

Sends an simply email notification to the comment author, when someone replies to
his comment. No configuration, support WordPress translation process.

## Instalación

In most cases you can install automatically from plugins page in admin panel.

However, if you want to install it manually, follow these steps:

 1. Download the plugin and unzip the archive.
 2. Upload the entire `simple-comment-notification` folder to the `/wp-content/plugins/`
    directory.
 3. Activa el plugin desde el menú Plugins de WordPress.

## FAQ

### Subscription

It’s possible to send email notification only if user checked subscription checkbox.
To enable this functionality you must add such code (e.g. in functions.php in the
active theme):

    ```
    add_filter('scn_enable_subscription', '__return_true');
    ```

Optionally, you can also change default checkbox value to true:

    ```
    add_filter('scn_subscribe_value', '__return_true');
    ```

### Autoresponder

Plugin have a hidden functionality that sends autoresponder to the author of the
comment. To turn it on you must add such code (e.g. in functions.php in the active
theme):

    ```
    add_filter('scn_autoresponder_to_author', '__return_true');
    ```

Optionally, you can also turn off default plugin functionality:

    ```
    add_filter('scn_notify_parent_author', '__return_false');
    ```

The title and content of the autoresponder can be personalized:

    ```
    function custom_scn_autoresponder_subject($subject, $comment_object) {
        return $subject;
    }
    add_filter('scn_autoresponder_subject', 'custom_scn_autoresponder_subject', 10, 2);

    function custom_scn_autoresponder_body($body, $comment_object) {
        return $body;
    }
    add_filter('scn_autoresponder_body', 'custom_scn_autoresponder_body', 10, 2);
    ```

You can even set who will not receive this notifications by changing minimum required
user capabilities:

    ```
    function custom_scn_autoresponder_cap() {
        return 'edit_posts';
    }
    add_filter('scn_autoresponder_cap', 'custom_scn_autoresponder_cap');
    ```

## Reseñas

![](https://secure.gravatar.com/avatar/023f9ccfe736cc9ed42882588dc6e59440483fd1c192829c56a58f7fbb1526d4?
s=60&d=retro&r=g)

### 󠀁[Not working with 4.9.1](https://wordpress.org/support/topic/not-working-with-4-9-1/)󠁿

 [](https://profiles.wordpress.org/monkeykong/) 7 de enero de 2018 4 respuestas

Not working with 4.9.1

![](https://secure.gravatar.com/avatar/6661a5d85f6d0fa8f8435d10779613ba3dbb7f82c31a494ef7d3de41a4c24fcd?
s=60&d=retro&r=g)

### 󠀁[Fantastic plugin](https://wordpress.org/support/topic/fantastic-plugin-814/)󠁿

 [serjao](https://profiles.wordpress.org/serjao/) 11 de octubre de 2017 1 respuesta

A simple plugin, but it does job very well.

![](https://secure.gravatar.com/avatar/cc16ffb593690511d3559842f2a3ba9b0d430aca75e6d494aa56ff391b017141?
s=60&d=retro&r=g)

### 󠀁[Super!](https://wordpress.org/support/topic/super-484/)󠁿

 [Gronix](https://profiles.wordpress.org/gronix/) 3 de septiembre de 2016

To działa! 🙂

 [ Leer todas las 3 reseñas ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/)

## Colaboradores y desarrolladores

«Simple Comment Notification» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

 *   [ Beherit ](https://profiles.wordpress.org/beherit/)

«Simple Comment Notification» está traducido en 7 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/simple-comment-notification/contributors)
por sus contribuciones.

[Traduce «Simple Comment Notification» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/simple-comment-notification)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/simple-comment-notification/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/simple-comment-notification/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/simple-comment-notification/)
por [RSS](https://plugins.trac.wordpress.org/log/simple-comment-notification/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.2.4 (2020-04-08)

 * Fixed typos.

#### 1.2.2 (2020-04-08)

 * Minor bugfix.

#### 1.2 (2020-04-08)

 * Added subscription functionality (disabled by default).

#### 1.1 (2017-03-12)

 * Fix the URL to a new comment.
 * Sending autoresponder to the author of the comment (disabled by default).

#### 1.0.2 (2016-03-12)

 * Add POT file and remove language files to allow WordPress.org language packs 
   to take effect.

#### 1.0 (2016-03-06)

 * First public version.

## Meta

 *  Versión **1.2.4**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 4.6 o superior **
 *  Probado hasta **5.4.19**
 *  Versión de PHP ** 7.0 o superior **
 *  Idiomas
 * [Czech](https://cs.wordpress.org/plugins/simple-comment-notification/), [English (Australia)](https://en-au.wordpress.org/plugins/simple-comment-notification/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/simple-comment-notification/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/simple-comment-notification/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/simple-comment-notification/),
   [English (UK)](https://en-gb.wordpress.org/plugins/simple-comment-notification/),
   [English (US)](https://wordpress.org/plugins/simple-comment-notification/) y 
   [Polish](https://pl.wordpress.org/plugins/simple-comment-notification/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/simple-comment-notification)
 * Etiquetas:
 * [author](https://es.wordpress.org/plugins/tags/author/)[comment](https://es.wordpress.org/plugins/tags/comment/)
   [comments](https://es.wordpress.org/plugins/tags/comments/)[email](https://es.wordpress.org/plugins/tags/email/)
   [notification](https://es.wordpress.org/plugins/tags/notification/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/simple-comment-notification/advanced/)

## Valoraciones

 3.7 de 5 estrellas.

 *  [  2 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=2)
 *  [  1 valoración de 1 estrellas     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-comment-notification/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/simple-comment-notification/reviews/)

## Colaboradores

 *   [ Beherit ](https://profiles.wordpress.org/beherit/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/simple-comment-notification/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://beherit.pl/en/donations/)