MyBB Community Forums
[For 1.8] DVZ Shoutbox 2.3.4 – Sound notification. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Tutorials (https://community.mybb.com/forum-38.html)
+--- Thread: [For 1.8] DVZ Shoutbox 2.3.4 – Sound notification. (/thread-224057.html)



DVZ Shoutbox 2.3.4 – Sound notification. - Tomik - 2019-07-27

DVZ SHOUTBOX 2.3.4 – SOUND NOTIFICATION

Download sound notification:

.zip   dvz_shoutbox.zip (Size: 1.38 KB / Downloads: 145)

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



RE: DVZ Shoutbox 2.3.2 – Sound notification. - WallBB - 2019-07-27

This is actually very interesting, will give it a try Smile


RE: DVZ Shoutbox 2.3.2 – Sound notification. - mujeebdgk - 2019-07-28

what is the difference between author thread mention below and this tutorial ?

https://community.mybb.com/thread-166192-post-1135286.html#pid1135286


RE: DVZ Shoutbox 2.3.2 – Sound notification. - Tomik - 2019-07-28

(2019-07-28, 10:00 AM)mujeebdgk Wrote: what is the difference between author thread mention below and this tutorial ?

https://community.mybb.com/thread-166192-post-1135286.html#pid1135286

The difference is that the code just needs to be inserted before the variable, not after variable.
That's why I added a new tutorial.


RE: DVZ Shoutbox 2.3.2 – Sound notification. - ianChrist007 - 2019-08-25

it works man.. thank you!


RE: DVZ Shoutbox 2.3.3 – Sound notification. - Tomik - 2020-06-01

Tested on:
  • DVZ Shoutbox 2.3.3
  • MyBB 1.8.22