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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Conquerchat - show how many chatting?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

n8pbm
Junior Member

USA
212 Posts

Posted - 30 December 2002 :  17:37:23  Show Profile  Visit n8pbm's Homepage
Not sure if this is the right place for this. I am using Conquer Chat on my forum. I have a link in the header.asp file that will log you onto the chat with your username. However I would like to show how many people are in chat next to that link. For Example: chat (2). I do notice that default.asp of the chat does show how many people are logged in but not sure if I can use that or not.

Any Ideas?

Thanks
Mike
http://www.glpuc.org

Mike
Great Lakes Pop Up Club Camping

Webbo
Average Member

United Kingdom
982 Posts

Posted - 02 January 2003 :  16:43:52  Show Profile  Visit Webbo's Homepage
Mike,

Take a quick look at the 'keyhole' in the header at the top-right of my forum and if that's what you are looking for email me and I'll pass on the code for the file

www.maggotdrowning.com/forum

Dave
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 04 January 2003 :  05:38:09  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
I'm looking for some code to do that aswell, so if you could email me yours, that would be great
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 05 January 2003 :  11:13:29  Show Profile  Visit n8pbm's Homepage
I figuered it out. It was not that hard. I will post the changes when I get home..

Mike

Mike
Great Lakes Pop Up Club Camping
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 05 January 2003 :  13:55:32  Show Profile  Visit n8pbm's Homepage
This code is to show how many are in the chat room on the link like this: Chat(2).
You only need to change inc_header.asp.

Line 40 add the include file so it looks like the one below. Note to change your path if your chat program is somewhere else

<!--#INCLUDE FILE="inc_func_common.asp" -->
<!--#include file="Chat/inc.utilities.asp" -->


Around 526 where you added your link for the chat program change it to look like this

if strDBNTUserName <> "" then
               Response.Write " |" & vbNewline & _
               " <a href=""javascript:openChat()""><acronym title=""Chat with other users..."">Chat</acronym></a><font color=""#FF0000""> (" & countUsers() & ")</font>" & vbNewline
        end if


Thats it
Hope that helps
Mike

Mike
Great Lakes Pop Up Club Camping

Edited by - n8pbm on 05 January 2003 13:56:15
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07