Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Email notifications for comments [SOLVED]
kamaleon
New
Hello,
I would like to have email notifications for comments enabled by default for all users.
How can that be done? I imagine something similar to this
http://vanillaforums.org/discussion/comment/164714/#Comment_164714
That would work?
$Configuration['Preferences']['Email']['DiscussionComment'] = TRUE; Notify me when people comment on my discussions.
Thanks
0
Comments
That will only work for those who join after the change has been made.
You would need to do a sql update to change it for current users.
I would suggest you ask them first, before imposing it on them.
So that one would work? I thought this was old.
I remove what is written after the ";"?
Sorry, I didn't check if that was the correct configuration, was just pointing out that changes only affect new users, rather than all users.
Is there a place where I can check these values? And what parameters are available?
You can look in config-defaults.php
Looks like this would be the setting:
$Configuration['Preferences']['Email']['DiscussionComment'] = '1';
Silly me, I missed that one.
Thanks a lot.
How to mark that post as solved?