Title: Simple Comment Notification
Author: Beherit
Published: <strong>માર્ચ 6, 2016</strong>
Last modified: એપ્રિલ 8, 2020

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

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

# Simple Comment Notification

 [Beherit](https://profiles.wordpress.org/beherit/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/simple-comment-notification.1.2.4.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/simple-comment-notification/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/simple-comment-notification/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/simple-comment-notification/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/simple-comment-notification/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/simple-comment-notification/)

## વર્ણન

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

## સ્થાપન

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. Activate the plugin through the Plugins menu in 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');
    ```

## સમીક્ષાઓ

![](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, 2018 4 replies

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, 2017 1 reply

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, 2016

To działa! 🙂

 [ 3 સમીક્ષાઓ વાંચો ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/)

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

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

“Simple Comment Notification” નું 7 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. તેમના યોગદાન
માટે [અનુવાદકો ](https://translate.wordpress.org/projects/wp-plugins/simple-comment-notification/contributors)
આપનો આભાર.

[“Simple Comment Notification” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/simple-comment-notification)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/simple-comment-notification/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/simple-comment-notification/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/simple-comment-notification/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/simple-comment-notification/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 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.

## મેટા

 *  વર્ઝન **1.2.4**
 *  છેલ્લી અપડેટ: **6 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **100+**
 *  વર્ડપ્રેસ વર્ઝન ** 4.6 અથવા ઉચ્ચતર **
 *  **5.4.23** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 7.0 અથવા ઉચ્ચતર **
 *  ભાષા:
 * [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/) અને
   [Polish](https://pl.wordpress.org/plugins/simple-comment-notification/).
 *  [તમારી ભાષામાં અનુવાદ કરો](https://translate.wordpress.org/projects/wp-plugins/simple-comment-notification)
 * ટૅગ્સ:
 * [author](https://gu.wordpress.org/plugins/tags/author/)[comment](https://gu.wordpress.org/plugins/tags/comment/)
   [comments](https://gu.wordpress.org/plugins/tags/comments/)[email](https://gu.wordpress.org/plugins/tags/email/)
   [notification](https://gu.wordpress.org/plugins/tags/notification/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/simple-comment-notification/advanced/)

## પૉઇન્ટ્સ

 5 માંથી 3.7 સ્ટાર.

 *  [  2 5-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=5)
 *  [  0 4-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=4)
 *  [  0 3-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=3)
 *  [  0 2-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=2)
 *  [  1 1-સ્ટાર સમીક્ષા     ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/?filter=1)

[તમારા અભિપ્રાયો](https://wordpress.org/support/plugin/simple-comment-notification/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/simple-comment-notification/reviews/)

## ફાળો આપનારા

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

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/simple-comment-notification/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](https://beherit.pl/en/donations/)