Whoisonline füre regis?
Verfasst: 05.04.2004 19:47
Kann man auf index das "wer ist online" so verändern, dass es nur eingeloggte User sehen?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>Code: Alles auswählen
<!-- BEGIN switch_user_logged_in -->Code: Alles auswählen
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>Code: Alles auswählen
<!-- END switch_user_logged_in -->