Author |
Topic  |
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 14 October 2006 : 08:18:30
|
Replace the for/next loop in that file with the following:intArrayMax=ubound(saryActiveUsers,2)
for intArrayPass=1 to intArrayMax
response.write saryActiveUsers(1,intArrayPass)
if intArrayPass<intArrayMax then response.write ", " else response.write "."
next <edited by="Shaggy" to="fix typo" />
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
Edited by - Shaggy on 14 October 2006 10:21:17 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 14 October 2006 : 10:21:32
|
Typo fixed above.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
TastyNutz
Junior Member
 
USA
251 Posts |
Posted - 14 October 2006 : 10:44:40
|
Thanks Shaggy!
But users are still complaining of the room locking after a period of time. They type and send, but nothing happens. They have to close the chat and reenter.
Does this at the end of the modified default.asp have anything to do with that?
<script>
setTimeout('window.close()',1000)
</script> |
PowerQuad Disability Support Forum |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
TastyNutz
Junior Member
 
USA
251 Posts |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 14 October 2006 : 11:02:20
|
Ye be welcome 
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
TastyNutz
Junior Member
 
USA
251 Posts |
Posted - 14 October 2006 : 11:07:19
|
Also, anyone else notic the "kick" and "ban" don't work? It says "uername not found". Is this because of the modified way the chat obtains usernames? |
PowerQuad Disability Support Forum |
 |
|
TastyNutz
Junior Member
 
USA
251 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
TastyNutz
Junior Member
 
USA
251 Posts |
Posted - 14 October 2006 : 11:28:09
|
If anyone would be willing to enter my chat for testing, here's the link:
edited.
Thank you Leatherlips!
For others: The problem is in both my and Leatherlips' chat. So, there's a bug somewhere.
Anybody ese? |
PowerQuad Disability Support Forum |
Edited by - TastyNutz on 14 October 2006 12:38:45 |
 |
|
TastyNutz
Junior Member
 
USA
251 Posts |
Posted - 14 October 2006 : 12:54:08
|
To update:
Leatherlips and I each entered the others chat to do som testing. And the issue appears on both of our web sites. The problem is when a user leaves the chat, the remaining users aren't able to type. She noticed that pressing F5 and refreshing the chat window would let her type again without leaving and reentering. But the problem with that is that it also clears out all the previous conversation.
So for now, I'm telling my users, if the room locks up on you after someone leaves, press F5 on your keyboard. You will lose everything on the screen, but it will allow you to keep typing without having to reenter (which would cause you to lose everything anyway).
I really like this chat set up, it just has a bug or two. Hopefully, someone can find a fix.
BTW... The "kick" does work afterall.
|
PowerQuad Disability Support Forum |
Edited by - TastyNutz on 14 October 2006 13:07:00 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
TastyNutz
Junior Member
 
USA
251 Posts |
Posted - 14 October 2006 : 13:26:24
|
Oops. Sorry, I guess the homophobic kernel in my primitive brain automatically converts any reference to "lips" into female.
I need to work on that. 
BTW... Thanks again for the help! |
PowerQuad Disability Support Forum |
 |
|
Topic  |
|