Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Disable private msg for users
Hello, there is a way to disable private pm? thanks for reply and have a nice day.
0
Comments
Check out config-defaults.php to see the range of options that can be copied to config.php and changed.
Private messaging is one area that would be good to move out to a separate plugin. That way alternatives could be made available.
Are here some news since last year may ?
PM=Conversations.
EnabledApplications are listed in config.
grep is your friend.
$Configuration['EnabledApplications']['Conversations'] = 'conversations';
to
$Configuration['EnabledApplications']['Conversations'] = '';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.