Disable Beep in Chat

Disable Beep in Chat

by Levi Osborne -
Number of replies: 2

We are attempting to use Moodle Chat incase of a school shutdown due to Coronavirus. Everything works beautifully, but we have some students that abuse the beep button. We don't really need the Beep function and would like to disable it from chats. There does not seem to be an easy solution to this. Does anyone have any suggestions on how to get rid of Beep in chat?

Average of ratings: -
In reply to Levi Osborne

Re: Disable Beep in Chat

by Brad Nielsen -

We have the same problem Levi. Hoping someone has an answer.

I suppose I could hide the Beep function using CSS


In reply to Levi Osborne

Re: Disable Beep in Chat

by more kuro -
It may be a dull sentence. I'm sorry.(By Google Translate)

It may be late, but I'm having the same problem. I'll reply to you and the people who arrived in the search.


Rewrite this.

moodle/mod/chat/gui_ajax/module.js [About Line 248]

//li.all('td').item(1).append(Y.Node.create('<div></div>').append(talk).append('&nbsp;').append(beep));

 li.all('td').item(1).append(Y.Node.create('<div></div>').append(talk).append('&nbsp;'));