MyBB Community Forums

Full Version: Disable Buddy Request PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How can I disable the Buddy request received PM?

I want to have only the Alert of that, I don't need the PM too.

Thanks in advanced.
UserCP -> Edit Options -> uncheck " Receive PM notifications for new buddy requests."
And can I disable it for ALL USERS?

Thanks.
To disable it for all existing users you must go to phpMyAdmin and run the query:

UPDATE wmob_users SET buddyrequestspm= 0 WHERE 1

When you want to have it also removed from the registration form, this requires 2 changes of the member_registrate template. If so, let this know, then I will specify the changes.