Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
-
mazmwa
- Berichten: 22
- Lid geworden op: 24 jan 2008, 17:19
Bericht
door mazmwa » 25 jan 2008, 16:10
- Adres van je forum: http://www.kengtekenaars.nl (tijdelijk test adres)
Event. modificaties op je forum:
Wanneer ontstond het probleem?Sins nieuwe template
phpBB versie: 3.0.0
Heb je onlangs iets veranderd aan je forum?Vast wel
Wat is het probleem?
Zoals je kan zien op mijn forum dan zie je dat er 2x Forumoverzicht Alle tijden zijn GMT staat.
1x boven de categorien en de andere staat onderaan de categorien.
Die bovenste wil ik er wel inhouden,
maar die die daar onderaanstaat wil ik er graag uit hebben.
Weet iemand hoe ik die eruit krijg?
Gr Maz
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 25 jan 2008, 16:13
./styles/jouwstijl/template/forumlist_body.html
Daar staat het denk ik wel in, anders in
./styles/jouwstijl/template/index_body.html
Als je even de codes van die pagina's geeft zal ik het wel even eruit vissen

Voormalig Support Teamlid
-
mazmwa
- Berichten: 22
- Lid geworden op: 24 jan 2008, 17:19
Bericht
door mazmwa » 25 jan 2008, 16:17
Dit is de forum_bodylist;
Code: Selecteer alles
<div id="forumbar">
<table width="100%" cellspacing="1" border="0">
<tr>
<td align="left"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><span class="gensmall"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></span><!-- ENDIF --></td>
</tr>
</table>
</div>
<!-- BEGIN forumrow -->
<!-- IF not forumrow.S_IS_CAT and forumrow.S_FIRST_ROW -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT -->
<!-- IF not forumrow.S_FIRST_ROW -->
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" cellspacing="1" width="100%">
<!-- ELSE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" cellspacing="1" width="100%">
<!-- ENDIF -->
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<tr>
<td colspan="5" align="left" class="row3"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
</td>
<!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row2" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<!-- IF forumrow.S_NO_CAT -->
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS -->
<span class="gensmall"><strong>{forumrow.L_SUBFORUM_STR}</strong></span> <span class="genmed">{forumrow.SUBFORUMS}</span>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
</td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
</p>
<!-- ELSE -->
<p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
<!-- END forumrow -->
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
Dit is de index_body;
Code: Selecteer alles
<!-- INCLUDE overall_header.html -->
<!-- IF not S_USER_LOGGED_IN -->
<br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th align="left" class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></th>
</tr>
<tr>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text"
name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password"
size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio"
name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
{S_FORM_TOKEN}
</form>
<br />
<!-- ENDIF -->
<!-- IF U_MCP -->
<div id="pageheader">
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
</div>
<br clear="all" />
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a
href="{U_TEAM}">{L_THE_TEAM}</a></span><br />
<br clear="all" />
<!-- INCLUDE breadcrumbs.html -->
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table width="100%" cellspacing="1" class="tablebg">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} |
{NEWEST_USER}</p></td>
</tr>
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/bday.gif" alt="{L_BIRTHDAYS}" /></td>
<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}:
<b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="catb" colspan="2"><!-- IF U_VIEWONLINE --><h4><a class="genmedw"
href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
</tr>
<tr>
<!-- IF LEGEND -->
<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br
/><br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
<!-- IF LEGEND -->
<tr>
<td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
</tr>
<!-- ENDIF -->
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<!-- ENDIF -->
<br clear="all" />
<table class="legend">
<tr>
<td width="20" align="center"><img src="{T_THEME_PATH}/images/forum_unread.gif" width="27" height="28" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{T_THEME_PATH}/images/forum_read.gif" width="27" height="28" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{T_THEME_PATH}/images/forum_read_locked.gif" width="27" height="28" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
Astu!
-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 25 jan 2008, 16:22
Oke, verwijder in
index_body.html
het stukje:
Dus de code wordt dan:
- Spoiler: bekijk
Code: Selecteer alles
<!-- INCLUDE overall_header.html -->
<!-- IF not S_USER_LOGGED_IN -->
<br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th align="left" class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></th>
</tr>
<tr>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text"
name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password"
size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio"
name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
{S_FORM_TOKEN}
</form>
<br />
<!-- ENDIF -->
<!-- IF U_MCP -->
<div id="pageheader">
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
</div>
<br clear="all" />
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a
href="{U_TEAM}">{L_THE_TEAM}</a></span><br />
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table width="100%" cellspacing="1" class="tablebg">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} |
{NEWEST_USER}</p></td>
</tr>
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/bday.gif" alt="{L_BIRTHDAYS}" /></td>
<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}:
<b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td>
<td height="7" background="{T_THEME_PATH}/images/tm.gif"></td>
<td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td>
</tr>
<tr>
<td width="7" background="{T_THEME_PATH}/images/ml.gif"></td>
<td>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="catb" colspan="2"><!-- IF U_VIEWONLINE --><h4><a class="genmedw"
href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
</tr>
<tr>
<!-- IF LEGEND -->
<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br
/><br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
<!-- IF LEGEND -->
<tr>
<td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
</tr>
<!-- ENDIF -->
</table>
</td>
<td width="7" background="{T_THEME_PATH}/images/mr.gif"></td>
</tr>
<tr>
<td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td>
<td height="6" background="{T_THEME_PATH}/images/bm.gif"></td>
<td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td>
</tr>
</table>
<!-- ENDIF -->
<br clear="all" />
<table class="legend">
<tr>
<td width="20" align="center"><img src="{T_THEME_PATH}/images/forum_unread.gif" width="27" height="28" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{T_THEME_PATH}/images/forum_read.gif" width="27" height="28" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="{T_THEME_PATH}/images/forum_read_locked.gif" width="27" height="28" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
Vergeet niet de cache/buffer te legen!

Voormalig Support Teamlid
-
Gamemaniak
- Berichten: 1747
- Lid geworden op: 14 nov 2005, 19:03
- Locatie: Westdorpe
-
Contacteer:
Bericht
door Gamemaniak » 25 jan 2008, 16:24
Ik zou niet doen als ik jou was, want dan ben je ook de hele onderste balk kwijt om te navigeren zoek in breadcrumbs.html naar
<p class="datetime">{S_TIMEZONE}</p>
en verwijder het

-
Johan
- Berichten: 2376
- Lid geworden op: 05 mei 2007, 15:24
- Locatie: memberlist.php
Bericht
door Johan » 25 jan 2008, 16:31
oh, ging het dan niet om de hele balk?

Voormalig Support Teamlid
-
Gamemaniak
- Berichten: 1747
- Lid geworden op: 14 nov 2005, 19:03
- Locatie: Westdorpe
-
Contacteer:
Bericht
door Gamemaniak » 25 jan 2008, 16:38
Volgens mij ging het alleen om GMT, maargoed allebei de oplossingen staan hier

-
mazmwa
- Berichten: 22
- Lid geworden op: 24 jan 2008, 17:19
Bericht
door mazmwa » 25 jan 2008, 16:54
Dus als ik
verwijder
dan ben ik alleen dat GTM en met dat andere ben ik die hele balk kwijt.
Ik wou die hele balk kwijt maar nu achteraf zie ik dat dat niet zo slim is!
Maar ik verwijder dat GMT ofzo wel want dat vind ik niet mooi bedankt!