to trochę inaczej trzeba zmienić
znajdź
Kod:
$tabela .= '<tr><td width="25%" class="' . $row_class . '"><span class="gensmall"><a href="viewtopic.' . $phpEx . '?t=' . $tabelka[$i]['last']['id'] . '">' . $tabelka[$i]['last']['title'] . '</a></span></td><td width="8%" class="' . $row_class . '" align="center"><span class="gensmall">' . $tabelka[$i]['last']['user'] . '</span></td>';
$tabela .= '<td width="25%" class="' . $row_class . '"><span class="gensmall"><a href="viewtopic.' . $phpEx . '?t=' . $tabelka[$i]['reply']['id'] . '">' . $tabelka[$i]['reply']['title'] . '</a></span></td><td width="8%" class="' . $row_class . '" align="center"><span class="gensmall">' . $tabelka[$i]['reply']['replies'] . '</span></td>';
$tabela .= '<td width="25%" class="' . $row_class . '"><span class="gensmall"><a href="viewtopic.' . $phpEx . '?t=' . $tabelka[$i]['view']['id'] . '">' . $tabelka[$i]['view']['title'] . '</a></span></td><td width="8%" class="' . $row_class . '" align="center"><span class="gensmall">' . $tabelka[$i]['view']['views'] . '</span></td>';
zmień na
Kod:
$tabela1 .= '<tr><td width="25%" class="' . $row_class . '"><span class="gensmall"><a href="viewtopic.' . $phpEx . '?t=' . $tabelka[$i]['last']['id'] . '">' . $tabelka[$i]['last']['title'] . '</a></span></td><td width="8%" class="' . $row_class . '" align="center"><span class="gensmall">' . $tabelka[$i]['last']['user'] . '</span></td></tr>';
$tabela2 .= '<tr><td width="25%" class="' . $row_class . '"><span class="gensmall"><a href="viewtopic.' . $phpEx . '?t=' . $tabelka[$i]['reply']['id'] . '">' . $tabelka[$i]['reply']['title'] . '</a></span></td><td width="8%" class="' . $row_class . '" align="center"><span class="gensmall">' . $tabelka[$i]['reply']['replies'] . '</span></td></tr>';
$tabela3 .= '<tr><td width="25%" class="' . $row_class . '"><span class="gensmall"><a href="viewtopic.' . $phpEx . '?t=' . $tabelka[$i]['view']['id'] . '">' . $tabelka[$i]['view']['title'] . '</a></span></td><td width="8%" class="' . $row_class . '" align="center"><span class="gensmall">' . $tabelka[$i]['view']['views'] . '</span></td></tr>';
znajdź
Kod:
'TABELA' => $tabela,
zmień na
Kod:
'TABELA1' => $tabela1,
'TABELA2' => $tabela2,
'TABELA3' => $tabela3,
znajdź
Kod:
<th width="33%" class="thTop" nowrap="nowrap" colspan="2"> {L_NAJNOWSZE} </th></tr>
<tr><th width="33%" class="thTop" nowrap="nowrap" colspan="2"> {L_ODP} </th></tr>
</tr><th width="33%" class="thTop" nowrap="nowrap" colspan="2"> {L_WIDZ} </th>
zmień na
Kod:
<tr><th width="33%" class="thTop" nowrap="nowrap" colspan="2"> {L_NAJNOWSZE} </th></tr>
{TABELA1}
<tr><th width="33%" class="thTop" nowrap="nowrap" colspan="2"> {L_ODP} </th></tr>
{TABELA2}
</tr><th width="33%" class="thTop" nowrap="nowrap" colspan="2"> {L_WIDZ} </th></tr>
{TABELA3}
ogólnie to muszę poprawić tego moda :-p
AIFM [1%] - kiedyś powstanie