recent topics - Problem in portal_body.tpl

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
Helmut71
Mitglied
Beiträge: 1152
Registriert: 07.07.2003 23:03
Wohnort: Hohenau/Österreich

recent topics - Problem in portal_body.tpl

Beitrag von Helmut71 »

Hab ein kleines kosmetisches Problem mit dem recent topics Mod und der portal_body.tpl:

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">&nbsp;{recentklanz.L_REPLIES}: {recentklanz.REPLIES}
                                                                                                   <br />&nbsp;{recentklanz.L_VIEWS}: {recentklanz.VIEWS}</span></td>
        <td class="{recentklanz.ROW_CLASS}" width="25%" nowrap="nowrap">&nbsp;<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}&nbsp;&nbsp;{recentklanz.LAST_AUTHOR}</span></td>
</tr>
  <!-- END recent -->
</table>
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??
Es tanzt ein Bi Ba Butzemann.
Antworten

Zurück zu „phpBB 2.0: Mod Support“