usunięcie klasy .tcat z pluginem Onecolumn

Założony przez  DeFuckTo.

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:
<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" ??
Próbowałeś usunąć:
<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>


Pozdrawiam!
działy się rozjechały,ostatni post, i wątki/posty są nieregularnie ułożone
> www.miastozbrodni.xaa.pl
Wywal ten plugin i wklej to (z mojego stylu, powinno działać)
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5"><div style="margin-left:10px;">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><a href="{$forum_url}">{$forum['name']}</a><br /><div class="smalltext">{$forum['description']}</div></div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />

I jeszcze forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="8%" style="vertical-align:middle;"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" width="10%" valign="top" align="center" style="white-space: nowrap;vertical-align:middle;"><div class="smalltext">{$lang->forumbit_threads} {$threads}{$unapproved['unapproved_threads']} <br />
{$lang->forumbit_posts} {$posts} {$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" width="25%" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
</div>



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

1 gości