recent topics - Problem in portal_body.tpl
Verfasst: 15.05.2005 17:57
Hab ein kleines kosmetisches Problem mit dem recent topics Mod und der portal_body.tpl:
Ich würd gerne diesen Code als Block einfügen, was auch klappt. Nur werden die Nachrichten komischerweise nicht im Block sondern ganz oben, unterhalb des headers angezeigt.
Was mach ich da falsch??
Code: Alles auswählen
<table width="100%" cellpadding="1" cellspacing="1" border="0" align="center" class="forumline">
<tr>
<th colspan="5">{L_RECENT_TITLE}</th>
</tr>
<!-- BEGIN recent -->
<tr>
<td class="{recentklanz.ROW_CLASS}" align="center" valign="middle"><img src="{recentklanz.TOPIC_FOLDER_IMG}" alt="{recentklanz.TOPIC_FOLDER_ALT}" title="{recentklanz.TOPIC_FOLDER_ALT}" /></td>
<td class="{recentklanz.ROW_CLASS}" nowrap="nowrap"><span class="topictitle">{recentklanz.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recentklanz.U_VIEW_TOPIC}" class="topictitle">{recentklanz.TOPIC_TITLE}</a></span>
<span class="gensmall">{recentklanz.GOTO_PAGE}<br />{recentklanz.FIRST_TIME}{recentklanz.FIRST_AUTHOR}<br /></span></td>
<td class="{recentklanz.ROW_CLASS}" width="8%" align="left"><span class="postdetails"> {recentklanz.L_REPLIES}: {recentklanz.REPLIES}
<br /> {recentklanz.L_VIEWS}: {recentklanz.VIEWS}</span></td>
<td class="{recentklanz.ROW_CLASS}" width="25%" nowrap="nowrap"> <span class="forumlink"><a href="{recentklanz.U_VIEW_FORUM}" class="forumlink">{recentklanz.FORUM_NAME}</span></td>
<td class="{recentklanz.ROW_CLASS}" width="25%" nowrap="nowrap"><span class="postbody">{recentklanz.POST_TEXT}</span><br />
<span class="gensmall"> {recentklanz.LAST_URL} {recentklanz.LAST_TIME} {recentklanz.LAST_AUTHOR}</span></td>
</tr>
<!-- END recent -->
</table>
Was mach ich da falsch??