ich habe CH1.4 installiert als information. Ich möchte gerne da derzeit alle Hauptforen untereinander sind es trennen das zwischen den Foren es getrennt aussieht der Übersichtlichkeit.
meine Seite ist http://www.landofgame.de/landofgame/index.php
Ihr seht ja das neue Forum Test ist direkt an dem anderen

da soll dann zwischenraum sein und der Titel des Forums soll anders Farbig sein so wie hier z.b:
http://www.phpbb.de/styles/demo.php?s=82<--Beispiel
Ich hoffe Ihr könnt mir helfen da ich schon ewig probiert habe

Ich denk mal ihr braucht die index_body.tpl
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br />
{S_TIMEZONE}
</span></td>
<td align="right" valign="bottom" class="gensmall">
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<br class="nav" />
{NAVIGATION_BOX}
{BOARD_TOPICS}
<!-- BEGIN board_topics_spacing --><br class="nav" /><!-- END board_topics_spacing -->
<form method="post" action="{S_ACTION}">
<!-- BEGIN indexrow -->
<!-- BEGIN header -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tableborder">
<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<tr>
<td colspan="2" class="forumcolumns" nowrap="nowrap" width="73%"> {L_FORUM} </td>
<td width="6%" class="forumcolumns" nowrap="nowrap"> {L_TOPICS} </td>
<td width="6%" class="forumcolumns" nowrap="nowrap"> {L_POSTS} </td>
<td width="15%" class="forumcolumns" nowrap="nowrap"> {L_LASTPOST} </td>
</tr>
<!-- END header -->
<!-- BEGIN cat -->
<!-- BEGIN header -->
<!-- END header -->
<!-- BEGIN row -->
<tr>
<td class="categorybar" colspan="2"><span class="cattitle">
<table border="0"><tr>
<td><img src="templates/Solaris/images/category_icon.gif" alt="{indexrow.cat.CAT_DESC}" /></td>
<td><a href="{indexrow.cat.U_VIEWCAT}" class="cattitle">{indexrow.cat.CAT_DESC}</a></td>
</tr></table>
</span></td>
<td class="categorybar" colspan="3" align="right"> </td>
</tr>
<!-- END row -->
<!-- BEGIN footer -->
<!-- END footer -->
<!-- END cat -->
<!-- BEGIN forum -->
<!-- BEGIN header -->
<!-- END header -->
<!-- BEGIN row -->
<tr>
<td class="row1" align="center" valign="middle" width="50" height="50">
<img src="{indexrow.forum.I_FORUM_FOLDER}" border="0" alt="{indexrow.forum.L_FORUM_FOLDER}" title="{indexrow.forum.L_FORUM_FOLDER}" />
</td>
<td class="row1" height="50" width="100%">
<!-- BEGIN forum_icon -->
<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr>
<td><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.forum.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%">
<!-- END forum_icon -->
<span class="forumlink"><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink">{indexrow.forum.FORUM_NAME}</a><br /></span>
<span class="genmed">{indexrow.forum.FORUM_DESC}<br /></span>
<!-- BEGIN moderators -->
<span class="gensmall">
<b>{L_MODERATORS}: </b><!-- BEGIN mod --><a href="{indexrow.forum.row.moderators.mod.U_MOD}" title="{indexrow.forum.row.moderators.mod.L_MOD_TITLE}" class="gensmall">{indexrow.forum.row.moderators.mod.L_MOD}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END mod -->
<br /></span>
<!-- END moderators -->
<!-- BEGIN subforums -->
<span class="gensmall">
<br><b>{L_SUBFORUMS}:</b><br><!-- BEGIN sub --><img src="{indexrow.forum.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" title="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" hspace="2" /><a href="{indexrow.forum.row.subforums.sub.U_SUB}" title="{indexrow.forum.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.forum.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->,<!-- END sep --><!-- END sub -->
<br /></span>
<!-- END subforums -->
<!-- BEGIN forum_icon -->
</td></tr></table>
<!-- END forum_icon -->
</td>
<!-- BEGIN auth_read -->
<td class="row1" align="center" valign="middle" height="50"><span class="gensmall">{indexrow.forum.TOPICS}</span></td>
<td class="row1" align="center" valign="middle" height="50"><span class="gensmall">{indexrow.forum.POSTS}</span></td>
<td class="row1" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall">
<!-- BEGIN last_post -->
<a href="{indexrow.forum.U_LAST_TOPIC}" class="gensmall" title="{indexrow.forum.LAST_TOPIC_TITLE_ALT}">{indexrow.forum.LAST_TOPIC_TITLE}</a><br />
{indexrow.forum.LAST_POST_TIME}<br />
<!-- BEGIN userlink --><a href="{indexrow.forum.U_LAST_POSTER}" class="gensmall" title="{L_LAST_POSTER}"><!-- END userlink -->{indexrow.forum.LAST_POSTER}<!-- BEGIN userlink --></a><!-- END userlink -->
<a href="{indexrow.forum.U_LAST_POST}" class="gensmall" title="{L_LAST_POST}"><img src="{I_LAST_POST}" border="0" alt="{L_LAST_POST}" /></a><br />
<!-- BEGINELSE last_post -->
{L_NO_POSTS}
<!-- END last_post -->
</span></td>
<!-- BEGINELSE auth_read -->
<td class="row1" colspan="3" align="center"><span class="gensmall">
{L_AUTH_REQ}
</span></td>
<!-- END auth_read -->
</tr>
<!-- END row -->
<!-- BEGIN footer -->
<!-- END footer -->
<!-- END forum -->
<!-- BEGIN link -->
<!-- BEGIN header -->
<!-- END header -->
<!-- BEGIN row -->
<tr>
<td class="row1" align="center" valign="middle" height="50" width="50">
<img src="{indexrow.link.I_FORUM_FOLDER}" border="0" alt="{indexrow.link.L_FORUM_FOLDER}" title="{indexrow.link.L_FORUM_FOLDER}" />
</td>
<td class="row1" height="50" width="100%">
<!-- BEGIN forum_icon -->
<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr>
<td><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.link.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%">
<!-- END forum_icon -->
<span class="forumlink"><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink">{indexrow.link.FORUM_NAME}</a><br /></span>
<span class="genmed">{indexrow.link.FORUM_DESC}<br /></span>
<!-- BEGIN subforums -->
<span class="gensmall">
<b>{L_SUBFORUMS}:</b> <!-- BEGIN sub --><img src="{indexrow.link.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.link.row.subforums.sub.L_SUB_ALT}" title="{indexrow.link.row.subforums.sub.L_SUB_ALT}" hspace="2" /><a href="{indexrow.link.row.subforums.sub.U_SUB}" title="{indexrow.link.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.link.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub -->
<br /></span>
<!-- END subforums -->
<!-- BEGIN forum_icon -->
</td></tr></table>
<!-- END forum_icon -->
</td>
<td class="row1" align="center" valign="middle" height="50" colspan="3" width="340"><span class="gensmall">
{indexrow.link.HITS}
</span></td>
</tr>
<!-- END row -->
<!-- BEGIN footer -->
<!-- END footer -->
<!-- END link -->
<!-- BEGIN footer -->
</table>
</td>
</tr>
</table>
<!-- END footer -->
<!-- BEGIN spacing --><br class="nav" /><!-- END spacing -->
<!-- END indexrow -->
<!-- BEGIN forums_spacing --><br class="nav" /><!-- END forums_spacing -->
{FORUM_TOPICS}
{NAVIGATION_ONLY_BOX}
</form>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td nowrap="nowrap" align="right">{JUMPBOX}</td>
</tr>
</table>
<br />
{STATS_BOX}
<!-- BEGIN switch_user_logged_out -->
<br class="nav" />
<form method="post" action="{S_LOGIN_ACTION}"><table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<tr>
<td class="tableborder">
<table><tr>
<td><img src="templates/Solaris/images/category_icon.gif" alt="" /></td>
<td><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
</tr></table>
</td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">
<strong>{L_USERNAME}:</strong> <input class="post" type="text" name="username" size="10" />
<strong>{L_PASSWORD}:</strong> <input class="post" type="password" name="password" size="10" maxlength="32" />
<!-- BEGIN switch_allow_autologin -->
{L_AUTO_LOGIN} <input class="text" type="checkbox" name="autologin" style="background-color : #060606;" />
<!-- END switch_allow_autologin -->
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table></form>
<!-- END switch_user_logged_out -->
<!-- BEGIN forum_legend -->
<br class="nav" />
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
<td> </td>
<td width="20" align="center"><img src="{FORUM_LINK_IMG}" alt="{L_FORUM_LINK}" /></td>
<td><span class="gensmall">{L_FORUM_LINK}</span></td>
</tr>
</table>
<!-- END forum_legend -->
<!-- BEGIN forum_legend_ELSE -->
<br class="nav" />
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
<tr>
<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
</tr>
<tr>
<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_TOPIC_HOT}" width="19" height="18" /></td>
<td class="gensmall">{L_TOPIC_HOT}</td>
<td> </td>
<td width="20" align="center"><img src="{FOLDER_LOCKED_IMG}" alt="{L_TOPIC_LOCKED}" width="19" height="18" /></td>
<td class="gensmall">{L_TOPIC_LOCKED}</td>
</tr>
<tr>
<td width="20" align="center"><img src="{FOLDER_OWN_IMG}" alt="{L_TOPIC_OWN}" width="19" height="18" /></td>
<td class="gensmall" colspan="4">{L_TOPIC_OWN}</td>
</tr>
</table></td>
<td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>
<!-- END forum_legend_ELSE -->
<br clear="all" />