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

Nathan
Help Moderator

USA
7664 Posts

Posted - 14 April 2002 :  20:52:28  Show Profile  Visit Nathan's Homepage
I'm gonna add a new string to take care of the post_info thing.

strLangMOD_Ls3kAU_01241 = "Posting Message"

Those of you who have translated can just post the translation for that string here and I will add it into your file.

Nathan Bales
Snitz Exchange | Do's and Dont's

Edited by - Nathan on 14 April 2002 22:24:08
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 14 April 2002 :  22:09:36  Show Profile  Send ruirib a Yahoo! Message
Ok, "Invalid Location" seems adequate.

The translation for posting topic is "A Publicar Tópico". Won't you need a new string for "Invalid Location"?

Just post a message when you update the code, so that we know when to download it.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 14 April 2002 :  22:23:14  Show Profile  Visit Nathan's Homepage
Actually, I already did. For the time being I have left the Viewing Error Message: strings alone in the non-english files. I will need a translation.

I also decided that "Posting Topic" wont work because what if they are replying ;) so "Posting Message"

Currently the language files have "Posting New Topic" in their respective language which I derived from "Posting New Topic in:"

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

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 14 April 2002 :  22:49:29  Show Profile  Send ruirib a Yahoo! Message
quote:

Actually, I already did. For the time being I have left the Viewing Error Message: strings alone in the non-english files. I will need a translation.



For "Invalid Location" that would be "Informação de Localização Inexistente".

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 14 April 2002 :  22:52:16  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
Nathan,
do you if this (the MOD) will be affected by the new encrypted login change for 3.4?

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  00:09:12  Show Profile  Visit Nathan's Homepage
It should not be affected by encryption. However it will be affected by the new inc_func_xxx.asp files.

I have made it as close to being 3.4 compatable as I can without actually having 3.4. I will update it when 3.4 arrives.

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

Romee
Junior Member

Netherlands
180 Posts

Posted - 15 April 2002 :  07:35:42  Show Profile
Hi Nathan,
I am installing the mod on sql server.
After setting the admin panel I got this error
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'strAUTimeout'

/ifsql/inc_functions.asp, line 1457


line 1457 is
strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust))

What to do?
(That makes it impossible to reset to the defaultsettings)
Romée




Edited by - Romee on 15 April 2002 07:37:23
Go to Top of Page

milki
Junior Member

Israel
320 Posts

Posted - 15 April 2002 :  07:50:22  Show Profile  Visit milki's Homepage  Send milki an ICQ Message
i see you get the file

Edited by - milki on 15 April 2002 08:06:44
Go to Top of Page

mvsouza
Starting Member

3 Posts

Posted - 15 April 2002 :  11:27:24  Show Profile
Please, friends
i have installed the AU40...

ERROR in DEFAULT.ASP:

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'chkAUPermissions'

/snitz/inc_activeusers.asp, line 39


or maybe

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'ActiveUserTracker'

/snitz/inc_top.asp, line 112


Can you help me?



Edited by - mvsouza on 15 April 2002 11:55:19
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 15 April 2002 :  12:10:22  Show Profile  Visit Nathan's Homepage
mvsouza - Your error is because you forgot to include the functions into the inc_function.asp file.

-----------------------------------------------

Romee - open up inc_functions, on line 1457 replace strAUTimeout with an interger value (say 10) then save the file.

Then go to admin options > active users config and change the Timeout value to a numeric value. Submitt it.

Then you can go back to inc_functions.asp and return it to its original state.

-----------------------------------------------

I will be updating the zip file (4.0.04) to include a validator for the error that Romee has found. It involvs 3 New strings

English and Dutch are up to date

Rurib, I need 4 strings to get the 2070 file fully up to date
strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details"
strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value"
strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data"
strLangMOD_Ls3kAU_01241 = "Posting Message"

Milki, I need 5 strings from you
strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details"
strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value"
strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data"
strLangMOD_Ls3kAU_01241 = "Posting Message"
strLangMOD_Ls3kAU_01270 = "Invalid Location"

Sorry guys, I guess we have discovered the new greatest challenge of mod development!!!

-----------------------------------------------

Please, if you have having trouble installing this mod, ask for help in the Mod Implementations forum.

Nathan Bales
Snitz Exchange | Do's and Dont's

Edited by - Nathan on 15 April 2002 12:22:49
Go to Top of Page

dasHell
Starting Member

Turkey
43 Posts

Posted - 15 April 2002 :  12:35:59  Show Profile  Send dasHell an ICQ Message
quote:
Romee - open up inc_functions, on line 1457 replace strAUTimeout with an interger value (say 10) then save the file.

Then go to admin options > active users config and change the Timeout value to a numeric value. Submitt it.

Then you can go back to inc_functions.asp and return it to its original state.



What should it look like?
Original Line:
strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust))
Plz make this change on this line and post it again.Thank you.(My English is so bad that I could not manage to do it.)



___Learnin'...___
Go to Top of Page

milki
Junior Member

Israel
320 Posts

Posted - 15 April 2002 :  12:40:02  Show Profile  Visit milki's Homepage  Send milki an ICQ Message
quote:
Milki, I need 5 strings from you
strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details"
strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value"
strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data"
strLangMOD_Ls3kAU_01241 = "Posting Message"
strLangMOD_Ls3kAU_01270 = "Invalid Location"


here is the words ....

strLangMOD_Ls3kAU_02021 = "äúøçùä áòéä àí äôøèéí ùìê"
strLangMOD_Ls3kAU_02022 = "äæîï òáø, çééá áäëðñú òøê îñôøé"
strLangMOD_Ls3kAU_02023 = "çæåø ìäëðéñ ðúåðéí"
strLangMOD_Ls3kAU_01241 = "ùåìç äåãòä"
strLangMOD_Ls3kAU_01270 = "îé÷åí ìà éãåòä"

Go to Top of Page

Romee
Junior Member

Netherlands
180 Posts

Posted - 15 April 2002 :  12:50:34  Show Profile
Hi Nathan,
That worked.
Will you give the three strings separatly, or do we have to reinstall the mod.
grz
Romée

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 15 April 2002 :  12:50:59  Show Profile  Send ruirib a Yahoo! Message
quote:


Ruirib, I need 4 strings to get the 2070 file fully up to date
strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details"
strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value"
strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data"
strLangMOD_Ls3kAU_01241 = "Posting Message"



Nathan,

Here they are

strLangMOD_Ls3kAU_02021 = "Ocorreu um problema com os seus dados"
strLangMOD_Ls3kAU_02022 = "Tem de indicar um valor numérico para o Tempo de Inactividade"
strLangMOD_Ls3kAU_02023 = "Voltar a Introduzir Dados"
strLangMOD_Ls3kAU_01241 = "A Publicar Mensagem"



-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 15 April 2002 :  12:54:48  Show Profile
quote:

Sorry guys, I guess we have discovered the new greatest challenge of mod development!!!



I was wating for this ... This is why I had to start implementing LangPackManager... The base Snitz v3.3.03 code has nearly 2000 strings (yet) and increasing. There are 7 compatible, 7 nearly compatible, 12 started (total 26) different locales for v4 now...

You will have versioning, distribution, date/time related issues for sure...

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?


Think Pink
==> Start Internationalization Here
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.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07