MyBB Community Forums
[How To?] Disable Buddy Request PM - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] Disable Buddy Request PM (/thread-172950.html)



Disable Buddy Request PM - Sasori - 2015-07-09

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.


RE: Disable Buddy Request PM - Ad Bakker - 2015-07-09

UserCP -> Edit Options -> uncheck " Receive PM notifications for new buddy requests."


RE: Disable Buddy Request PM - Sasori - 2015-07-09

And can I disable it for ALL USERS?

Thanks.


RE: Disable Buddy Request PM - Ad Bakker - 2015-07-09

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.