Shoutbox i top stats (Problem)

Założony przez  P3neR.

Adres forum: http://webmybb.ct8.pl/index.php

Wersja silnika: Mybb 1.8.19

Opis problemu: W shoutboxie złe umiejscowanie nazwy, i topstats chciałbym aby było w panelu bocznym probowałem sie z tym uporać jakoś lecz nie daje rady ;/ 
Tutaj index:
<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 id="forum">
{$header}
{$dvz_shoutbox}
{$topStats['LastThreads']}
{$topStats['LastActiveThreads']}
{$topStats['MostViews']}
{$topStats['Posters']}
{$topStats['Reputation']}
{$topStats['Referrals']}
{$topStats['TimeOnline']}
{$topStats['NewestUsers']}
{$topStats['Moderators']}
{$forums}
{$boardstats}
{$footer}
</body>
</html>
Shoutbox:
(26.01.2018, 01:36)Axwell napisał(a): Zamień
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }

na to:
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; float: none; line-height: 1.4; }

Panel boczny: zamień cały szablon index na:
<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 id="forum">
{
$header}
{
$dvz_shoutbox}
<
div style="float: left; width: 80%;">
    {
$forums}
</
div>
<
div style="float: right; width: 19%;">
    {
$topStats['LastThreads']}
    {
$topStats['LastActiveThreads']}
    {
$topStats['MostViews']}
    {
$topStats['Posters']}
    {
$topStats['Reputation']}
    {
$topStats['Referrals']}
    {
$topStats['TimeOnline']}
    {
$topStats['NewestUsers']}
    {
$topStats['Moderators']}
</
div>
<
br class="clear" />
{
$boardstats}
{
$footer}
</
body>
</
html



Użytkownicy przeglądający ten wątek:

1 gości