| Author |  Topic  | 
              
                | NathanHelp Moderator
 
      
 
                USA7664 Posts
 |  | 
              
                | n/adeleted
 
    
 
                593 Posts | 
                    
                      |  Posted - 18 May 2002 :  03:13:13   
 |  
                      | Hi Nathan, 
 Thanks for a good "dummy proof" instruction on MOD implementation. I got it running with a Japanese at a demo site (well, my first ever try at MOD deployment). This mod is also very "internationalization" friendly....for langpack translation. Still learning about it, but will forward you a 1041Japanese pack.
 
 Super.
 
 
 
 LEORAT
 i2AsiaFORUM
 |  
                      |  |  | 
              
                | NathanHelp Moderator
 
      
 
                USA7664 Posts
 | 
                    
                      |  Posted - 18 May 2002 :  04:02:44     
 |  
                      | quote:Thanks for a good "dummy proof" instruction on MOD implementation.
 
 
 You're welcome.
 
 
  Nathan Bales Snitz Exchange | Do's and Dont's
 |  
                      |  |  | 
              
                | praeStarting Member
 
 
 
                4 Posts | 
                    
                      |  Posted - 23 May 2002 :  19:02:25   
 |  
                      | I just installed this mod.  It's a little time consuming to do, but what a super mod!  Great job guys!!!  (and thanks) 
 
 |  
                      |  |  | 
              
                | SiriusStarting Member
 
 
 
                45 Posts | 
                    
                      |  Posted - 21 July 2002 :  16:47:35   
 |  
                      | 1. Love the mod - good work! 
 2. A quick heads-up... I found that when someone was in a private forum it would show "viewing private forum", but when they were viewing a topic in a private forum, nothing showed up, it was just blank. Upon investigation of active_users.asp, I discovered that there were a few instances of "strOnlineLocation" that need to be changed to "strPage". Working perfectly now.
 
 
 Edited by - Sirius on 21 July 2002  16:48:57
 |  
                      |  |  | 
              
                | laserAdvanced Member
 
      
 
                Australia3859 Posts
 | 
                    
                      |  Posted - 21 July 2002 :  16:59:07   
 |  
                      | quote:
 I discovered that there were a few instances of "strOnlineLocation" that need to be changed to "strPage". Working perfectly now.
 
 
 
 Will that fix my 'Invalid location' I get in the AU page sometimes ?
 
 
 |  
                      |  |  | 
              
                | SiriusStarting Member
 
 
 
                45 Posts | 
                    
                      |  Posted - 21 July 2002 :  18:17:28   
 |  
                      | quote:
 
 Will that fix my 'Invalid location' I get in the AU page sometimes ?
 
 
 
 
 
 I don't believe so. It's my understanding that "Invalid Location" should only show when there has been an "error" such as the FORUM_ID or TOPIC_ID being empty. The mod author would probably be better qualified to help you on that one.
 
 
 |  
                      |  |  | 
              
                | GenerationEdgeJunior Member
 
   
 
                105 Posts | 
                    
                      |  Posted - 24 July 2002 :  00:28:46   
 |  
                      | I have installed this to a clean version 3.3.05 of snitz just to see of it would work. The error that I'm getting is 
 Microsoft VBScript compilation error '800a03ea'
 
 Syntax error
 
 /forums/LangMODS_Ls3kAU4.asp, line 46
 
 case "1033" 'English
 ^
 
 Any help here?
 
 Jason
 
 
 |  
                      |  |  | 
              
                | milausStarting Member
 
 
 
                Italy13 Posts
 | 
                    
                      |  Posted - 08 August 2002 :  18:36:40     
 |  
                      | quote:Originally posted by GenerationEdge
 
 I have installed this to a clean version 3.3.05 of snitz just to see of it would work. The error that I'm getting is
 
 Microsoft VBScript compilation error '800a03ea'
 
 Syntax error
 
 /forums/LangMODS_Ls3kAU4.asp, line 46
 
 case "1033" 'English
 ^
 
 Any help here?
 
 Jason
 
 
 
 
 
 sobstitute in file "LangMODS_Ls3kAU4.asp"
 
 select case strLangLCID
 case "1030" 'Danish
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1030.asp" --><%
 case "1033" 'English
 %><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
 case "1036" 'French
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1036.asp" --><%
 case "1037" 'Hebrew
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1037.asp" --><%
 case "1041" 'Japanese
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1041.asp" --><%
 case "1043" 'Dutch
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1043.asp" --><%
 case "1046" 'Portuguese - Brazil
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1046.asp" --><%
 case "1053" 'Sweedish
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1053.asp" --><%
 case "2070" 'Portuguese - Portugal
 %><!--INCLUDE FILE="LangMODS_Ls3kAU4_2070.asp" --><%
 case else
 %><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
 end select
 %>
 
 
 Cordialmente
 Milaus
 
  
 
 |  
                      |  |  | 
              
                | moatazStarting Member
 
 
 
                Israel44 Posts
 | 
                    
                      |  Posted - 09 August 2002 :  14:06:27   
 |  
                      | I have this Problem ::: Error Type:
 Microsoft VBScript compilation (0x800A03EA)
 Syntax error
 /snitz/langMODS_Ls3kAU4.asp, line 50
 case "1037" 'Hebrew
 
 I'm using version :: 3.3.05
 |  
                      |  |  | 
              
                | Rigger82Junior Member
 
   
 
                USA311 Posts
 | 
                    
                      |  Posted - 12 August 2002 :  12:01:47     
 |  
                      | I seem to have everything installed fine and the only problem Im getting is with the Active users page. 
 
 quote:ASP Code
 
 Error Number
 -2146828194
 Source Code
 
 Category
 Microsoft VBScript runtime
 Error Occured In
 /aotw/commo/active_users.asp
 Line Number
 634
 Column Number
 -1
 Description
 Invalid use of Null
 Extended Description
 
 Posted Data
 
 Referring Page
 http://www.paratrooper.net/aotw/commo/default.asp
 
 
 |  
                      | Mark Christianson
 Gulf War Veteran (82nd Airborne Division)
 Owner/Operator of www.paratrooper.net
 Rigger@paratrooper.net
 "If freedom was shareware, soldiers are the ones who pay for it."
 |  
                      |  |  | 
              
                | jaseaughtonStarting Member
 
 
 
                United Kingdom39 Posts
 |  | 
              
                | Kal CorpAverage Member
 
    
 
                USA878 Posts
 |  | 
              
                | NathanHelp Moderator
 
      
 
                USA7664 Posts
 |  | 
              
                | AzaniahSenior Member
 
     
 
                United Kingdom1004 Posts
 | 
                    
                      |  Posted - 21 August 2002 :  10:28:52     
 |  
                      | Nathan, 
 Couple of version 3.4 points.
 
 In the readme file, inc_functions.asp should be inc_func_common.asp
 
 pop_config_help.asp instructions, should read, "Paste before that:" not after.
 
 Also, you may want to change the code to apply the getCurrentIcon() function.
 
 
 |  
                      | Eagles fly!, but weasels don't get sucked into jet engines.
 |  
                      |  |  | 
              
                
                |  Topic  |  |