Hoe haal ik een kolom weg in Recent Topics?

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. 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
Mel
Berichten: 177
Lid geworden op: 16 nov 2005, 11:32

Hoe haal ik een kolom weg in Recent Topics?

Bericht door Mel » 29 dec 2005, 12:54

Support template:
  • Wat is het probleem?
    Wanneer ontstond het probleem?
    Adres van je forum: http://
    Geïnstalleerde mods:Veel
    Huidige template:Subred
    phpBB versie: 2.0.18
    Host:
    Heb je onlangs een mod of stijl geïnstalleerd?
    Heb je gezocht naar een antwoord?
Ja
Overige opmerkingen:


Ik heb de Mod Recent Topics geïnstalleerd en wil graag een kolom weghalen. De kolom: aantal keer bekeken/aantal antwoorden.
Ik weet alleen niet precies hoe ik dat moet doen.
In recent_body.tpl vond ik dit stukje:
<!-- BEGIN recent -->
<tr>
<td class="{recent.ROW_CLASS}" align="center" valign="middle"><img src="{recent.TOPIC_FOLDER_IMG}" alt="{recent.TOPIC_FOLDER_ALT}" title="{recent.TOPIC_FOLDER_ALT}" /></td>
<td class="{recent.ROW_CLASS}" nowrap="nowrap"><span class="topictitle">{recent.NEWEST_IMG}{recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span>
<span class="gensmall">{recent.GOTO_PAGE}<br />{recent.FIRST_TIME}{recent.FIRST_AUTHOR}</span></td>
<td class="{recent.ROW_CLASS}" width="10%" align="left"><span class="postdetails">&nbsp;{recent.L_REPLIES}: {recent.REPLIES}
<br />&nbsp;{recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap">&nbsp;<span class="genmed"><a href="{recent.U_VIEW_FORUM}" class="genmed">{recent.FORUM_NAME}</span></td>
<td class="{recent.ROW_CLASS}" align="right" width="20%" nowrap="nowrap"><span class="gensmall"> {recent.LAST_URL} {recent.LAST_TIME}&nbsp;&nbsp;
<br />{recent.LAST_AUTHOR}</span>&nbsp;&nbsp;</td>
</tr>
<!-- END recent -->
<!-- BEGIN switch_no_topics -->

En ik denk dat ik hier iets moet weghalen? :?

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 29 dec 2005, 13:02

Code: Selecteer alles

<td class="{recent.ROW_CLASS}" width="10%" align="left"><span class="postdetails">&nbsp;{recent.L_REPLIES}: {recent.REPLIES}
<br />&nbsp;{recent.L_VIEWS}: {recent.VIEWS}</span></td> 
;)

Gebruikersavatar
Mel
Berichten: 177
Lid geworden op: 16 nov 2005, 11:32

Bericht door Mel » 29 dec 2005, 13:06

Tnx!! :thumb:

Gesloten