Author |
Topic  |
techknow
Junior Member
 
USA
149 Posts |
Posted - 23 April 2006 : 16:08:18
|
I have installed the active users mod, but I do not see any link to see who's online.
Did I miss something? How do you access the info?? |
Best Regards, Techknow http://myinternetfunnies.com |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 23 April 2006 : 16:51:08
|
I know it seems basic, but did you go to the Admin Options - Active Users Configuration and make sure it is enabled? Check the field "Allow Active Users Panel:" and make sure it is set to "Everyone" to test it. |
 |
|
techknow
Junior Member
 
USA
149 Posts |
Posted - 23 April 2006 : 17:33:46
|
Yeah. I was going over that six ways till sunday...
No dice.
I have also notice that when I click active topics it returns an error: Microsoft VBScript runtime error '800a000d'
Type mismatch: 'IsPoll'
/board/active.asp, line 477
Though this is obvious to me that this is a result of the poll mod I put in... |
Best Regards, Techknow http://myinternetfunnies.com |
Edited by - techknow on 23 April 2006 17:35:04 |
 |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 23 April 2006 : 21:54:12
|
What is the URL to your forum? The one in your sig didn't seem to connect to one. Do you have a test or guest account for login? |
 |
|
techknow
Junior Member
 
USA
149 Posts |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 24 April 2006 : 22:12:59
|
Did you insert the include statement for inc_activeusers.asp in default.asp? I ask because I would expect something to show - an error message or at least some indication of the table for the Active Users on default.asp.
That's where I'd start. Look for the following code at about line 568:
if strShowStatistics = "1" then WriteStatistics end if
Above it insert this code:
%> <!--#include file="inc_activeusers.asp"--> <%
If that isn't it, you might want to post a text version of your default.asp.
Finally, from your previous post, I'm assuming that the Active Users' contol shows up in Admin Options. Is that correct? |
Edited by - Soar on 24 April 2006 22:13:29 |
 |
|
techknow
Junior Member
 
USA
149 Posts |
Posted - 24 April 2006 : 23:13:56
|
Wow.
Coding has never come easy to me. I am starting to catch on, but it seems I have a long way to go. I appreciate your time very much.
I will give this a shot and then let you know how it goes. |
Best Regards, Techknow http://myinternetfunnies.com |
 |
|
techknow
Junior Member
 
USA
149 Posts |
Posted - 24 April 2006 : 23:20:54
|
The include is in there...
Config Active Users does show up in the control panel...
But I don't actually see them anywhere... Maybe I should look in the couch. that is where all my change ends up... Maybe my users are there too! |
Best Regards, Techknow http://myinternetfunnies.com |
 |
|
techknow
Junior Member
 
USA
149 Posts |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 25 April 2006 : 16:31:31
|
Get a "Page Not Found" error on the link to the text file. |
 |
|
techknow
Junior Member
 
USA
149 Posts |
Posted - 25 April 2006 : 22:54:48
|
ugh, might help if I uploaded it...
Oh the shame of it... |
Best Regards, Techknow http://myinternetfunnies.com |
 |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 26 April 2006 : 22:26:49
|
Hmmmm...if you uploaded it, something went wrong - still can't access it. "Page Not Found" error still. |
 |
|
techknow
Junior Member
 
USA
149 Posts |
Posted - 27 April 2006 : 23:13:09
|
Sorry, had a glitch and the site was down... Works now... |
Best Regards, Techknow http://myinternetfunnies.com |
 |
|
Soar
Junior Member
 
USA
197 Posts |
Posted - 28 April 2006 : 21:44:49
|
Look at line 571 in your default.asp. It currently looks like this:
<!--#include file="inc_activeusers.asp"-->
It should look like this:
%> <!--#include file="inc_activeusers.asp"--> <%
Add the items in red above and below your line 571, so that the block of text looks like this:
end if %> <!--#include file="inc_activeusers.asp"--> <% if strShowStatistics = "1" then WriteStatistics |
 |
|
techknow
Junior Member
 
USA
149 Posts |
Posted - 29 April 2006 : 01:03:28
|
You are awesome!
One last thing... I want to change the font color to 000077 without changing the font color elsewhere in the site... I attempted to substitute 000077 in the inc_activeusers.asp in a couple of places but it always returned an error... |
Best Regards, Techknow http://myinternetfunnies.com |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
Topic  |
|