Verwijderen van een tabel

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
u-zones
Berichten: 69
Lid geworden op: 30 mar 2005, 17:55
Locatie: Zone_ H
Contacteer:

Verwijderen van een tabel

Bericht door u-zones » 15 mei 2005, 13:38

je hebt bijvoorbeeld de stuk waar staat hoeveel keer een topic is gelezen. Hoe kan ik die verwijderen ? Zonder mod of zo. Want ik ben bezig met veranderen van een style..

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 15 mei 2005, 13:39

In viewforum_body.tpl :wink:

Code: Selecteer alles

<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
Afbeelding

Gebruikersavatar
u-zones
Berichten: 69
Lid geworden op: 30 mar 2005, 17:55
Locatie: Zone_ H
Contacteer:

Bericht door u-zones » 15 mei 2005, 13:45

dan verdwijnt de tabel niet.. maar wie laatst bericht heeft verstuur verplaatst naar hoeveel keer het gelezen is en de tabel waar de laatste poster staat is dan leeg !!

ik zal de codes even hier plakken

Code: Selecteer alles

 <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
	  <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
	  <th align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- BEGIN topicrow -->
	<tr> 
	  <td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
	  <td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
		{topicrow.GOTO_PAGE}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
	  <td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
	  <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
	</tr>
	<!-- END switch_no_topics -->
	<tr> 
	  <td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp; 
		<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
		</span></td>
	</tr>
  </table>

Gebruikersavatar
u-zones
Berichten: 69
Lid geworden op: 30 mar 2005, 17:55
Locatie: Zone_ H
Contacteer:

Bericht door u-zones » 15 mei 2005, 13:48

Code: Selecteer alles

<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
EN

Code: Selecteer alles

<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
heb ik verwijderd dan pas is het gelukt :) toch bedankt...

Gesloten