Is there ea way to remove the sitewide chat option for users and only let them chat with their friends?
-
Posted 5 months ago #
-
Hi Greg,
sorry I have missed to put a filter. For now, Please open bp-chat/bp-chat/business-functions.php and look at line281-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 # -
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.