
totaal aantal bezoekers mod
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

je moet dit stukje hebben denk ik

<td width="16" background="templates/zoneCopper/images/darkSilverFooter_05.gif"><img src="templates/zoneCopper/images/spacer.gif" width="16" height="1"></td>
<td class="row1">
<table width="100%" cellpadding="5" cellspacing="0"><tr><td>
<span class="gensmall">{TOTAL_USERS_ONLINE} [ <strong>{L_WHOSONLINE_ADMIN}</strong>
] [ <strong>{L_WHOSONLINE_MOD}</strong> ]<br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}</span>
</td></tr></table>
zo ziet het bij mij eruit...
zitten overigens wel enkele wijzigen in en mods tegenover standaard FI template.
Code: Selecteer alles
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE} <br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}<br />
[ <strong>{L_WHOSONLINE_WEBMASTER}</strong> ] [ <strong>{L_WHOSONLINE_ADMIN}</strong> ] [ <strong>{L_WHOSONLINE_NIEUWSREPORTER}</strong> ] [ <strong>{L_WHOSONLINE_MOD}</strong> ]</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{USERS_OF_THE_DAY_LIST}</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{VISIT_COUNTER}</span></td>
</tr>
</table>
toch een beetje lastig
Ik heb hem zojuist geinstalleerd op mijn forum, maar ik snap niets van de het volgende uit de code:
#
#-----[ SQL QUERY ]-------------------------------------
# Replace phpbb_ with your table prefix
# Replace '1' with your wised starting value
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('visit_counter', '1');
En dat is dus waarschijnlijk de reden waarom de teller op '0' blijft staan...
#
#-----[ SQL QUERY ]-------------------------------------
# Replace phpbb_ with your table prefix
# Replace '1' with your wised starting value
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('visit_counter', '1');
En dat is dus waarschijnlijk de reden waarom de teller op '0' blijft staan...