chat stats in live statistic 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 statistic mod

Beitrag von carpflashes.nl »

Hello a have downloaded the live statistic mod

and if have put the chat stats from smartor in to this mod butt now a have a small problem i want to give the people who are in the chat a color just like the are wenn the are online but wenn I use
{CHATTERS_LIST} or this {L_ONLINE_MEMBERS} or this {LOGGED_IN_USER_LIST}

usersnames are then in black

Code: Alles auswählen

<table width="100%" 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"> 
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><b>{L_LOGIN_LOGOUT}</b></a><br><br> 
<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" />&nbsp;<b><span class="gensmall">&nbsp;{L_ONLINE_MEMBERS}:</b><br /> 
{LOGGED_IN_USER_LIST}</span><br> 
</tr> 
<tr> 
<td align="left" class="row1"><img src="templates/subSilver/images/live_statistics/icon_regged.gif" width="17" height="18" border="0" hspace="3" alt="{L_ONLINE_MEMBERS}" title="{L_ONLINE_MEMBERS}" /> 
<b><font size="1">Members in Chatbox</font></b> 
&nbsp;<b><span class="gensmall">&nbsp;{TOTAL_CHATTERS_ONLINE}<br><br />{CHATTERS_LIST}</span><br> 
</tr> 
<tr> 
<td align="center" class="row1"><span class="gensmall">[ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]</span></td> 
<!-- End forum content cell --> 
this is the url http://www.carpflashes.nl/board/index.php so you can see how it looks in working order :D

the site is in dutch
Antworten

Zurück zu „phpBB 2.0: Mod Support“