Seite 1 von 1
mod problem
Verfasst: 19.06.2004 14:40
von Basti89
hi,
ich habe eben den last visit mod installiert und mir damit meinen style FI Subsilver verschossen:
http://basti89.yourboardhosting.de/of/phpBB2/index.php
unten sollte es normalerweise anzeigen wer in den letzten 24h online war. tut es aber nicht
weis einer wie ich das hinbekomme ?
Verfasst: 19.06.2004 14:56
von Leuchte
Gib mal einen Link zu deiner index_body.tpl und zum Download des Mods
Verfasst: 20.06.2004 14:54
von Basti89
Verfasst: 20.06.2004 18:13
von Leuchte
Hast du es allein geschafft?
Wenn ich mit den Link im ersten Post ansehen ist alles in Ordnung und auch Last Visit wird angezeigt
Verfasst: 20.06.2004 18:18
von Basti89
nee, ich habe nur den style wieder umgestellt, bis der wieder geht. also problem noch nicht gelöst

Verfasst: 20.06.2004 18:25
von Leuchte
Suche
Code: Alles auswählen
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" colspan="2"><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td class="row1" rowspan="3"><img src="templates/fisubsilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" width="25" height="25" class="imgfolder" title="{L_WHO_IS_ONLINE}" />
<td class="row1" align="center" valign="middle" rowspan="3"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
</td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><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>
<tr>
<td height="20" class="row1"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
Ersetze mit
Code: Alles auswählen
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" colspan="2"><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td class="row1" rowspan="4"><img src="templates/fisubsilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" width="25" height="25" class="imgfolder" title="{L_WHO_IS_ONLINE}" />
</td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1" width="100%"><span class="gensmall">{L_USERS_TODAY} {L_USERS_LASTHOUR}<br />
{USERS_TODAY_LIST}</span></td>
</tr>
<tr>
<td class="row1"><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>
<tr>
<td height="20" class="row1"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
Verfasst: 20.06.2004 18:37
von Basti89
thx das geht jetzt !
wenn ich jetzt aber in einen thread will kommt das:
http://basti89.yourboardhosting.de/of/p ... ic.php?t=5
Verfasst: 20.06.2004 18:45
von Leuchte
Gib bitte deinen Benutzernamen und dein Passwort ein, um dich einzuloggen!
Testaccount bereitstellen und für neue Probleme immer neue Beiträge öffnen
