Active users list
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19368
Printed Date: 12 April 2026 at 7:57am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Active users list
Posted By: tugrulcagri
Subject: Active users list
Date Posted: 17 April 2006 at 4:55pm
Hi,
I need to show all my visitors in active user list. I mean not only user on forum pages but also include all other user on other pages. Is there a way to do this?
Thanks for your help.
|
Replies:
Posted By: Scotty32
Date Posted: 17 April 2006 at 5:44pm
if you include the Common.asp file from the root forum folder and
'If active users is enabled update the active users application array If blnActiveUsers Then 'Call active users function saryActiveUsers = activeUsers("text (eg Viewing:)","Page Name (used as link for page address), "Page Address", 0) End If |
then 0 is for the "forum id" but isnt really needed OFF the forum, so keep it to 0
just put that at the top of every page and it'll update in active users list
as you've included the "common.asp" file you'll need to put this at the end of the page:
'Clean up Call closeDatabase()
|
this closes the connections to the database, if you dont connect to the database on pages, put it after setting the page for active users
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
Posted By: wistex
Date Posted: 17 April 2006 at 6:24pm
That's something that I will be doing as well but I haven't done it yet.
------------- http://www.wistex.com" rel="nofollow - WisTex Solutions http://www.caribbeanchoice.com/forums" rel="nofollow - CaribbeanChoice Forums
|
Posted By: tugrulcagri
Date Posted: 18 April 2006 at 10:47am
It works. Thanks a lot Scotty.
|
|