I can't see a way to disable it in the config file, except for removing links to it from the menu and removing the "module" (aka side-widget or block, in the language of most other CMSs).
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.
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.