[Wbblite] Unterforen weg?

broken.smile
HeyHo smile
Ich hab ein Forum & da gibts einen kleinen Fehler. Wenn ich z. B. auf das Forum Characterlicious klicke, dann sind dort keine Links mehr zu den Unterforen, sondern nur die Beschreibungen der Unterforen. Kann mir da wer helfen?

LG; Sassi
broken.smile
Echt? großes Grinsen

Ich weiß schon, kann ja nur ich gewesen sein, aber ich weiß nicht in welcher tpl und wie ich das wieder beheben kann... ._.
broken.smile
Zuletzt hab ich glaube ich den.. Superaccounthack gemacht. Und naja zwischendurch einfach an der header.tpl gebastelt.
broken.smile
Naja also in der Nr 2 find ich nix...

index_boardbit2.tpl
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<tr>
 <td id="tablea" bgcolor="{tablecolora}" width="80%" colspan=2><table cellpadding=0 cellspacing=0>
  <tr>
   <td><img src="{imagefolder}/$onoff.gif" border=0>&nbsp;&nbsp;</td>
   <td><normalfont><a href="board.php?boardid=$boards[boardid]&sid=$session[hash]"><b>$boards[title]</b></a></font><smallfont>$boards[description]$subboards</font></td>
  </tr>
 </table></td>
 <td id="tableb" bgcolor="{tablecolorb}" align="center" nowrap><normalfont>$boards[postcount]</font></td>
 <td id="tablea" bgcolor="{tablecolora}" align="center" nowrap><normalfont>$boards[threadcount]</font></td>
 <td id="tableb" bgcolor="{tablecolorb}" nowrap>$lastpost</td>
 <td id="tablea" bgcolor="{tablecolora}" width="20%" align="center"><smallfont>$moderators</font></td>
</tr>


index_boardbite2.tpl:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<tr>
 <td id="tableb" bgcolor="{tablecolorb}" align="center"><img src="{imagefolder}/$onoff.gif" border=0></td>
 <td id="tablea" bgcolor="{tablecolora}" width="80%"><normalfont><a href="board.php?boardid=$boards[boardid]&sid=$session[hash]"><b>$boards[title]</b></a></font><smallfont>$boards[description]$subboards $boarduseronline</font></td>
 <td id="tableb" bgcolor="{tablecolorb}" align="center" nowrap><normalfont>$boards[postcount]</font></td>
 <td id="tablea" bgcolor="{tablecolora}" align="center" nowrap><normalfont>$boards[threadcount]</font></td>
 <td id="tableb" bgcolor="{tablecolorb}" nowrap>$lastpost</td>
 <td id="tablea" bgcolor="{tablecolora}" width="20%" align="center"><smallfont>$moderators</font></td>
</tr>


index_boardbit3.tpl:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<tr>
 <td id="tableb" bgcolor="{tablecolorb}" align="center"><normalfont>&nbsp;</font></td>
 <td id="tablea" bgcolor="{tablecolora}" width="80%"><table cellpadding=0 cellspacing=0>
  <tr>
   <td><img src="{imagefolder}/$onoff.gif" border=0>&nbsp;&nbsp;</td>
   <td><normalfont><a href="board.php?boardid=$boards[boardid]&sid=$session[hash]">$boards[title]</a></font><smallfont>$boards[description]$subboards $boarduseronline</font></td>
  </tr>
 </table></td>
 <td id="tableb" bgcolor="{tablecolorb}" align="center" nowrap><normalfont>$boards[postcount]</font></td>
 <td id="tablea" bgcolor="{tablecolora}" align="center" nowrap><normalfont>$boards[threadcount]</font></td>
 <td id="tableb" bgcolor="{tablecolorb}" nowrap>$lastpost</td>
 <td id="tablea" bgcolor="{tablecolora}" width="20%" align="center"><smallfont>$moderators</font></td>
</tr>