Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Change Log

DVZ Shoutbox - 2.0 by Devilshakerz

Major changes in 2.0 include simplification of the Shoutbox look, addition of moderating options on the archive view (list of banned users, pruning the chat), AJAX moderation, lazy load, possibility of moderating own messages and extended permissions system.

While most of the plugin's code has been rewritten, the Shoutbox database table scheme remained unchanged. To update from 1.0 to 2.0:

  1. Make a backup of the mybb_dvz_shoutbox table or add the # sign at the beginning of line 132 in the old /inc/plugins/dvz_shoutbox.php file (so the DROP TABLE statement won't be executed)
  2. Uninstall the old plugin
  3. Delete /images/loading-mini.gif (no longer used)
  4. Upload and install the new version, remembering to update the CSS code in your theme
  5. Delete the new mybb_dvz_shoutbox table and restore the old one, if you chose the first option.