Author: Stoker
Description: 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
Attached file: None
Demo: None
Instructions:
Open includes/functions_user.php
Find:
- Code: Select all
'user_notify' => 0,
Replace with:
- Code: Select all
'user_notify' => 1,
Save and upload
Welcome to PhpBB3 BBCodes. Click here to register









