Seite 1 von 1

Übersichtsleiste entfernen

Verfasst: 11.07.2005 17:45
von stepfisch
Hallo!

Ich will diese "Übersichtsleiste" entfernen.
Da ich nicht wusste, wie ich echt das besser erklären kann, habe ich euch hier ein Bild gemacht.

[ externes Bild ]

Das rot eingerahmte will ich weg haben.

Ich freue mich über eure Hilfe![/img]

Verfasst: 11.07.2005 18:14
von mristau2k5
also die betreffende Datei ist die index_body.tpl
dort wird die Tabelle aufgebaut.

Da ich nicht genau weiss, wie die bei dir aussieht, poste ich hier mal aus meiner den betreffenden Code, kann sein, dass es leicht anders aussieht.

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">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50"><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}" /></td>
	<td class="row1" width="100%" height="50"><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" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>
also das ist der ganze Code, der die Foren aufbaut.

Code: Alles auswählen

  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
und das ist bei mir der Teil, der die oberste Zeile aufbaut. Also müsste dieser Code gelöscht werden, so dass es so aussieht.

Code: Alles auswählen

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  <!-- BEGIN catrow -->
...
den Rest hab ich jetzt mal weggelassen, also alles zwischen <table...> und <!-- BEGIN catrow --> muss gelöscht werden.

Verfasst: 12.07.2005 00:20
von stepfisch
mristau2k5 hat geschrieben:...

Code: Alles auswählen

  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
und das ist bei mir der Teil, der die oberste Zeile aufbaut. Also müsste dieser Code gelöscht werden, so dass es so aussieht.

Code: Alles auswählen

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  <!-- BEGIN catrow -->
...
den Rest hab ich jetzt mal weggelassen, also alles zwischen <table...> und <!-- BEGIN catrow --> muss gelöscht werden.
Also laut deinem Text müsste dann "&nbsp;{L_LASTPOST}&nbsp;</th>" raus?

Edit: Hat perfekt geklappt. Dankeschön.
@Modis & Co. : Thema kann geschlossen werden.