wersja skryptu MyBB:1.8.4
adres forum:http://stadninarepczyslawa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Styl: Caron by Baszar & Snake_
Witam,
mam problem z wyświetleniem informacji najnowszy użystkownik, najwięcej online itd..
Na początku te informacje były lecz po pewnym czasie nagle zniknęły nie wiem czemu.
Proszę o pomoc

kod: index_stats , gdzie znajdują się te statystki

<div style="text-align: center;">
<div class="statsindex"><span class="statround">{$stats['numposts']}</span> Postów</div>
<div class="statsindex"><span class="statround">{$stats['numusers']}</span> Użytkowników</div>
<div class="statsindex"><div class="statsindex"><span class="statround">{$newestmember}</span> Najnowszy Koń</div>
<div class="statsindex"><span  title="{$recorddate}, {$recordtime}"><span class="statround">{$mostonline['numusers']}</span> Najwięcej Online</span></div>
</div>
  <br /></div>

Kod: 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>
{$header}
<a class="buttons" style="float: right;"><i class="fa fa-angle-right"></i></a>
<a class="clickedbuttons" style="float: right;"><i class="fa fa-angle-left"></i></a>
<div class="forums" style="float: left;width: 80%;">
{$forums}
</div>
<div class="sidebar" style="float: right;width: 19%;">
  <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">

Tutaj wpisz tytuł

</td>
</tr>
<tr>
<td class="trow2">

Tutaj wpisz treść

</td>
</tr>
</table>
        <br class="clear"/>
        {$topStats['MostViews']}
        <br class="clear"/>
        {$topStats['LastThreads']}
        <br class="clear"/>
        {$topStats['Reputation']}
</div>

<br class="clear" />
{$dvz_shoutbox}
    <br class="clear" />
{$boardstats}

{$footer}
</body>
</html>
Pomogłem? Doceń to ^.^