MyBB Community Forums

Full Version: I need help, With....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need with shoutbox, How to setup? I did evrything right can somebody help me?
Yes we can help,

make sure you have checked to see if all files are uploaded

plugin is activated

the {$dvz_shoutbox} var is placed on your index template
(2019-06-01, 02:25 PM)Michael2014 Wrote: [ -> ]Yes we can help,

make sure you have checked to see if all files are uploaded

plugin is activated

the {$dvz_shoutbox} var is placed on your index template
Hmm.. i don't see
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<div class="forums" style="float: left; width: 76%;">{$forums}</div>
<div class="sidebar" style="float: right; width: 22%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead side">
<strong>Kast</strong>
<div class="float_right" style="padding-top: 5px;"><i class="fa fa-newspaper-o"></i></div>
</td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
Tere tulemast, GamingVexed-isse!
</span>
</td>
</tr>
</table><br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead side">
<strong><a href="online.php">{$lang->whos_online}</a></strong>
<div class="float_right" style="padding-top: 5px;"><i class="fa fa-child"></i></div>
</td>
</tr>
<tr>
<td class="trow1">
{$whosonline}
</td>
</tr>
</table><br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead side">
<strong><a href="stats.php">{$lang->boardstats}</a></strong>
<div class="float_right" style="padding-top: 5px;"><i class="fa fa-line-chart"></i></div>
</td>
</tr>
<tr>
<td class="trow1">
{$forumstats}
</td>
</tr>
</table>
</div>
<br class="clear" />
{$footer}
</body>
</html>

I added and got to work but..
https://imgur.com/a/8aHnFQM
Do somebody know how to fix this with flatty theme?
^ looks like you forgot adding content of styles.txt at the bottom of global.css of your theme.

edit global.css of flatty theme through themes section of forum admin panel
and edit in advanced mode (tab)