hoe krijg ik dit :
weg van mijn index page ?Mark all forums read | View posts since last visit
View your posts | View unanswered posts
Mijn forum
alvast bedankt :thumb:

Code: Selecteer alles
<!-- IF S_LOGGED_IN -->
<!-- ELSE -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
<!-- ENDIF -->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 -->