2019-07-27, 04:09 PM
(This post was last modified: 2022-08-19, 09:13 PM by Tomik. Edited 3 times in total.)
DVZ SHOUTBOX 2.3.4 – SOUND NOTIFICATION
Download sound notification:

Upload the dvz_shoutbox.mp3 file to the \images
Go to ACP >>> Templates & Style >>> Templates >>> Global Templates >>> dvz_shoutbox
Add the following code before {$javascript}
<script>
dvz_shoutbox.callbacks['update'].push(function(){
if ($('#shoutbox .entry.new').length) {
var audio = new Audio(rootpath + '/images/dvz_shoutbox.mp3');
audio.volume = 0.5;
audio.play();
}
});
</script>
Tested on:
- DVZ Shoutbox 2.3.4
- MyBB 1.8.30