Recent Topic Brauche Hilfe
Verfasst: 12.09.2005 16:35
Könnt ihr mir bitte helfen?
Also ich bin noch grün hinter den Ohren und Brauche eure Hilfe. Also hab
die Recent.php ins hauptverzeichnis gehauen, heißt bei mir forum, nicht phpbb. und habe dann dies gemacht:
#
#-----[ DATEIEN HOCHLADEN ]----------------------------------------------------
#
recent.php .....................Hauptverzeichnis von phpBB (z.B. /phpBB)
#
#-----[ AKTION: ÖFFNEN ]------------------------------------------
#
# language/lang_german/lang_main.php
#
#-----[ FINDE ]--------------------------------------------------
#
//
// That's all Folks!
// -------------------------------------------------
#
#-----[ DARÜBER EINFÜGEN ]--------------------------------------------------
#
//
// Recent Topics
//
$lang['Recent_topics'] = 'Letzte Themen';
$lang['Recent_first'] = 'gestartet am %s';
$lang['Recent_first_poster'] = ' von %s';
#
#-----[ ÖFFNEN ]------------------------------------------
#
# z.B. index.php
#
#-----[ FINDE ]--------------------------------------------------
#
$template->pparse('body');
#
#-----[ DARÜBER EINFÜGEN ]--------------------------------------------------
#
include($phpbb_root_path .'recent.'.$phpEx);
#
#-----[ ÖFFNEN ]------------------------------------------
#
# z.B. templates/xxx/index_body.tpl
#
#-----[ EINFÜGEN (dort wo die letzten Themen angezeigt werden sollen) ]------------------------
#
<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"> {recent.L_REPLIES}: {recent.REPLIES}
<br /> {recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap"> <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} {recent.LAST_AUTHOR}</span></td>
</tr>
<!-- END recent -->
</table>
Was nun? hab ich alles richtig gemacht oder was falsch? achja, www.tunerparts24.de/forum/recent.php hab ich diesen Fehler.
Bitte helft mir.
DANKE!!
Also ich bin noch grün hinter den Ohren und Brauche eure Hilfe. Also hab
die Recent.php ins hauptverzeichnis gehauen, heißt bei mir forum, nicht phpbb. und habe dann dies gemacht:
#
#-----[ DATEIEN HOCHLADEN ]----------------------------------------------------
#
recent.php .....................Hauptverzeichnis von phpBB (z.B. /phpBB)
#
#-----[ AKTION: ÖFFNEN ]------------------------------------------
#
# language/lang_german/lang_main.php
#
#-----[ FINDE ]--------------------------------------------------
#
//
// That's all Folks!
// -------------------------------------------------
#
#-----[ DARÜBER EINFÜGEN ]--------------------------------------------------
#
//
// Recent Topics
//
$lang['Recent_topics'] = 'Letzte Themen';
$lang['Recent_first'] = 'gestartet am %s';
$lang['Recent_first_poster'] = ' von %s';
#
#-----[ ÖFFNEN ]------------------------------------------
#
# z.B. index.php
#
#-----[ FINDE ]--------------------------------------------------
#
$template->pparse('body');
#
#-----[ DARÜBER EINFÜGEN ]--------------------------------------------------
#
include($phpbb_root_path .'recent.'.$phpEx);
#
#-----[ ÖFFNEN ]------------------------------------------
#
# z.B. templates/xxx/index_body.tpl
#
#-----[ EINFÜGEN (dort wo die letzten Themen angezeigt werden sollen) ]------------------------
#
<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"> {recent.L_REPLIES}: {recent.REPLIES}
<br /> {recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap"> <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} {recent.LAST_AUTHOR}</span></td>
</tr>
<!-- END recent -->
</table>
Was nun? hab ich alles richtig gemacht oder was falsch? achja, www.tunerparts24.de/forum/recent.php hab ich diesen Fehler.
Bitte helft mir.
DANKE!!