MyBB Community Forums

Full Version: DVZ Shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason its not loading correctly..

http://cfa-football.com/forum

I just updated to v2.2 and this happened.. I did it just like I always do (even turned my board offline while the files uploaded)...

Any help?

It seems to delete shouts when reloading..
Is the {$html} variable present in your dvz_shoutbox template (Global Templates)? Can you show its contents?
This is dvz_shoutbox in Global Templates:

<div id="shoutbox" class="front{$classes}">

<div class="head">
<strong>{$lang->dvz_sb_shoutbox}</strong>
<p class="right"><a href="{$mybb->settings['bburl']}/index.php?action=shoutbox_archive">&laquo; {$lang->dvz_sb_archivelink}</a></p>
</div>

<div class="body">

{$panel}

<div class="window" style="height:{$mybb->settings['dvz_sb_height']}px">
<div class="data"></div>
</div>

</div>

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script>
{$javascript}

</div><script type="text/javascript" src="{$mybb->asset_url}/jscripts/like_system.min.js"></script>
Insert {$html} right after <div class="data"> (it needs to be inside that element).
Thanks! That did it. This topic can be closed.