MyBB Community Forums

Full Version: Automatically subscribe to threads you post in.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I have the automatic subscription to new threads, checked by default during registration.
Open the template member_register and search for:
<input type="checkbox" name="emailnotify" id="emailnotify" value="yes" $emailnotifycheck />
Replace with:
<input type="checkbox" name="emailnotify" id="emailnotify" value="yes" checked="checked" />