Author |
Topic |
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 18:07:09
|
...apart from the time difference!
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 18:09:40
|
you will need to find the code that does the insert/update for the db, it is this that is wrong look for
the line where it sets strOnlineCheckInTime = DateToStr(Now())
change it to
strOnlineCheckInTime = DateToStr(strForumTimeAdjust)
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 18:14:18
|
Okay, will do. Any clue as to where this could be?
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 18:15:37
|
it will either be in your inc_top, unless you have my code, then it will be in inc_active_users
|
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 April 2001 : 18:25:50
|
Huw, you're a gentleman and a scholar!
The code was in the inc_top... works a treat!
Cheers mate,
Mark
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 18:33:06
|
cool site by the way, like the content
|
|
|
dssww
Junior Member
USA
182 Posts |
Posted - 23 April 2001 : 19:47:04
|
quote:
you will need to find the code that does the insert/update for the db, it is this that is wrong look for
the line where it sets strOnlineCheckInTime = DateToStr(Now())
change it to
strOnlineCheckInTime = DateToStr(strForumTimeAdjust)
That did it Huw! Thanks
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 April 2001 : 19:58:39
|
quote:
quote:
you will need to find the code that does the insert/update for the db, it is this that is wrong look for
the line where it sets strOnlineCheckInTime = DateToStr(Now())
change it to
strOnlineCheckInTime = DateToStr(strForumTimeAdjust)
That did it Huw! Thanks
Thats a relief, atleast know i know the cure. I will post a noitce for MOD developers so we can avoid this problem in future.
|
|
|
Topic |
|