Title: Customization Example
Last modified: April 26, 2017

---

# Customization Example

 *  Resolved [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/)
 * I love plugin, but i need for a example how to personalize the title and content
   of the autoresponder using function. This was not clear to me.
 * One feature I’d like to see in the plugin is a checkbox for users to authorize
   the reply

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/customization-example/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/customization-example/page/2/?output_format=md)

 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/#post-9072352)
 * Sorry, disregard doubt about personalization.
 * I translated the plugin and copy the pt_BR.mo and pt_BR.po files into the languages
   folder, but the replies are still sent in the English language.
 * Ps: The wp-config.php file has the configuration: define(‘WPLANG’, ‘pt_BR’);
 * What do I need to do to have the replies send in my language?
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/#post-9072470)
 * Solved!
 * I changed pt_BR.mo by simple-comment-notification-pt_BR.mo
 *  Plugin Author [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/#post-9072854)
 * [@serjao](https://wordpress.org/support/users/serjao/) You are talking about 
   default plugin functionality or about additional notification (autoresponder)?
   Only additional functionality have ability to personalize email title and body.
   If You only wanted to translate default content please add Your translations 
   here:
 * [https://translate.wordpress.org/locale/pt-br/default/wp-plugins/simple-comment-notification](https://translate.wordpress.org/locale/pt-br/default/wp-plugins/simple-comment-notification)
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/#post-9074684)
 * I talking about default plugin functionality.
 * I added my translation in the plugin page.
 * One question: Is possible add a checkbox for user authorize the reply in default
   plugin functionality?
 *  Plugin Author [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/#post-9074748)
 * Thank You for translations 🙂 About Your question – yes, it’s possible. I will
   try to add this in next version.
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/customization-example/#post-9075748)
 * This would be great. Thanks for attention!
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customization-example/#post-9422872)
 * Please, update plugin. I need this feature. How can I help you?
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customization-example/#post-9463750)
 * Hello,
 * Do you have any news on this?
 *  Plugin Author [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customization-example/#post-9463993)
 * [@serjao](https://wordpress.org/support/users/serjao/) I don’t have much of free
   time to done that, I added Your request into “to do list”.
 *  Plugin Author [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/customization-example/#post-9497371)
 * [@serjao](https://wordpress.org/support/users/serjao/) I just added subscription
   functionality (checkbox for user authorize the reply). To enable it You must 
   use filter scn_enable_subscription and return true value:
    `add_filter('scn_enable_subscription','
   __return_true');` It’s possible to change default checkbox value by filter scn_subscribe_value,
   example: `add_filter('scn_subscribe_value', '_return_false');` Please test it(
   You must download development version: [https://downloads.wordpress.org/plugin/simple-comment-notification.zip](https://downloads.wordpress.org/plugin/simple-comment-notification.zip))
   and let me know 🙂
    -  This reply was modified 8 years, 8 months ago by [Beherit](https://wordpress.org/support/users/beherit/).
    -  This reply was modified 8 years, 8 months ago by [Beherit](https://wordpress.org/support/users/beherit/).
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/customization-example/#post-9497500)
 * Thanks for this.
 * Not showed checkbox for me.
 * I install development version and added the filter in functions.php:
 * add_filter(‘scn_enable_subscription’, ‘__return_true’);
 *  Plugin Author [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/customization-example/#post-9497517)
 * [@serjao](https://wordpress.org/support/users/serjao/) what theme do You use?
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/customization-example/#post-9497522)
 * It’s a personalized theme.
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/customization-example/#post-9497533)
 * I tried now with Twenty Eleven theme and not worked too.
 *  Thread Starter [serjao](https://wordpress.org/support/users/serjao/)
 * (@serjao)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/customization-example/#post-9497540)
 * It’s possible add the code manually in comments.php?

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/customization-example/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/customization-example/page/2/?output_format=md)

The topic ‘Customization Example’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-comment-notification.svg)
 * [Simple Comment Notification](https://wordpress.org/plugins/simple-comment-notification/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-comment-notification/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-comment-notification/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-comment-notification/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-comment-notification/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-comment-notification/reviews/)

 * 22 replies
 * 2 participants
 * Last reply from: [Beherit](https://wordpress.org/support/users/beherit/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/customization-example/page/2/#post-9580998)
 * Status: resolved