Page 1 of 1
New message sound default off
PostPosted: 21 Mar 2015, 11:54
by keeday
I would love if you could put the sound that comes when you get a message in a chat group to default off. (The members will need to check in the box themselves for sounds). Love the chat system, but the admin/webmaster had to remove the sound completely due to too many complaints.
Re: New message sound default off
PostPosted: 11 Dec 2015, 00:53
by inertia0
anyone? this would be helpful
Re: New message sound default off
PostPosted: 09 Jul 2018, 06:52
by lt99
Any updates on this? Is there an option to have sound off by default in the latest version of ArrowChat?
Re: New message sound default off
PostPosted: 24 Oct 2018, 12:37
by CClark
I do not believe you can in the admin panel, but you can within the file init.php (not tested)
/public_html/chat/includes/init.php
Edit
$play_sound = '1';
to
$play_sound = '0';