21.05.2006, 18:13
Also ich wollte links und rechts von der Forenansicht, also den Forum Post Bit Templates ein Bild einfügen, was quasi so ein abgerundeter Header sein soll, also mit nem Bildchen Rechts und Links neben den Standard thead_bg Bild.
Nun muss man dazu unter anderem ja allen aüßeren Tabellen in der Ansicht nen "colspan" Befehl erteilen, was auch soweit ganz gut klappt, aber in einem Template wird das nicht akzeptiert.
Template: forumbit_depth1_forum
Code:
<tr>
<td class="$bgcolor" valign="top" colspan="2">
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr>
<td colspan="2" width="15" align="left"><img src="$theme[imgdir]/$folder.gif" alt="" /></td>
<td width="5"> </td>
<td valign="top"><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong>
<br /><span class="smalltext">$forum[description]$modlist</span>
</td>
</tr></table>
</td>
<td class="$bgcolor" valign="top" align="center" nowrap="nowrap">$threads</td>
<td class="$bgcolor" valign="top" align="center" nowrap="nowrap">$posts</td>
<td class="$bgcolor" valign="top" align="right" nowrap="nowrap">$lastpost</td>
</tr>
$forums
Der fett markierte Befehl wird genüsslich ignoriert.
Woran liegt das?
Nun muss man dazu unter anderem ja allen aüßeren Tabellen in der Ansicht nen "colspan" Befehl erteilen, was auch soweit ganz gut klappt, aber in einem Template wird das nicht akzeptiert.
Template: forumbit_depth1_forum
Code:
<tr>
<td class="$bgcolor" valign="top" colspan="2">
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr>
<td colspan="2" width="15" align="left"><img src="$theme[imgdir]/$folder.gif" alt="" /></td>
<td width="5"> </td>
<td valign="top"><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong>
<br /><span class="smalltext">$forum[description]$modlist</span>
</td>
</tr></table>
</td>
<td class="$bgcolor" valign="top" align="center" nowrap="nowrap">$threads</td>
<td class="$bgcolor" valign="top" align="center" nowrap="nowrap">$posts</td>
<td class="$bgcolor" valign="top" align="right" nowrap="nowrap">$lastpost</td>
</tr>
$forums
Der fett markierte Befehl wird genüsslich ignoriert.
Woran liegt das?