habe beim rumspielen in meiner viewtopic_body.tpl ungewollt einen kleinen Fehler eingebaut.
Bei mir wird statt das die richtige Hintergrundfarbe angezeigt wird,alles weiß angezeigt.
Wer nicht weiß, was ich meine,für Die füge ich ein Bild mit an.
zum Bild
Ich füge auch den Abschnitt an,wo ich meine,wo der Fehler liegt :
- <!-- BEGIN postrow -->
bis
<!-- END postrow -->
Code: Alles auswählen
<!-- BEGIN postrow -->
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th colspan="2"class="thCornerL" height="28" nowrap="nowrap">{postrow.POST_SUBJECT}</th>
</tr>
<tr>
<td class="{postrow.ROW_CLASS}" align="left" valign="top">
<table width="100%" cellpadding="2" cellspacing="1" border="0" >
<tr>
<td align="left"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_MESSAGE} {L_POSTED}: {postrow.POST_DATE}</span></td>
<td align="right">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} <a href="#top"><img src='templates/fisubice/images/icon_top.gif' border="0" title="{L_BACK_TO_TOP}" alt="{L_BACK_TO_TOP}"></a> <a href="#down"><img src='templates/fisubice/images/icon_down.gif' border="0" title="{L_BACK_TO_DOWN}" alt="{L_BACK_TO_DOWN}"></td>
</tr>
</table>
<table width="100%" cellpadding="2" cellspacing="1" border="0" >
<tr>
<td><span class="postbody">{postrow.MESSAGE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
<tr>
<td align="left"><span class="postbody"></span>{postrow.ATTACHMENTS}<span class="postbody"> {postrow.SIGNATURE}</span></td>
</tr>
</table>
</td>
<td width="150"class="{postrow.ROW_CLASS}" align="center" valign="top"><span class="name"><a name="{postrow.U_POST_ID}"></a>
<fieldset style="border-color: #778899">
<legend><span class="name"><b>{postrow.POSTER_NAME}</b></span></legend>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="gensmall">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}<br />{postrow.POSTER_AVATAR}</td>
</tr>
</table>
</fieldset></span></td>
</tr>
<tr>
<td class="{postrow.ROW_CLASS}" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.BUDDY_IMG} {postrow.PM_IMG} {postrow.KARMA_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
<td class="{postrow.ROW_CLASS}" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{postrow.POSTER_POSTS}</span></td>
</tr>
</table>
<br />
<!-- END postrow -->