Jak zmienić kolejność wyświetlania legendy grup

Założony przez  kicu55555.

wersja skryptu MyBB: mybb 1.6
adres forum: cs-kalen.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Chciałbym aby legenda graczy była pod statystykami graczy, teraz jest wysoko i nie wygląda to ładnie. Link jak wygląda umieszczam poniżej.


http://iv.pl/images/11594617922978269836.png

hm?
Pomożecie?
Szogi1910 napisał 13.03.2015, 17:46:
Poprawiam tytuł wątku.
Pokaż kod.
Skąd go ogarnąć?
To jak tą legendę dodales ?
Jest na czarno, a ma być na biało, kod:

<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">
{
$whosonline}
{
$wwot}
{
$birthdays}
{
$forumstats}


    <
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
{
$viewgroups}
<
tr>
<
td class="tcat"><a href="online.php" original-title="Szczegóły"><class="fa fa-th-list fa-lg effect" original-title=""></i></a>&nbsp;&nbsp;<span class="smalltext" original-title="">  <b><span style="text-shadow: 1px 1px 10px  red; color:   red; font-weight: bold; background: url(http://www.przemo.org/phpBB2/forum/files/gwiazdkired_409.gif)"><strong>Właściciel</strong></span></a>  | </b><b><span style="text-shadow: 1px 1px 10px  #CAE517; color:   #33ccff; font-weight: bold; background: url(http://www.przemo.org/phpBB2/forum/files/gwiazdkired_409.gif)"><strong>Junior Admin</strong></span></a> | <span style="text-shadow: 1px 1px 10px  green; color:   green; font-weight: bold; background: url(http://www.przemo.org/phpBB2/forum/files/gwiazdkired_409.gif)"><strong>Moderator</strong></span></a> | <span style="color: Yellow;"><strong>UBTeam</strong></span></a> | <span style="color: #6666cc;"><strong>Redaktor</strong></span></a> | <span style="color: #660000;"><strong>Grafik</strong></span></a> | <<span style="color: #2200FF;"><strong>Właściciel Serwera</strong></span></a> | <span style="color: #cc6600;"><strong>Opiekun Serwera</span></a> | <span style="color: #ffcc66;"><strong>Admin Serwera</strong></span></a> | <span style="color: #FF00F7;"><strong>Dziewczyna</strong></span></a>]  | <span style="color: #756C74;"><strong>Gracz</strong></span></a>  | <span style="text-shadow: 1px 1px 8px #f88600; font-weight: bold; color: #f88600;">★VIP★</span> | <span style="color: #235438;"><strong>Nieaktywowany</strong></span></a> | <span style="color: #000000;"><s>Zbanowany<s></span></a></td></tr>



  
        </
span>
    </
td>
</
tr>
</
tbody>
</
table>
<
br /> 
Szogi1910 napisał 13.03.2015, 17:55:
Kolejnie upomnienie będzie skutkowała nałożeniem blokady pisania.Przypomniam jeszcze raz że kody css,php,html dodajemy w tagach [code][php]
Jak widać z problemem już poradziłeś sobie, tylko po co dodawać legendę do szablonu index_boardstats skoro korzystasz z pluginu viewgroups.
Poprawiłem Ci niezauważalne błędy. Dodaj teraz kod do index_boardstats

<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">
{$whosonline}
{$wwot}
{$birthdays}
{$forumstats}


    <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>
{$viewgroups}
<tr>
<td class="tcat"><a href="online.php" original-title="Szczegóły"><class="fa fa-th-list fa-lg effect" original-title=""></i></a>&nbsp;&nbsp;<span class="smalltext" original-title="">  <b><span style="text-shadow: 1px 1px 10px  red; color:   red; font-weight: bold; background: url(http://www.przemo.org/phpBB2/forum/files/gwiazdkired_409.gif)"><strong>Właściciel</strong></span></a>  | </b><b><span style="text-shadow: 1px 1px 10px  #CAE517; color:   #33ccff; font-weight: bold; background: url(http://www.przemo.org/phpBB2/forum/files/gwiazdkired_409.gif)"><strong>Junior Admin</strong></span></a> | <span style="text-shadow: 1px 1px 10px  green; color:   green; font-weight: bold; background: url(http://www.przemo.org/phpBB2/forum/files/gwiazdkired_409.gif)"><strong>Moderator</strong></span></a> | <span style="color: Yellow;"><strong>UBTeam</strong></span></a> | <span style="color: #6666cc;"><strong>Redaktor</strong></span></a> | <span style="color: #660000;"><strong>Grafik</strong></span></a> | <<span style="color: #2200FF;">strong>Właściciel Serwera</strong></span></a> | <span style="color: #cc6600;"><strong>Opiekun Serwera</span></a> | <span style="color: #ffcc66;"><strong>Admin Serwera</strong></span></a> | <span style="color: #FF00F7;"><strong>Dziewczyna</strong></span></a> | <span style="color: #756C74;"><strong>Gracz</strong></span></a>  | <span style="text-shadow: 1px 1px 8px #f88600; font-weight: bold; color: #f88600;">★VIP★</span> | <span style="color: #235438;"><strong>Nieaktywowany</strong></span></a> | <span style="color: #000000;"><s>Zbanowany<s></span></a></td></tr>



  
        </span>
    </td>
</tr>
</tbody>
</table>
<br />



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

1 gości