Jump to content

Disable Sounds By Default

Featured Replies

Posted

Could we please disable the chat sounds by default? The first question anyone entering my chat asks is "how do I disable these annoying sounds"...

I wouldn't mind leaving them there as an option, but I'm pretty sure 99% of the users do not want a sound to play every time someone enters the room or sends a message.

You could edit a skin template to do that I'm sure. :)

  • Author

How would I do that, while still allowing people to have the sounds if they want to? I don't think it would be such a straightforward edit...

Wouldn't it be possible to just have a setting in the ACP where one can set the default?

Yes, I know a setting is more ideal. I just meant as a stop gap for your own use.

Add a snippet like so to your skin template near the top

if( !ipb.Cookie.get('chat_sounds') ) { ipb.Cookie.set('chat_sounds', 'off' ); }</script>

<script type='text/javascript'>



  • 4 weeks later...

I second a request for a setting to disable sounds by default...

+1

  • 4 months later...

+1

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.