MyBB Community Forums

Full Version: Private messaging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, 
my site: grparrow.com
i removed the Edit Options link (so nobody can acess it).
i removed  the Messaging & Notification options in registration section (i just deleted that specific lines from member_register templates)
 
My problem:
When someone registering in the forum, he/she can't receive messages https://prnt.sc/yo3b4j

My question:
How to make the following checkboxes ( https://prnt.sc/yo3b4j ) to be marked for every registered member?
For this option checked By default
but for sure you can execute below query :
For Checked :
ALTER TABLE mybb_users ALTER buddyrequestspm SET DEFAULT 1;
If you want Unchecked By Defualt :
ALTER TABLE mybb_users ALTER buddyrequestspm SET DEFAULT 0;