Helping you Build Your Own Social Network!

Faster, better and easier!

Disable sitewide chat option

(3 posts) (2 voices)

Tags:


  1. Is there ea way to remove the sitewide chat option for users and only let them chat with their friends?

    Posted 5 months ago #
  2. Hi Greg,
    sorry I have missed to put a filter. For now, Please open bp-chat/bp-chat/business-functions.php and look at line

    281-283, you will see this

    function bpchat_has_friends_only_enabled($user_id){
       return BPChat_User::get_pref($user_id);//if 1:friends only, 0: sitewide
    }

    Just change it

    function bpchat_has_friends_only_enabled($user_id){
       return false';
    }

    That should do it for now.

    Posted 5 months ago #
  3. Hi Brajesh,

    That seemed to break my site. I tried it twice and both times it made my site inaccessible. Are you sure that's the right code?

    Greg

    Posted 5 months ago #

Reply

You must log in to post.