Chat stats in Live Stats mod

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
carpflashes.nl
Mitglied
Beiträge: 3
Registriert: 10.02.2006 21:25

Chat stats in Live Stats mod

Beitrag von carpflashes.nl »

Hello I have installed the live Statistic mod
and I want to place the data from the smartor chatbox in the Live statistic mod

Code: Alles auswählen

<table width="98%" cellpadding="2" cellspacing="2" border="0" class="forumline">
  <tr> 
	<th colspan="2" height="25" nowrap="nowrap">{L_LIVE_STATISTICS}</th>
</tr>
<tr> 
<td align="left" class="row1"><span class="gensmall"> 
<img src="templates/subSilver/images/live_statistics/icon_profile.gif" width="19" height="15" alt="{L_MEMBERS}" title="{L_MEMBERS}" />&nbsp;<b>{L_MEMBERS}:</b>
<br />
<img src="templates/subSilver/images/live_statistics/ur-moderator.gif" width="19" height="18" alt="{L_LATEST}" title="{L_LATEST}" />&nbsp;{L_LATEST}:&nbsp;{NEWEST_USER}<br /><img src="templates/subSilver/images/live_statistics/ur-author.gif" width="19" height="18" alt="{L_NEW_TODAY}" title="{L_NEW_TODAY}" />&nbsp;{L_NEW_TODAY}:&nbsp;<b>{TODAY_USERS}</b><br />
<img src="templates/subSilver/images/live_statistics/ur-admin.gif" width="19" height="18" alt="{L_NEW_YESTERDAY}" title="{L_NEW_YESTERDAY}" />&nbsp;{L_NEW_YESTERDAY}:&nbsp;<b>{YESTERDAY_USERS}</b><br /><img src="templates/subSilver/images/live_statistics/ur-guest.gif" width="19" height="18" alt="{L_MEMBERS_OVERALL}" title="{L_MEMBERS_OVERALL}" />&nbsp;{L_MEMBERS_OVERALL}:&nbsp;<b>{TOTAL_USERS}</span></b><br /></td>
</tr>
<tr> 
<td align="left" class="row1"><img src="templates/subSilver/images/live_statistics/group-1.gif" width="20" height="20" alt="{L_ONLINE_NOW}" title="{L_ONLINE_NOW}" />&nbsp;<b><span class="gensmall">{L_ONLINE_NOW}:</b><br />
<img src="templates/subSilver/images/live_statistics/ur-anony.gif" width="19" height="18" alt="{L_GUESTS}" title="{L_GUESTS}" />&nbsp;{L_GUESTS}:&nbsp;<b>{GUESTS_ONLINE}</b><br /><img src="templates/subSilver/images/live_statistics/ur-member.gif" width="19" height="18" alt="{L_MEMBERS}" title="{L_MEMBERS}" />&nbsp;{L_MEMBERS}:&nbsp;<b>{REGGED_ONLINE}</b></span></td>
</tr>
<tr> 
<td align="left" class="row1"><img src="templates/subSilver/images/live_statistics/icon_hits.gif" width="15" height="15" alt="{L_STATS}" title="{L_STATS}" />&nbsp;<b><span class="gensmall">&nbsp;{L_STATS}:</b><br />
{L_USER_RECORD}:&nbsp;<b>{RECORD_USERS}</b><br />{L_TOTAL_POSTS}:&nbsp;<b>{TOTAL_POSTS}</b></span></td>
</tr>
<tr> 
<td align="left" class="row1"><img src="templates/subSilver/images/live_statistics/icon_regged.gif" width="17" height="18" alt="{L_ONLINE_MEMBERS}" title="{L_ONLINE_MEMBERS}" />&nbsp;<b><span class="gensmall">&nbsp;{L_ONLINE_MEMBERS}:</b><br />
{LOGGED_IN_USER_LIST}</span></td>

[color=red]I want to place here my chat stats[/color]

</tr>
<tr> 
<td align="center" class="row1"><span class="gensmall">[ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]</span></td>
<!-- End forum content cell -->
Antworten

Zurück zu „phpBB 2.0: Mod Support“