wpDiscuz uses the email which is set in Dashboard > Settings > “Email Address” option. This email, “This address is used for admin purposes, like new user notification and others…”
I’m sorry, I meant I want to change the message that the email contains.
Right now it says something like “New comment on the discussion you are interested in”
I’d like to change that.
You can change all email texts here: http://screencast.com/t/t6msU72Pf
Dashboard > wpDiscuz Phrases > Emails Tab
Of course! Why didn’t I look in the phrases menu???
Thank you!
While I have your attention, is there a way to remove the “new replies to my comments” option in the subscription bar? I have replies disabled and I want the only option available to be “new follow-up comments.”
There is not such an option yet.
But you can use jQuery. Put this code before <?php wp_footer(); ?> in your current active theme’s footer.php file:
<script type="text/javascript">
jQuery(document).ready(function ($) {
if( $('.wpdiscuz_select').length ){
$('.wpdiscuz_select').children('option[value="all_comment"]').css('display','none');
}
});
</script>
Thank you!
You’ve been a great help!
(@bryanbatcher)
10 years, 5 months ago
I’d like to change the email that sends for a new comment notification. How do I do that?
https://wordpress.org/plugins/wpdiscuz/