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
 Active Users - Show member name
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

8minus8
Starting Member

26 Posts

Posted - 17 March 2001 :  11:38:53  Show Profile
hi. i have the 'active users' currently working great. but i was wondering if there is a way to show the member names in the active user area. the link works but i would like to have the members show up in the main page.
any ideas?

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 March 2001 :  12:24:16  Show Profile
This is a post I made in the Active Users MOD thread, but it has been archived and isn't viewable at the moment:

DEMO: here

Here is 2 addons.

FILE: http://www11.ewebcity.com/dssdbs/files/active_users_addons.zip

This is the same as the above, except that the user's names are clickable:
FILE: http://www11.ewebcity.com/dssdbs/files/active_users_addons2.zip

This first one is for if you liked the way the Who's Online Mod displayed the Members name and was like a Category of the Forum.

Just insert the Include code like this:

          end if
rs.MoveNext
loop
end if
%>
<!--#include file="active_users2.asp"-->
<%

if strShowStatistics = "1" then
WriteStatistics
end if


If you have the minimize category mod installed and you want the Who's Online part to be collapsible as well substitute active_users2b.asp as the include file above.


If you would instead like the Active Users displayed as the last line in your statistics section.

Just insert the Include code like this:

          rs.MoveNext
loop
end if
if strShowStatistics = "1" then
WriteStatistics
%>
<!--#include file="active_users3.asp"-->
<%

end if
%>
</table>
</td>


Go to Top of Page

8minus8
Starting Member

26 Posts

Posted - 17 March 2001 :  14:32:44  Show Profile
Thank you for your quick response. I will try that right away.

One last question...is there a way to have on the main forum how many members have registered?

thanks in advance.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 March 2001 :  15:20:42  Show Profile
On default.asp, the amount of registered users is stored in the Users variable, you could use the following to display the amount of registered users:

<%
Response.Write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Registered Users: <b>" & Users & "</b></font>" & vbCrLf
%>


or like this:


<font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">Registered Users: <b><% =Users %></b></font>
Go to Top of Page

naakh
Starting Member

1 Posts

Posted - 19 March 2001 :  08:50:54  Show Profile
Hi
Wht about the database???
Which changes should make to the database?
In the database i don't have any table called Online.

naakh


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 March 2001 :  09:05:31  Show Profile
See this topic: http://forum.snitz.com/forum/link.asp?TOPIC_ID=3041
Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 15 April 2001 :  06:38:35  Show Profile
can't download the files.
http://www1.domaindlx.com worked for me
TIA.

Go to Top of Page

giorgius
Starting Member

Italy
17 Posts

Posted - 30 May 2001 :  10:24:42  Show Profile  Visit giorgius's Homepage
I have this error:
who can fix it for me??
Active Users:

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_ONLINE'. Make sure it exists and that its name is spelled correctly.

/forumnew/active_users3.asp, line 23



Giorgius!
Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 30 May 2001 :  11:09:56  Show Profile
you need to make sure and run the active_users_setup file or if there's a moddb_setup that came with the mod run that.



http://www.ugfl.net/forums
Go to Top of Page

giorgius
Starting Member

Italy
17 Posts

Posted - 30 May 2001 :  11:40:35  Show Profile  Visit giorgius's Homepage
U wrote:
you need to make sure and run the active_users_setup file
I dont understand!!!
Please, help me!!

Giorgius!
Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 30 May 2001 :  12:52:07  Show Profile
You've got mail

http://www.ugfl.net/forums
Go to Top of Page

Hector
Starting Member

3 Posts

Posted - 31 May 2001 :  12:58:01  Show Profile
How does the FORUM_ONLINE table gets filled? I'm asking because I'm getting the following error:

ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forums/default.asp, line 347


Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 31 May 2001 :  13:29:01  Show Profile
it gets filled with the code that you put into your inc_top.asp

check here for some of the changes that have been made to that code though,

http://forum.snitz.com/forum/link.asp?TOPIC_ID=9368

http://www.ugfl.net/forums

Edited by - big9erfan on 31 May 2001 13:31:28
Go to Top of Page

Hector
Starting Member

3 Posts

Posted - 31 May 2001 :  13:32:35  Show Profile
quote:

How does the FORUM_ONLINE table gets filled? I'm asking because I'm getting the following error:

ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forums/default.asp, line 347



Nevermind... I left out the code that is supposed to go in inc_top.asp. Me baaaad!



Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 31 May 2001 :  13:41:44  Show Profile
Don't worry, we ALLLLLLL make those kind of mistakes.



http://www.ugfl.net/forums
Go to Top of Page

Dan
Starting Member

4 Posts

Posted - 25 June 2001 :  00:46:32  Show Profile
Never mind. I worked it out. :)

Edited by - Dan on 25 June 2001 19:28:31
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07