Jump to content

Disable Sounds By Default


Nils

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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'>



Link to comment
Share on other sites

  • 4 weeks later...
  • 4 months later...

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...