Seite 1 von 1

Die letzten 5 Thread - funtkioniert nicht

Verfasst: 30.10.2004 17:55
von Andreas84
Hallo,

nun wollte ich den Hack einbauen, dass ich auf der Stratseite die letzten 5 Threads anzeigen kann.
Wenn ich jetzt folgenden Code in meine htm Seite einfüge erschein ein Fehler:

<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="{recent.ROW_CLASS}" align="center" valign="middle"><img src="{recent.TOPIC_FOLDER_IMG}" alt="{recent.TOPIC_FOLDER_ALT}" title="{recent.TOPIC_FOLDER_ALT}" /></td>
<td class="{recent.ROW_CLASS}" nowrap="nowrap"><span class="topictitle">{recent.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span>
<span class="gensmall">{recent.GOTO_PAGE}<br />{recent.FIRST_TIME}{recent.FIRST_AUTHOR}<br /></span></td>
<td class="{recent.ROW_CLASS}" width="8%" align="left"><span class="postdetails">&nbsp;{recent.L_REPLIES}: {recent.REPLIES}
<br />&nbsp;{recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap">&nbsp;<span class="forumlink"><a href="{recent.U_VIEW_FORUM}" class="forumlink">{recent.FORUM_NAME}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap"><span class="postbody">{recent.POST_TEXT}</span><br />
<span class="gensmall"> {recent.LAST_URL} {recent.LAST_TIME}&nbsp;&nbsp;{recent.LAST_AUTHOR}</span></td>
</tr>
<!-- END recent -->
</table>


Was muss ich denn ändern bzw. habe ich falsch gemacht?

Die Url ist: www.rucksack-center.de/index2.htm

Der Hack: http://www.phpbb.de/moddb/mod.php?id=recent_topics

Gruß,

Andreas

Verfasst: 30.10.2004 21:39
von rabbit
hi,

ähm, der code gehört doch auch eigentlich in die index_body.tpl, oder? :roll: