Written by Stoker
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:
Code: Select all
'user_notify' => 0,
Code: Select all
'user_notify' => 1,