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.
I followed every step but does not show up on my forum. I added the style code in the advance mode of global.css file and also in the Template: index I added the line that area
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
{$dvz_shoutbox}
<script type="text/javascript">

I still don't know why its not appearing on my forum? I am new here and wish if people explain more or with screenshot how to insert codes and in which line. Because for newbie like me it really helps Smile
^ {$dvz_shoutbox} should be added just above {$forums} on the index template of the theme

[templates guidance]
guys how do i get the text bar to show at bottom thanks!
^ at the plugin settings, you can select reversed order
and in the dvz_shoutbox template you can move {$panel} to below of this code
{$html}
</div>
</div>
Hello. Just wondering how do I enable bbcode in DVZ shoutbox?
Whenever I paste a bbcode like so 
Quote:[img]URLHERE[/img]

This http://i.imgur.com/VsASKcg.png shows up
Pretty nice shoutbox im loving it on my forum http://techlipton.pl/forum/ here but i was wondering if there is a possibility you would add channels to this chat system.  Like this maybe so there is a diffrent chat in every category  [Image: 8d5f2908e2a44d6288f3be92abf34620.png]
(2017-05-15, 05:47 PM).m. Wrote: [ -> ]^ at the plugin settings, you can select reversed order
and in the dvz_shoutbox template you can move {$panel} to below of this code  
{$html}
</div>
</div>

Thanks works! i have just one more problem! i have put this in first (#shoutbox .panel {float: unset;}) before using your method then took it out,now it still remains there,i have restarted pc and done delete cookies and cache but still there how to get rid of please?

Solved! In dvz_shoutbox Template i took it out there But really need smilies embedded!!!!
The chat are awesome, but i have some issues when I load it on responsive style, the design doesn't show correctly, what can I do?
Test it on my site.. when i click enter it just refreshes.

http://whiskeyducks.us/Forum
(2017-05-30, 07:11 PM)Refur Wrote: [ -> ]The chat are awesome, but i have some issues when I load it on responsive style, the design doesn't show correctly, what can I do?

It's not responsive by default, so it might need to be styled to fit the theme's fluid layout.

(2017-06-02, 08:59 PM)WhiskeyDucks Wrote: [ -> ]Test it on my site.. when i click enter it just refreshes.

http://whiskeyducks.us/Forum

There's another, outdated jQuery library being added:
<script src="youtube_videolb/jquery.js" type="text/javascript"></script>
Try removing it from the headerinclude template and see if the plugin it's coming from works correctly.