MyBB Community Forums

Full Version: DVZ Shoutbox 2.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, it would be possible to include in the shoutbox bbcode buttons and emoticons.

Thanks
Best Regards

Max
Is it supposed to have a transparent background?
If not, where can i change the background color, ive tried to edit some colors of the css you provided but nothing changed the background of the shoutbox.
Version 2.1.2 (build #7, MD5: a1ab7d02024a37e400483cae6c010c43)
  • fixed scrolling to bottom in Reversed order mode
  • fixed incorrect entries highlighting
  • templates caching (reducing SELECT SQL queries)
  • support for word filtering
  • support for customized profile URLs
  • smart spacing in username calls, support for mentions containing complex usernames (compatible with DVZ Mentions)
  • minor CSS improvements
  • minor code improvements

Upgrading: Overwrite inc/plugins/dvz_shoutbox.php, jscripts/dvz_shoutbox.js and update the CSS code.

http://community.mybb.com/mods.php?action=view&pid=63
It takes another plugin?
Would there be any emoji support? could useful in lieu of a smileys button.
Hello,

This is really nice, good work.

In version 2.1.2 you say there's support for word filtering, however it isn't working on our forum. Is this supposed to use MyBB's word filter or do we have to add it somewhere else ?
  • is it possible to add sound alert in shoutbox ?
  • is it possible selected / certain groups should post 5 replies daily before shouting ??? if yes then how ?
(2014-11-30, 01:31 AM)rnunojoao Wrote: [ -> ]It takes another plugin?
No, it does not require other plugins to work.


(2014-11-30, 02:01 PM)p00lz Wrote: [ -> ]Would there be any emoji support?  could useful in lieu of a smileys button.
Emoji icons don't seem to work on default MyBB configuration and it looks like it's an issue with database connection and table encoding (setting encoding to utf8mb4 in inc/config.php and correcting MyBB tables' encoding accordingly could help).


(2014-12-02, 05:05 PM)zibbizor Wrote: [ -> ]Hello,

This is really nice, good work.

In version 2.1.2 you say there's support for word filtering, however it isn't working on our forum. Is this supposed to use MyBB's word filter or do we have to add it somewhere else ?
The fix for that did not make it to 2.1.2, sorry about that. You can make the MyBB's default word filter work by adding this after line 950 in inc/plugins/dvz_shoutbox.php:
            'filter_badwords' => true,


(2014-12-02, 06:17 PM)mujeebdgk Wrote: [ -> ]
  • is it possible to add sound alert in shoutbox ?
I will probably make an addon to support sound alerts in the future.
how can i add smilies button in shoutbox ?
is it possible selected / certain groups should post 5 replies daily before shouting ??? if yes then how ?
Im having a problem. When users refresh the website they see this:

[Image: a2ce5f6e83.png]
How to fix this?