Author |
Topic |
Romee
Junior Member
Netherlands
180 Posts |
Posted - 15 April 2002 : 12:58:28
|
Dashell, I changed 1457: strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust))
in strAUTimedOut = DateToStr(DateAdd("n",-9,strForumTimeAdjust))
Don't forget to set it back after giving the numerical value in the adminmenu.
Romée
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 12:59:41
|
Ok, thanks guys.
All language packs are now up-to-date
Lets just hope any future bugfixes wont invlove strings!!!!
-------------------------------------------------------------
quote: Will you give the three strings separatly, or do we have to reinstall the mod.
You dont have to reinstall, just download the newist version of the forum and re-upload all the files you previously uploaded (including language files) + icon_icq.gif if you didn't upload it before. There have been no changes to the code included in existing files.
-------------------------------------------------------------
quote: What should it look like? Original Line: strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust))
strAUTimedOut = DateToStr(DateAdd("n",-10,strForumTimeAdjust))
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 15 April 2002 : 13:02:28
|
quote:
Wouldn't it be better to release a beta with 2-3 languages and let it work in limited number of environments before releasing a debugged final version?
Nathan release a beta, and in English only. There were some bugs found and corrected, but apparently the number of beta testers wasn't enough to have found all the issues. I'm probably learning something about beta testing also - the error with Romée would only have been found if I intentionaly left the Timeout value filled with and invalid value. That means you gotta try to be badly behaved while beta testing to get all possible situations covered. I really hadn't thought about it.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 13:09:09
|
quote:
Wouldn't it be better to release a beta with 2-3 languages and let it work in limited number of environments before releasing a debugged final version?
It was betatested in two languages.
However, I would never expect any ammount of betatesting to find all of the bugs in a product. I'm just glad we got the bulk of the critcal bugs out before hand.
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
dasHell
Starting Member
Turkey
43 Posts |
Posted - 15 April 2002 : 13:16:43
|
The Turkish Lang file is coming soon.(Perhaps in a few hours.)
___Learnin'...___ |
|
|
dasHell
Starting Member
Turkey
43 Posts |
Posted - 15 April 2002 : 13:22:34
|
Active Users Panel is both very top and very bottom on the page.I don't think this is a right thing,what do you think?
___Learnin'...___ |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 13:25:51
|
Ummm, did you remember to remove the <!-- #include file="inc_activeusers.asp" --> from inc_top.asp? It is a remnant of AU 3.5
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
dasHell
Starting Member
Turkey
43 Posts |
Posted - 15 April 2002 : 13:31:59
|
Ah,thank you,that worked!
Soon,here coming Turkish Lang file!!!What is your e-mail adress?
___Learnin'...___ |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Romee
Junior Member
Netherlands
180 Posts |
Posted - 15 April 2002 : 13:39:19
|
In the read me this sentence
AFTER you have uploaded all the files from your 3303 directory and NOT BEFORE you make any changes to existing files, you need to update the database.
Must probably be
AFTER you have uploaded all the files from your 3303 directory and BEFORE you make any changes to existing files, you need to update the database.
|
|
|
mvsouza
Starting Member
3 Posts |
Posted - 15 April 2002 : 13:41:23
|
Nathan, i hope you don´t but the only changes that was present in your readme.html to the inc_functions.asp is the function
function StrToDate(strDateTime)...
i followed the readme but my problem still remains: Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ActiveUserTracker'
/snitz/inc_top.asp, line 112
Edited by - mvsouza on 15 April 2002 13:42:36 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 15 April 2002 : 13:46:12
|
No, I'm absolutely sure there are two changes, but they are referred to the same line number, and that indeed is a mistake. But you can tell the proper location by considering the code near it and that get's pretty clear in the readme.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
dasHell
Starting Member
Turkey
43 Posts |
Posted - 15 April 2002 : 13:46:35
|
What is an Anonymous Member?What does Override do?
___Learnin'...___ |
|
|
Romee
Junior Member
Netherlands
180 Posts |
Posted - 15 April 2002 : 13:46:55
|
In the read me where you describe the changes in inc_functions.asp The first: Find: (about line 1422) Is correct The second (function StrToDate(strDateTime) etc.) Find: (about line 1422) Must be: Find: (about line 660)
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 13:48:26
|
You are correct Romee, what was I thinking!!!
-------------------------------------------------
mvsouza - right above the new alteration to strToDate function is a rather large chunk of code that you are supposed to add to inc_functions, it starts out with
'############################################## '## Active Users ## '##############################################
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Topic |
|