MyBB Community Forums

Full Version: Title notification for DVZ Shoutbox 2.1.x
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Based on Sound notification for DVZ Shoutbox 2.1.x, I've done a visual alert.

It uses jQuery Title Alert.


1. upload the jquery.titlealert.js file into jscripts/ directory on your server
[attachment=33695]

2. Open the dvz_shoutbox template (Global Templates) and add the following code after {$javascript}
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.titlealert.js"></script>
<script>
dvz_shoutbox.callbacks['update'].push(function(){
   if ($('#shoutbox .entry.new').length) {
     $.titleAlert('Activity on ShoutCast', {requireBlur:true});
   }
});</script>
thanks for this tutorial Smile working

it is showing that activity on shoutbox , it is possible that alert should be by user name ? like as facebook that abc sent a message
I'm not sure it's possible, and even if it was, you may have only the last speaker information, I don't thing it's usefull as information.

I sometimes use Mibbit (or other ajax irc chat), and they only notice you of an activity.
@Crazycat 
Hey the plugin doesn't work for me
I have followed every step but when I create a new thread nothing shows