en dit wil ik als resultaat hebben:
zo ziet mijn index_body_plus.tpl eruit:
Code: Selecteer alles
<!-- BEGIN switch_user_logged_out -->
<form action="{S_LOGIN_ACTION}" method="post">
<center><span class="gensmall">{L_USERNAME}: <input class="post" type="text" name="username" size="20" /> {L_PASSWORD}:<input class="post" type="password" name="password" size="20" maxlength="32" /> auto. login? <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br></span></center>
</form>
<!-- END switch_user_logged_out -->
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td valign="bottom" class="maintitle">Home</td>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="bottom" class="gensmall">
<a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}
</td>
<td align="right" valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}</strong></a><br />
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<br />
{BOARD_ANNOUNCES}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
{BOARD_INDEX}
<br />
</td>
<td width="10"><img src="images/spacer.gif" alt="" width="10" height="30" /></td>
<td width="175" valign="top">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{L_LIVE_STATS}</th>
</tr>
<tr>
<td align="left" class="row1"><img src="templates/fisubsilversh/images/plus_images/icon_profile.gif"> <strong><span class="gensmall">{L_MEMBERS}:</span></strong><br />
<img src="templates/fisubsilversh/images/plus_images/ur-moderator.gif"> <span class="gensmall">{L_LATEST}: {NEWEST_USER}<br /><img src="templates/fisubsilversh/images/plus_images/ur-author.gif"> {L_NEW_TODAY}: <strong>{TODAY_USERS}</strong><br />
<img src="templates/fisubsilversh/images/plus_images/ur-admin.gif"> {L_NEW_YESTERDAY}: <strong>{YESTERDAY_USERS}</strong><br /><img src="templates/fisubsilversh/images/plus_images/ur-guest.gif"> {L_MEMBERS_OVERALL}: <strong>{TOTAL_USERS}</span></strong><br /></td>
</tr>
<tr>
<td align="left" class="row1"><img src="templates/fisubsilversh/images/plus_images/group-1.gif"> <strong><span class="gensmall">{L_ONLINE_NOW}:</span></strong><br />
<img src="templates/fisubsilversh/images/plus_images/ur-anony.gif"> <span class="gensmall">{L_GUESTS}: <strong>{GUESTS_ONLINE}</strong><br /><img src="templates/fisubsilversh/images/plus_images/ur-member.gif"> {L_MEMBERS}: <strong>{REGGED_ONLINE}</strong></span></td>
</tr>
<tr>
<td align="left" class="row1"><img src="templates/fisubsilversh/images/plus_images/icon_hits.gif"> <strong><span class="gensmall"> {L_STATS}:</span></strong><br />
<span class="gensmall">{L_USER_RECORD}: <strong>{RECORD_USERS_P}</strong><br />{L_TOTAL_POSTS}: <strong>{TOTAL_POSTS}</strong><br />{GOOGLE_VISIT_COUNTER}</span></td>
</tr>
<tr>
<td align="left" class="row1"><img src="templates/fisubsilversh/images/plus_images/icon_regged.gif"> <strong><span class="gensmall"> {L_ONLINE_MEMBERS}:</span></strong><br />
<span class="gensmall">{ONLINE_USERLIST_P}</span></td>
</tr></table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{L_BIRTHDAYS}</th>
</tr>
<tr>
<td class="row1"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br /><br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
<!-- BEGIN switch_show_lastvisit -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{L_LAST_VISIT}</th>
</tr>
<tr>
<td class="row1"><span class="gensmall">{L_USERS_TODAY} {L_USERS_LASTHOUR}<br /><br />{USERS_TODAY_LIST}</span></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
<!-- END switch_show_lastvisit -->
</td>
</tr>
</table>