Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Chat on forum
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

OBmoderator
New Member

98 Posts

Posted - 07 October 2006 :  15:27:28  Show Profile
Yup got all that
Not working though.
More help would be appreciated
Go to Top of Page

OBmoderator
New Member

98 Posts

Posted - 07 October 2006 :  15:49:38  Show Profile
OK Never Mind, I figured it out.
I used the original default.ASP instead of the one that's in the zip file.
All working 100% now.
Thanks to everyone
Go to Top of Page

OBmoderator
New Member

98 Posts

Posted - 07 October 2006 :  19:01:30  Show Profile
Timeouts
Anyone else experiencing them?
is there a setting to stop the whole chat from timing?
Go to Top of Page

Simko
Starting Member

25 Posts

Posted - 08 October 2006 :  06:29:24  Show Profile
ASP Chat works fine but with the add-on from KC I have some problems, always get this error:

Username:
Microsoft VBScript runtime Error "800a01f4'

Variable is undefined: 'KCname'

/en/forum-new/Chat/default.asp, line 58

Chat default.asp
Go to Top of Page

OBmoderator
New Member

98 Posts

Posted - 08 October 2006 :  11:09:20  Show Profile
Simko,
That's because in the moded default.asp file on line 57 there is a ' before KCname that is not included in the inc_chat.asp file
<td>Username: <%='KCname%></td>
Try removing it so it looks like this
<td>Username: <%=KCname%></td>
or use the original default.asp

Edited by - OBmoderator on 08 October 2006 11:11:05
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 10 October 2006 :  19:50:33  Show Profile  Visit leatherlips's Homepage
How can I change the font style and size of the text "Who's In Chat"? Currently, it's much larger than my forums default font.

Nevermind, I figured it out.

Also, Pull My Finger, nice job on the logout issue. It works fine.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 11 October 2006 12:22:58
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 12 October 2006 :  14:48:51  Show Profile  Visit TastyNutz's Homepage
I'm having some trouble. I get entered into chat okay, but even with the fixes by Pull My Finger and Obmoderator, the log out button isn't working properly. It gives me the login window with the same error Simko reported.

Any ideas?


PowerQuad Disability Support Forum
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 12 October 2006 :  18:58:24  Show Profile  Visit TastyNutz's Homepage
Okay, how's this for thinking outside the box?

The "logout" button kept giving me trouble, and as leatherlips noted, it makes the login reappear, allowing someone to use a different name. So, I just decided to eliminate it all together.

Thanks to Pull My Finger, closing the window logs users out. And like he said, most people do that anyway. So the logout button isn't really necessary anyway.

Works good so far. Thanks everyone.


PowerQuad Disability Support Forum
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 13 October 2006 :  01:54:18  Show Profile  Visit TastyNutz's Homepage
I feel like I'm talking to myself, but in case someone is still having trouble, I finally found the problem. The KC mod has an error in default.asp. But OBmoderator wasn't quite right when he wrote:



quote:
Originally posted by OBmoderator

Simko,
That's because in the moded default.asp file on line 57 there is a ' before KCname that is not included in the inc_chat.asp file
<td>Username: <%='KCname%></td>
Try removing it so it looks like this
<td>Username: <%=KCname%></td>
or use the original default.asp



Don't remove the ' before KCname. Just move it before the = sign. So, lines 57 and 58 should be:

<td>Username: <%'=KCname%></td>
<td><input type="hidden" name="txtUsername" value="<%'=KCname%>"></td>




PowerQuad Disability Support Forum
Go to Top of Page

Pull My Finger
Starting Member

43 Posts

Posted - 13 October 2006 :  02:38:51  Show Profile
quote:
Originally posted by TastyNutz

I feel like I'm talking to myself, but in case someone is still having trouble, I finally found the problem. The KC mod has an error in default.asp. But OBmoderator wasn't quite right


TastyNutz:
I haven't been on my computer much during the last 10 days

When I installed the ASP Chat and added the default.asp replacement I saw the error and made the same changes as you did. On my last post about the log-out fix I ment to also add in the post about the error and fix for the default.asp replacement.
I just completely forgot to add the default.asp error I found and the same fix you made. I sure do wish I didn't forget to add that into my last post so You and OB didn't have to waste your time.

I just want to say I'm "SORRY" about forgetting to post the error and fix in my last post.

I fiqured a "SORRY" to You and OB was needed because of the point of it all (fogetting).

Again SORRY!



Edited by - Pull My Finger on 13 October 2006 02:42:22
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 13 October 2006 :  03:57:52  Show Profile  Visit TastyNutz's Homepage
LOL No worries. But it is amazing how much time can be wasted over a single, misplaced apostrophe!

Sure feels good once you get it working though. :)


PowerQuad Disability Support Forum
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 13 October 2006 :  12:06:12  Show Profile  Visit leatherlips's Homepage
Does anyone know how to have the comma that appears after the last name to not be there? Example: Currently on the forum pages it say's:

Who's in Chat? Leatherlips,

or if more than one person is on, it say's:

Who's in Chat? Leatherlips, Bubba, Skeeter,

I'd like to have the comma only appear where needed and not at the end of the last person or at the end of only one person. It does this properly with the Active Users MOD, so I'm sure it can be done. I just don't know how.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 13 October 2006 :  12:36:49  Show Profile
Lash up a link to a *.txt copy of the file.


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.”
Go to Top of Page

TastyNutz
Junior Member

USA
251 Posts

Posted - 13 October 2006 :  14:32:53  Show Profile  Visit TastyNutz's Homepage
removed to eliminate scrolling

<%' *** Change the server path above ***

' *** Get the chat user array ***

Const ApplicationUsers = "ChatUsers"

If IsArray(Application(ApplicationUsers)) Then
saryActiveUsers = Application(ApplicationUsers)
Else
ReDim saryActiveUsers(6, 0)
End If


If UBound(saryActiveUsers, 2) = 0 Then
Response.Write(vbCrLf & "Nobody in Chat")
Else
Dim intArrayPass
For intArrayPass = 1 To UBound(saryActiveUsers, 2)
Response.Write(vbCrLf & saryActiveUsers(1, intArrayPass) & ", ")
Next
End If
%>[/code]


PowerQuad Disability Support Forum

Edited by - TastyNutz on 14 October 2006 18:45:35
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 13 October 2006 :  14:54:21  Show Profile  Visit leatherlips's Homepage
Here is the text version of inc_chat.asp. Note that I have modified mine slightly from the original version.

Edit:

Oops. The text version instead shows the login for the chat page. What TastyNutz put above is the code in the file.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 13 October 2006 14:56:06
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.55 seconds. Powered By: Snitz Forums 2000 Version 3.4.07