Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
When new users registeres, they are by default NOT notified when there is a reply to their post.
With one little codechange You can change that so new users by default will get notified when there is a reply to their post Instructions:
Open includes/functions_user.php
Find:
This MOD works great.
But I have a similar issue with Users getting notified of New PM's by default.
For new registrations on my board,
I want the following UCP setting, "Notify me on new private messages:"
to be set to YES by default.
I changed the following value to 1 in functions_user.php, but this didn't work.
'user_notify_pm' => 1,
For new registrations, "Notify me on new private messages:" is still set to NO by default.
Is there something else that could be conflicting with what I intend.
Thanks
On a default phpBB installation user_notify_pm is set to 1, which means that new users get notified on new PM.
So I dont really understand your question?