When i in the chatroom and look at my forum chat stats, there stood no 0 chatusers?
where can i fix it, i am a registerd user !
When you go into the room make sure you register it, then your number of chat users will appear. To register it double click on the room once you are logged in an put your info in.
Hello Goosemoose,
I'll had registered mij room, thats ok, i have working at this time, this i have changed,
---
<edit file>
$themedir/BoardIndex.template.php
</edit file>
<search for>
// "Users online" - in order of activity.
</search for>
<add before>
// Chat Stats
echo '
<tr>
<td class="catbg" colspan="2">', $txt['chatStats'], '</td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="', $scripturl, '?action=chat">
<img src="', $settings['images_url'], '/chatIcon.gif" alt="', $txt['chatAlt'], '" border="0" /></a>
</td>
<td class="windowbg2" width="100%">
<BR>There are currently <script src="
http://www.everywherechat.com/users.asp?room=' [nofollow], $modSettings['chatRoomName'], '"></script> people talking in the chat room.<BR>
<script src="
http://www.everywherechat.com/members.asp?room=' [nofollow], $modSettings['chatRoomName'], '"></script>
<span class="smalltext">';
</add before>
replace with this// Chat Stats
echo '
<tr>
<td class="catbg" colspan="2">', $txt['chatStats'], '</td>
</tr><tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="', $scripturl, '?action=chat">
<img src="', $settings['images_url'], '/chatIcon.gif" alt="', $txt['chatAlt'], '" border="0" /></a>
</td>
<td class="windowbg2" width="100%">
<BR><b>Op dit moment heeft er <script src="
http://www.everywherechat.com/users.asp?room=your [nofollow] room name"></script> babbels over jou in de ChatBoX even checken dus!</b><BR>
<script src="
http://www.everywherechat.com/members.asp?room=yor [nofollow] room name"></script>
<span class="smalltext">';