Author |
Topic  |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
Posted - 11 May 2004 : 13:07:38
|
I think I asked this question a year ago, but couldn't find the thread when I searched for it - sorry. Anyway, easy question: I want to include the detailed statistics table at the bottom of my login.asp. I just need to know where the code is, and how much of it I need to include.
(I thought the WriteStatistics() sub would do it, but I guess not...)
Thanks, |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
Edited by - ruirib on 19 May 2004 18:11:54 |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
Posted - 11 May 2004 : 15:08:39
|
I found it, and everything displays correctly, minus one problem. The 36 of 67 Members have made 320 posts in 4 forums, with the last post on May 10 2004 10:58:32 PM by: member. section of statistics is not displaying all of the variables correctly. Member_Count and User_Count shows up okay, but it won't display any of the variables after that (intPostCount, intForumCount, LastPostLink, LastPostDate, LastPostAuthorLink).
Any ideas? |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
 |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
Posted - 13 May 2004 : 03:39:42
|
Anyone?
I copied the WriteStatistics sub exactly, and only made a few minor changes. Is there anything else I need to add to the page to get it to display the other variables (intPostCount, etc...)? |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
 |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 20 May 2004 : 01:41:30
|
I believe you have to add:
<!--#INCLUDE FILE="inc_func_common.asp" -->
To the page. |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 20 May 2004 : 03:20:11
|
Mike,
Do you want to check out this: Sample page? The stats are down at the bottom of the page.
It brings up these for members:
 and this for non-logged in visitors:

|
Cheers, David Greening |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 20 May 2004 : 03:22:02
|
I forgot to add, if you want the code I can send it to you... |
Cheers, David Greening |
 |
|
serritzlev
Junior Member
 
Denmark
291 Posts |
Posted - 20 May 2004 : 08:57:34
|
Hi david can i get it too, yes i now i use another rewrite sidestats to my page, but i am intrest to sen how you have done that. |
|
 |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
Posted - 21 May 2004 : 00:28:46
|
Yayy! Finally a response - I guess I posted it in the wrong forum. Oops.
quote: I believe you have to add:
<!--#INCLUDE FILE="inc_func_common.asp" -->
That didn't seem to do it.
Classicmotorcycling, Yes, I'd like to see your code. I want mine to display additional information than you have (i.e. total members, last post, etc.), but maybe I can figure it out by comparison. If you can't post it, e-mail me at webmaster(drivethe.com). Thanks! |
Mike Southerton Webmaster | Don'tSayDie.com | DriveThe.com |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 21 May 2004 : 20:47:18
|
Emailed Mike and he has it working with the extra items after I played with it for a bit more. |
Cheers, David Greening |
 |
|
mykel_suthertun
Junior Member
 
USA
227 Posts |
|
|
Topic  |
|