16.02.2014, 11:57
wersja skryptu MyBB:1.6.12
adres forum:www.gniazdo.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Mam mały problem ze statystykami mianowicie jak je mam i jest kto jest online jest po za tabela jak zmienną nie ważne gdzie przeniosę ciągle jest w tym samym miejscu.
Szablon index_boardstats
adres forum:www.gniazdo.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Mam mały problem ze statystykami mianowicie jak je mam i jest kto jest online jest po za tabela jak zmienną nie ważne gdzie przeniosę ciągle jest w tym samym miejscu.
Szablon index_boardstats
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$birthdays}
{$forumstats}
{$whosonline}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />