Suche Mod oder gibs den nicht ?
Verfasst: 05.10.2003 14:36
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
und das alles ohne EMIInstallation Time: 120 Minutes
IMHO war der category hierarchy der erste mod der EMI kompatibel warElvis hat geschrieben:und das alles ohne EMI![]()
Code: Alles auswählen
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
Code: Alles auswählen
<!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
Code: Alles auswählen
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
Code: Alles auswählen
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<br />
<br> heisst der HTML-Tag, mit / ist es XML-konform...Leuchte hat geschrieben:...
eigentlich wurde nur <!-- BEGIN catrow --> verschoben und ein <br /> hinzugefügt. ist vielleicht nicht ganz html konform der break aber es hat zumindest die gleich wirkung..