Disable Beep in Chat

Disable Beep in Chat

על ידי Levi Osborne בתאריך
מספר תגובות: 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?

ממוצע דרוגים: -
בתגובה ל: Levi Osborne

Re: Disable Beep in Chat

על ידי 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;'));