MyBB.de Forum

Normale Version: Forum Tabellen Header
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Also ich hab da ein kleines grafisches Problem mit der Forum Tabelle, siehe Anhang.
In welchem Template kann ich das verändern?
Forum Bit Templates -- forumbit_depth1_cat
Des Problem ist in einem Subforum, also ist es dann depth1_cat_subforum oder depth2_cat?
Ich finde diese Zeile einfach nicht ich weiß nicht ob ich nach colspan oder i-was anderem suchen muss.
OK wenn es ein Subforum ist dann findest du es in forumdisplay_subforums.
Es scheint als würde dieser Teil fehlen.
Code:
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
Danke hat geklappt, verstehe aber nicht warum der Teil verschwunden ist.