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.

Comments

  • judgejjudgej
    edited May 2011
    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.
  • 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.

Sign In or Register to comment.