homenethelp
-
Total Posts
:
15
-
Reward points
:
0
- Joined: Apr 24 '02
-
Status: offline
|
Active Users display
Fri. Apr 26, '02 1:02 PM
( permalink)
How about making the ' active users' display ' unique' . I know many moderators and admins read messages under multiple windows. Right now the activeusers lists each session...
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
RE: Active Users display
Fri. Apr 26, '02 1:08 PM
( permalink)
Hi Chris, it will display each session, not each window you open. So if you initiate a new session, the software will track it. Howeve, if you just open another window (Ctrl+N), it won' t. Or you want us to make sure only one person can login using one account? Our software has the ability built-in, but at this moment the feature is disabled. Thank you and please let us know what you think.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
RE: RE: Active Users display
Sat. Apr 27, '02 11:45 AM
( permalink)
I was just thinking a unique list of users, not a session list would be nice. I dont want to force single logins - just the opposite.
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
RE: RE: RE: Active Users display
Sat. Apr 27, '02 2:46 PM
( permalink)
Thank you Chris. I will be adding the unique display in the next update. (Please read the following post)
< Message edited by Samuel -- 27-Apr-02 16:01:39 >
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
RE: Active Users display
Sat. Apr 27, '02 4:01 PM
( permalink)
Hi Chris, I have been thinking about how I can display unique users... Our online tracking tracks not only the name and memberID, but also what he is doing...so if you have two different sessions, chances are you are doing two different things (so the SELECT DISTINCT won' t work).. Do you have any suggestions to deal with this problem?
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
homenethelp
-
Total Posts
:
15
-
Reward points
:
0
- Joined: Apr 24 '02
-
Status: offline
|
RE: RE: Active Users display
Sun. Apr 28, '02 11:33 AM
( permalink)
I will look it over today...
|
|
|
|
Spooky
-
Total Posts
:
740
-
Reward points
:
5415
- Joined: Apr 28 '02
-
Status: offline
|
RE: Active Users display
Sun. May 5, '02 5:32 PM
( permalink)
I guess its the same thing, but shutting down and restarting a browser window adds the user again to the active list. I havent looked at the code yet, but should we just display distinct username?
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
RE: RE: Active Users display
Sun. May 5, '02 5:46 PM
( permalink)
The reason it does this is because the forum tracks the session, not unique user names. If you would like to track user name only (without knowing the person is doing), you can add your own modification to it. The code is defined in session.asp Thanks
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Spooky
-
Total Posts
:
740
-
Reward points
:
5415
- Joined: Apr 28 '02
-
Status: offline
|
RE: Active Users display
Mon. May 6, '02 7:34 PM
( permalink)
I only mean on the default.asp page. This page doest show what the user is doing, just that they are there. It just seems odd to need to see they are there more than once
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
RE: RE: Active Users display
Mon. May 6, '02 7:48 PM
( permalink)
Dear Spooky, it does show on default.asp. When you mouseover to their names you will know what I am talking about.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Spooky
-
Total Posts
:
740
-
Reward points
:
5415
- Joined: Apr 28 '02
-
Status: offline
|
RE: Active Users display
Mon. May 6, '02 8:30 PM
( permalink)
It all becomes clear :) Im a quick mouser, so I missed it completely
|
|
|
|