Anyone know if it's possible to set up privacy for Simple messenger, I want that only friends could use the Simple messenger between them
Thanks
Anyone know if it's possible to set up privacy for Simple messenger, I want that only friends could use the Simple messenger between them |
Hello simple messenger have a privacy. look in attachment! PS: If possible do not write me personally, please try to ask on the forum first |
Thank you, I never noticed that setting. |
I have found the solution, i have change one raw of code in BxsimplemessengerPrivacy
if(empty($aObject) || !is_array($aObject))
in
if(empty($aObject) || !is_array($aObject))
and then if it not found any privacy setting the chat don't start |