ich möchte dieses Rauslöschen (wo Forum,themen,beiträge,letzter beitrag steht)
habe schon gefunden das ich dazu dieses löschen muss
-------------löschen aus index_body.tpl
Code: Alles auswählen
<tr>
<th colspan="2" class="thCornerL" height="26" 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
<!-- BEGIN forumrow -->
<tr>
<td class="row4" align="center" valign="middle" width="30" height="30"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="20" height="18" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%" onmouseover="this.style.backgroundColor='#D6DEE4';" onmouseout="this.style.backgroundColor='#DCE3E9';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row3" align="center" valign="middle" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
http://www.tronicnetwork.de/normal.jpg
Wenn gelöscht siehts so aus :/ (width 50 rienstellen bringt nix, no effect)
Die anzeige der spalte mit den topics und themen soll wie vorher aussehen :/
http://www.tronicnetwork.de/geaendert.jpg
hat jemand ne hinweis wie ich das wieder bewerkstelligen kann?
thx
Bond