Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Active Users version 4.0
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 19

Romee
Junior Member

Netherlands
180 Posts

Posted - 15 April 2002 :  12:58:28  Show Profile
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

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  12:59:41  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 April 2002 :  13:02:28  Show Profile  Send ruirib a Yahoo! Message
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
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  13:09:09  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page

dasHell
Starting Member

Turkey
43 Posts

Posted - 15 April 2002 :  13:16:43  Show Profile  Send dasHell an ICQ Message
The Turkish Lang file is coming soon.(Perhaps in a few hours.)

___Learnin'...___
Go to Top of Page

dasHell
Starting Member

Turkey
43 Posts

Posted - 15 April 2002 :  13:22:34  Show Profile  Send dasHell an ICQ Message
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'...___
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  13:25:51  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page

dasHell
Starting Member

Turkey
43 Posts

Posted - 15 April 2002 :  13:31:59  Show Profile  Send dasHell an ICQ Message
Ah,thank you,that worked!

Soon,here coming Turkish Lang file!!!What is your e-mail adress?

___Learnin'...___
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  13:36:55  Show Profile  Visit Nathan's Homepage
snitz@ls3k.com

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Romee
Junior Member

Netherlands
180 Posts

Posted - 15 April 2002 :  13:39:19  Show Profile
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.

Go to Top of Page

mvsouza
Starting Member

3 Posts

Posted - 15 April 2002 :  13:41:23  Show Profile
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
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 April 2002 :  13:46:12  Show Profile  Send ruirib a Yahoo! Message
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
Go to Top of Page

dasHell
Starting Member

Turkey
43 Posts

Posted - 15 April 2002 :  13:46:35  Show Profile  Send dasHell an ICQ Message
What is an Anonymous Member?What does Override do?

___Learnin'...___
Go to Top of Page

Romee
Junior Member

Netherlands
180 Posts

Posted - 15 April 2002 :  13:46:55  Show Profile
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)


Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  13:48:26  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page
Page: of 19 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07