Author |
Topic |
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 13:59:36
|
Just installed the active user 3 MOD (the one which shows the active users in the statistics) and i'm very happy and impressed with it.
One question:
Is it possible to change the times shown on the active_users.asp page to GMT or whatever you have selected as the times shown in the forums?
Cheers.
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 14:11:36
|
could you send me your active_user.asp, it should be displaying in forum time.
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 14:18:31
|
Sent.
|
|
|
round
New Member
Taiwan
67 Posts |
Posted - 23 April 2001 : 14:22:12
|
May I ask if "active user 3 MOD" is the one shows under the logo that active user:xx visit today: xxxx?? If yes, where I can download it? Thanks again.
round |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
round
New Member
Taiwan
67 Posts |
Posted - 23 April 2001 : 15:51:41
|
Thanks for the reply. So, where I can download the active users mod that showing active users under the snitz logo on the top of the page?
round |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 16:24:18
|
quote:
Sent.
Ok, do a search for <%=strOnlineDateCheckedIn%> and change it to <% =chkDate(strOnlineDateCheckedIn) %><br><% =chkTime(strOnlineDateCheckedIn) %>
and on the next line, change <%=strOnlineLastDateCheckedIn%> to <% =chkDate(strOnlineLastDateChecked) %><br><% =chkTime(strOnlineLastDateChecked) %>
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 17:32:18
|
Okay, tried that.
Got this error under 'Logged On':
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "/0"]'
/forum/inc_functions.asp, line 701
Page can be seen at http://www.bandlink.net/forum/active_users.asp
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 17:49:22
|
okay, could you remove the changes so I can see what it does normally
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 17:59:00
|
try changing them like this
Ok, do a search for <%=strOnlineDateCheckedIn%> and change it to <% =chkDate(strRSCheckedIn) %><br><% =chkTime(strRSCheckedIn) %>
and on the next line, change <%=strOnlineLastDateCheckedIn%> to <% =chkDate(DateToStr(strOnlineLastDateChecked)) %><br><% =chkTime(DateToStr(strOnlineLastDateChecked)) %>
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 18:00:04
|
Okay, it's back to how it was before again.
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 18:00:58
|
Posted at the same time! I'll try your new suggestion.
|
|
|
dssww
Junior Member
USA
182 Posts |
Posted - 23 April 2001 : 18:01:29
|
Huw,
It looks like the same issue you were working with me on! |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 18:04:31
|
Okay, the date/time format is how it should be i.e. 23 April 2001 18:07:15 but it is still incorrect to the forum time (5 hours ahead)
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 18:05:03
|
quote:
Huw,
It looks like the same issue you were working with me on!
His looks to be working with the new fix above
|
|
|
Topic |
|