CINXE.COM

phpBB.de • Abstand zu einer Kategorie (SubSilver)

<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex" /> <title>phpBB.de &bull; Abstand zu einer Kategorie (SubSilver)</title> <link href="./styles/phpBBdev1/theme/print.css" rel="stylesheet"> </head> <body id="phpbb" class="ltr"> <div id="wrap" class="wrap"> <a id="top" class="top-anchor" accesskey="t"></a> <div id="page-header"> <h1>phpBB.de</h1> <p>phpBB.de - Die deutsche phpBB-Community<br /><a href="https://www.phpbb.de/community/">https://www.phpbb.de/community/</a></p> <h2>Abstand zu einer Kategorie (SubSilver)</h2> <p><a href="https://www.phpbb.de/community/viewtopic.php?t=156452">https://www.phpbb.de/community/viewtopic.php?t=156452</a></p> </div> <div id="page-body" class="page-body"> <div class="page-number">Seite <strong>1</strong> von <strong>1</strong></div> <div class="post"> <h3>Abstand zu einer Kategorie (SubSilver)</h3> <div class="date">Verfasst: <strong>08.10.2007 09:05</strong></div> <div class="author">von <strong>Miles</strong></div> <div class="content">Hallo,<br> <br> ich sitze schon 3 Stunden an der Index_body.tpl aber bekomme es nicht hin. Ich will das, wenn eine Kategorie zu ende ist eine leere Zeile mit br geschrieben wird und danach die neue kategorie mit einer Tabelle wie gehabt fortsetzt.<br> <br> Also nach jeder kategorie soll die Tabelle enden und nach einem br neu beginnen. Leider kenne ich mich mit diesem Catrow nicht aus. Kann mir das einer mal schnell vll. basteln?<br> <br> Hier die Index_Body.tpl : <br> <br> <a href="http://spindash.de/board/index_body.txt" class="postlink">http://spindash.de/board/index_body.txt</a></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>08.10.2007 13:56</strong></div> <div class="author">von <strong>CrYiNg</strong></div> <div class="content">Hallo!<br> <br> Ich versuchs mal:<br> <em class="text-italics">Suche und l枚sche</em> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>&lt;table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"&gt; &lt;tr&gt; &lt;th colspan="2" class="thCornerL" height="25" nowrap="nowrap"&gt;&amp;nbsp;{L_FORUM}&amp;nbsp;&lt;/th&gt; &lt;th width="50" class="thTop" nowrap="nowrap"&gt;&amp;nbsp;{L_TOPICS}&amp;nbsp;&lt;/th&gt; &lt;th width="50" class="thTop" nowrap="nowrap"&gt;&amp;nbsp;{L_POSTS}&amp;nbsp;&lt;/th&gt; &lt;th class="thCornerR" nowrap="nowrap"&gt;&amp;nbsp;{L_LASTPOST}&amp;nbsp;&lt;/th&gt; &lt;/tr&gt; &lt;!-- BEGIN catrow --&gt; &lt;tr&gt; &lt;td class="catLeft" colspan="2" height="28"&gt;&lt;span class="cattitle"&gt;&lt;a href="{catrow.U_VIEWCAT}" class="cattitle"&gt;{catrow.CAT_DESC}&lt;/a&gt;&lt;/span&gt;&lt;/td&gt; &lt;td class="rowpic" colspan="3" align="right"&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;!-- BEGIN forumrow --&gt; &lt;tr&gt; &lt;td class="row1" align="center" valign="middle" height="50"&gt;&lt;img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /&gt;&lt;/td&gt; &lt;td class="row1" width="100%" height="50"&gt;&lt;span class="forumlink"&gt; &lt;a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink"&gt;{catrow.forumrow.FORUM_NAME}&lt;/a&gt;&lt;br /&gt; &lt;/span&gt; &lt;span class="genmed"&gt;{catrow.forumrow.FORUM_DESC}&lt;br /&gt; &lt;/span&gt;&lt;span class="gensmall"&gt;{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}&lt;/span&gt;&lt;/td&gt; &lt;td class="row2" align="center" valign="middle" height="50"&gt;&lt;span class="gensmall"&gt;{catrow.forumrow.TOPICS}&lt;/span&gt;&lt;/td&gt; &lt;td class="row2" align="center" valign="middle" height="50"&gt;&lt;span class="gensmall"&gt;{catrow.forumrow.POSTS}&lt;/span&gt;&lt;/td&gt; &lt;td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"&gt; &lt;span class="gensmall"&gt;{catrow.forumrow.LAST_POST}&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;!-- END forumrow --&gt; &lt;!-- END catrow --&gt; &lt;/table&gt; </code></pre></div>.<br> <br> <em class="text-italics">Suche</em> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>&lt;a href="{U_SEARCH_UNANSWERED}" class="gensmall"&gt;&lt;font color="white"&gt;{L_SEARCH_UNANSWERED}&lt;/font&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt;</code></pre></div> <em class="text-italics">und f眉ge danach</em> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code> &lt;!-- BEGIN catrow --&gt; &lt;table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"&gt; &lt;tr&gt; &lt;th colspan="2" class="thCornerL" height="25" nowrap="nowrap"&gt;&amp;nbsp;{L_FORUM}&amp;nbsp;&lt;/th&gt; &lt;th width="50" class="thTop" nowrap="nowrap"&gt;&amp;nbsp;{L_TOPICS}&amp;nbsp;&lt;/th&gt; &lt;th width="50" class="thTop" nowrap="nowrap"&gt;&amp;nbsp;{L_POSTS}&amp;nbsp;&lt;/th&gt; &lt;th class="thCornerR" nowrap="nowrap"&gt;&amp;nbsp;{L_LASTPOST}&amp;nbsp;&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="catLeft" colspan="2" height="28"&gt;&lt;span class="cattitle"&gt;&lt;a href="{catrow.U_VIEWCAT}" class="cattitle"&gt;{catrow.CAT_DESC}&lt;/a&gt;&lt;/span&gt;&lt;/td&gt; &lt;td class="rowpic" colspan="3" align="right"&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;!-- BEGIN forumrow --&gt; &lt;tr&gt; &lt;td class="row1" align="center" valign="middle" height="50"&gt;&lt;img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /&gt;&lt;/td&gt; &lt;td class="row1" width="100%" height="50"&gt;&lt;span class="forumlink"&gt; &lt;a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink"&gt;{catrow.forumrow.FORUM_NAME}&lt;/a&gt;&lt;br /&gt; &lt;/span&gt; &lt;span class="genmed"&gt;{catrow.forumrow.FORUM_DESC}&lt;br /&gt; &lt;/span&gt;&lt;span class="gensmall"&gt;{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}&lt;/span&gt;&lt;/td&gt; &lt;td class="row2" align="center" valign="middle" height="50"&gt;&lt;span class="gensmall"&gt;{catrow.forumrow.TOPICS}&lt;/span&gt;&lt;/td&gt; &lt;td class="row2" align="center" valign="middle" height="50"&gt;&lt;span class="gensmall"&gt;{catrow.forumrow.POSTS}&lt;/span&gt;&lt;/td&gt; &lt;td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"&gt; &lt;span class="gensmall"&gt;{catrow.forumrow.LAST_POST}&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;!-- END forumrow --&gt; &lt;/table&gt; &lt;br /&gt; &lt;!-- END catrow --&gt; </code></pre></div> <br> <em class="text-italics">ein.</em><br> So sollte es klappen.<br> <br> CrYiNg <img class="smilies" src="./images/smilies/icon_cry.gif" width="15" height="17" alt=":cry:" title="Weinend oder sehr traurig"></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>08.10.2007 19:25</strong></div> <div class="author">von <strong>Miles</strong></div> <div class="content">OK, Vielen Dank!</div> </div> <hr /> <div class="post"> <h3>Re: Abstand zu einer Kategorie (SubSilver)</h3> <div class="date">Verfasst: <strong>26.11.2011 15:17</strong></div> <div class="author">von <strong>Shorty1968</strong></div> <div class="content">Hallo ich wollte das auch gerade machen,aber diese Codes gibt es in meiner index_body.html nicht?</div> </div> <hr /> <div class="post"> <h3>Re: Abstand zu einer Kategorie (SubSilver)</h3> <div class="date">Verfasst: <strong>26.11.2011 16:30</strong></div> <div class="author">von <strong>Kirk</strong></div> <div class="content">Hierbei handelt es sich auch um phpBB 2.0 <img class="smilies" src="./images/smilies/icon_e_wink.gif" width="15" height="17" alt=":wink:" title="Zwinkern"></div> </div> <hr /> </div> <div id="page-footer" class="page-footer"> <div class="page-number">Alle Zeiten sind <span title="Europa/Berlin">UTC+01:00</span><br />Seite <strong>1</strong> von <strong>1</strong></div> <div class="copyright"> <p>Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited </p> <p>Deutsche 脺bersetzung durch <a href="https://www.phpbb.de/">phpBB.de</a> </p> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10