Hoe haal ik een kolom weg in Recent Topics?
Geplaatst: 29 dec 2005, 12:54
Support template:
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:
En ik denk dat ik hier iets moet weghalen?
- 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?
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"> {recent.L_REPLIES}: {recent.REPLIES}
<br /> {recent.L_VIEWS}: {recent.VIEWS}</span></td>
<td class="{recent.ROW_CLASS}" width="25%" nowrap="nowrap"> <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}
<br />{recent.LAST_AUTHOR}</span> </td>
</tr>
<!-- END recent -->
<!-- BEGIN switch_no_topics -->
En ik denk dat ik hier iets moet weghalen?
