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.
Installed this plugin and it works well under the default theme. But under the theme Sleeq, I get this as shown in the picture.

This should be on top of the shoutbox. How do you change this? Has cleared cookies and cash but it does not help.
(2017-12-04, 08:17 PM)OakleY Wrote: [ -> ]Installed this plugin and it works well under the default theme. But under the theme Sleeq, I get this as shown in the picture.

This should be on top of the shoutbox. How do you change this? Has cleared cookies and cash but it does not help.

Did you insert the CSS?
Yes..

https://imgur.com/gu6IzHP

Edit:

It seems that this theme Sleeq is not compatible with this add-on. I tried another theme and it works great.
Why does my input box is that small? How can I fix it? And why after I send a message in the shoutbox it comes above the input box?
Forums
Im trying to change the chat bar from top to bottom how would I do that?
^ forum admin panel >> templates & style >> templates >> global templates >> dvz_shoutbox

find code similar to below & move {$panel} to the bottom & save the template
{$panel}
<div class="window" style="height:{$mybb->settings['dvz_sb_height']}px">
<div class="data">
{$html}
</div>
</div>
(2018-01-22, 04:13 AM).m. Wrote: [ -> ]^ forum admin panel >> templates & style >> templates >> global templates >> dvz_shoutbox

find code similar to below & move {$panel} to the bottom & save the template
{$panel}
<div class="window" style="height:{$mybb->settings['dvz_sb_height']}px">
<div class="data">
{$html}
</div>
</div>

Thank you very much. I was wondering where the dvz_shoutbox template could be and it was in global templates Big Grin
Awesome plugin.
(2014-07-15, 12:57 PM)Devilshakerz Wrote: [ -> ]The lightweight MyBB AJAX-based chat.

[Image: preview_47371_1410973285_91696a403d37b96...781735.png]

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,
- unread messages marking,
- "lazy load",
- archive mode with users' IP addresses visible to moderators.


http://community.mybb.com/mods.php?action=view&pid=63

Legacy version (for MyBB 1.6.x): http://mods.mybb.com/view/dvz-shoutbox
it does not work out like this to me

FIX
^ plugin pack consists of a text file with name STYLES.TXT
its content should be added to bottom of global.css stylesheet of your forum's active theme

note: edit the stylesheet in forum admin panel (through themes section) AND in advanced edit mode (tab)

remember hard refreshing your browser (eg. press CTRL + F5) on forum index after saving changes to the stylesheet