Author |
Topic |
|
tcadieux
Junior Member
153 Posts |
Posted - 29 September 2002 : 22:36:09
|
I followed the instructions in the Help file, however, i kept getting an error on the Select statement in the LangMODS_Ls3kAU4.asp file. I was trying to use it with a French and English site, but i ended up with this at the bottom of my screen..
: 2 | : 3 || : 5 [ | ] : 5 | : 09/29/2002 22:23:38
no Text at all?? I followed the 3.3.03 instructions...
Help plz.< |
|
n/a
deleted
593 Posts |
Posted - 30 September 2002 : 00:37:24
|
Active Users MOD has two instructions for setting up. One for 3.3.x (which you seem to have applied) and the other is for V4b03.x. LangMODS_Ls3kAU3.asp is for V4b03.x compatible language mod file, to be included in at the end of config.asp. In LangMODSLs3kau4.asp, you have to include (or select case) for English US (1033) and French (1036), and you need to upload both lang packs which comes with the MODS.
You cannot use these lang packs with V3.3.03. V4bx and V3.3.x are not compatible, and V3.3.x cannot support bilingual enviornments - it is a single language version (default - English_US, or with other locale language like French, if you do hardcoded translation/localizaiton of V3.3.x itself).
Read "Readme/Install" instructions of this MODS carefully... there are couple of changes you have to make in other files as explained for V4b03.x so follow that, and should be fine...assuming that you have V4b03.x installed....
< |
Taku
|
|
|
Deleted
deleted
4116 Posts |
Posted - 30 September 2002 : 05:27:46
|
Actually, because this MOD is released by the author also supporting v4, this post belongs to the MOD implementation forum . < |
Stop the WAR! |
|
|
tcadieux
Junior Member
153 Posts |
Posted - 30 September 2002 : 09:09:58
|
Sorry about that, my fault. I do have a question though, i installed the Intl version, 4.03 (i believe it's called) but my Forum tells me it's the 3.3.03 (which is likely why i used the wrong instructions for the User Mod).
quote: Originally posted by bozden
Actually, because this MOD is released by the author also supporting v4, this post belongs to the MOD implementation forum .
< |
|
|
Deleted
deleted
4116 Posts |
Posted - 30 September 2002 : 09:32:23
|
The explaination is in the link in my signature... < |
Stop the WAR! |
|
|
n/a
deleted
593 Posts |
Posted - 30 September 2002 : 17:28:06
|
Just a small point for reminder (perhaps not necessary/you may have already done it, but just in case) - if you have V4b03.03? installed, you probably should apply post V4b03.003 patches (w/ 005) so that all your files are updated with security patches. This is because some of the files that you have to change for AU4.01 (I believe this is the version number?) are affected by these security patches. Rather than re-applying changes to the newly updated files, you do updating the core files first and then apply the AU4.01 related changes to them.
Also, with V4b03.003, you should have Lang1036.asp (for French) installed.
In the config.asp, at the bottom, you should have 2 includes: one for LangMODS.asp for the core, and one for LangMODS_Ls3kAU4.asp for Active Users MODS, while you have two LangMODS_Ls3kAU4_1033 and _1036 to be installed in your /forum directory.
< |
Taku
|
|
|
tcadieux
Junior Member
153 Posts |
Posted - 01 October 2002 : 10:05:33
|
As far as i can tell, that's exactly the order in which i did it, for now, i removed it alltogether becuase it was not working correctly.
quote: Originally posted by LeoRat
Just a small point for reminder (perhaps not necessary/you may have already done it, but just in case) - if you have V4b03.03? installed, you probably should apply post V4b03.003 patches (w/ 005) so that all your files are updated with security patches. This is because some of the files that you have to change for AU4.01 (I believe this is the version number?) are affected by these security patches. Rather than re-applying changes to the newly updated files, you do updating the core files first and then apply the AU4.01 related changes to them.
Also, with V4b03.003, you should have Lang1036.asp (for French) installed.
In the config.asp, at the bottom, you should have 2 includes: one for LangMODS.asp for the core, and one for LangMODS_Ls3kAU4.asp for Active Users MODS, while you have two LangMODS_Ls3kAU4_1033 and _1036 to be installed in your /forum directory.
< |
|
|
n/a
deleted
593 Posts |
Posted - 02 October 2002 : 00:27:01
|
I have 4b03005 running w/AU4.01 and LangMODS_Ls3kAU4.asp is set as below (excluding the top copyright statement)... and working fine (although it is set to be viewable by Admin only).... Also could be some minor oversight when you chanaged the files, and assume you have db setup done ok before. JFYI
'## SNITZ FORUM 2000 MOD LANGUAGE FILE
'## Mod Active Users 4.0
'## Author: Nathan Bales
select case strLangLCID
case "1033" 'English
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
case "1041" 'Japanese
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1041.asp" --><%
case "1028" 'Traditional Chinese
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1028.asp" --><%
case "2052" 'Simplified Chinese
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_2052.asp" --><%
case "1036" 'French
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1036.asp" --><%
case "1040" '
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1040.asp" --><%
case "1046" '
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1046.asp" --><%
case "1034" 'Spanish
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1034.asp" --><%
case "1030" '
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1030.asp" --><%
case "2070" 'Portuguese
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_2070.asp" --><%
case else
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
end select
%>
< |
Taku
|
|
|
|
Topic |
|
|
|