BuddyDev

Search

BuddyPress Message privacy to everyone

  • Participant
    auzoult marc-antoine on #37072

    Hello,

    I’ve a budypress installed and like to permit to all user to pm each others.
    I’ve brought you’re module, installed it and place the required code to my child template:

    function bpdm_change_default_settings( $settings ) {
    $settings[‘privacy_type’] = ‘everyone’;
    return $settings;
    }

    Seems thats dont change anything.
    Could you help please?

  • Keymaster
    (BuddyDev Team)
    Posts: 24447
    Brajesh Singh on #37097

    Hi,
    Thank you for purchasing the plugin.

    This is the default behaviour. By default, all members can DM each other(unless you are using another restrictions plugin).

    Do you want to modify this behaviour?

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved