MyBB.de Forum
DVZ Shoutbox - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: DVZ Shoutbox (/thread-30017.html)



DVZ Shoutbox - MyBB.de Bot - 06.07.2014

Eine neue Erweiterung wurde veröffentlicht: DVZ Shoutbox

Zitat:Lightweight MyBB AJAX-based chat.

Major features:
- smileys and MyCode parsing,
- away mode (turn off autorefreshing when user is inactive for a specified period of time),
- antiflood time control,
- minimum forum posts to shout,
- blocking specified users from shouting,
- advanced group permissions system,
- "lazy load",
- archive mode with users' IP addresses visible to moderators.

DVZ Shoutbox is using jQuery JavaScript library which will be included by default in MyBB 1.8.

Installation
The installation is not fully automatic so the plugin will not mess with your styles or templates. Complete the following steps to set up the plugin:



  1. jQuery
    Include the jQuery library if you haven't done it yet. Paste this script into your headerinclude template (any latest jQuery version should work):
    Code:
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

  2. CSS Code
    Copy the CSS included in the package (STYLES.txt) into your theme stylesheets (for example global.css).
  3. {$dvz_shoutbox}
    Insert the {$dvz_shoutbox} variable into your index template.
  4. Install the plugin in the ACP