wersja skryptu MyBB: 1.6.8
adres forum: www.miastozbrodni.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałęm usunąć tą belkę .tcat pod kategoriami, zgodnie z https://webboard.pl/wiki.php?klasa-tcat-...sunac.html
Ale posiadam plugin onecolumn (widok wątków i postów e jednem kolumnie) i nie wiem jak wykonać pierwszy krok gdyż mój szablon wygląda tak:
Wie ktoś jak usunąć tą belkę bez "niszczenia" ??
adres forum: www.miastozbrodni.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałęm usunąć tą belkę .tcat pod kategoriami, zgodnie z https://webboard.pl/wiki.php?klasa-tcat-...sunac.html
Ale posiadam plugin onecolumn (widok wątków i postów e jednem kolumnie) i nie wiem jak wykonać pierwszy krok gdyż mój szablon wygląda tak:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<!-- depth1_threads_column -->
<!-- depth1_posts_column -->
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
Wie ktoś jak usunąć tą belkę bez "niszczenia" ??