Pagina 1 van 1
Index ?
Geplaatst: 15 jun 2005, 10:54
door Vikash
hallo,
hoe krijg ik dit :
Mark all forums read | View posts since last visit
View your posts | View unanswered posts
weg van mijn index page ?
Mijn
forum
alvast bedankt :thumb:
Geplaatst: 15 jun 2005, 10:56
door Paul
index_body.tpl aanpassen

Geplaatst: 15 jun 2005, 13:37
door Bee
Om precies te zijn, verwijder dit:
Code: Selecteer alles
<!-- IF S_LOGGED_IN -->
<!-- ELSE -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
<!-- ENDIF -->
en
Code: Selecteer alles
<!-- IF S_LOGGED_IN -->
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="right" class="gensmall" nowrap="nowrap"><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></td>
<td class="moderators">|</td>
<td align="left" class="gensmall" nowrap="nowrap"><a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a></td>
</tr>
<tr>
<td align="right" class="gensmall" nowrap="nowrap"><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a></td>
<td class="moderators">|</td>
<td class="gensmall" align="left" nowrap="nowrap"><a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>
<!-- ENDIF -->