Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Multi Lingual Forums
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Multi Lingual Forums

 Post Reply Post Reply Page  <1 2345>
Author
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 18 April 2005 at 7:13am
the problem is that java script fails to run in inframe or in file RTE_textbox.asp...
Back to Top
weipper2 View Drop Down
Newbie
Newbie


Joined: 18 March 2005
Location: Canada
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote weipper2 Quote  Post ReplyReply Direct Link To This Post Posted: 19 April 2005 at 12:29pm
I dont know dude for this error, i tried with the mod creator and we havnt ideas :(

But I created a working version in page 1, its work fine. You can take a look here, but dont register, its will be a professional web site soon and i dont want test threads or something like that :p
Back to Top
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 19 April 2005 at 4:51pm
how can you test your forum if you have locked it up?
Error becomes when somebody want to write some text etc... RTE_ buttons don't work etc... That you can't test if you have locked...
 
test here:
Back to Top
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 19 April 2005 at 4:53pm
+ can you send me french translation to my mail?
 
THANK YOU!
Back to Top
weipper2 View Drop Down
Newbie
Newbie


Joined: 18 March 2005
Location: Canada
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote weipper2 Quote  Post ReplyReply Direct Link To This Post Posted: 21 April 2005 at 9:26am
Originally posted by _red_zion_ _red_zion_ wrote:

how can you test your forum if you have locked it up?
Error becomes when somebody want to write some text etc... RTE_ buttons don't work etc... That you can't test if you have locked...
 
test here:


There is a difference between MY mod multi-language forum and Maestro's mod. Mine is working, just take a look here, and i gave you the instruction in page 1.
Back to Top
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 23 April 2005 at 7:08am
jao... my mod is working to (+ I have more translations) (look http://www.redzion.com/forum/) but there become error when you try to writte something...
How can we test your forum if you have locked up new registration members and for making posts you must be registered...
 
Can you send me your MOD...?
Back to Top
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 23 April 2005 at 7:09am
+ problem of your mod is that you don't have everything on one web address (my MOD is all on one web address)...
Back to Top
Gilles View Drop Down
Newbie
Newbie
Avatar

Joined: 25 April 2005
Location: Belgium
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gilles Quote  Post ReplyReply Direct Link To This Post Posted: 25 April 2005 at 4:23am
Originally posted by zMaestro zMaestro wrote:

I want to load it depending on the language the user chose, the only problem is that it is based on Constants and I'm getting a name defined error!!!
  1. Remove all CONST from language files (user for beter memory performances)
  2. Remove all <% Option Explicit %> from all pages (used only to avoid mistyping and undeclared variables)

You won't have this error anymore.

There is no solution with the same good performance in a multilingual environment. One easy solution (hard for memory perf) for quick integration is to make the modifications above and add these :
  1. Create a subdir for each language packs in the \language_files dir (ex : \language_files\FR\ ; \language_files\UK ; \language_files\DU ; etc.)
  2. Copy your language pack in the right directories
  3. Modify all the *_language_file_inc.asp in the \language_files directory (not in the subdirs of course) with this kind of code :

<%

' Something to get the language currently in use by the user, let's call it : active_language (2 = French, 3 = Dutch, 1 = English (default))
 
SELECT CASE Active_language
 CASE 2 
 %><!-- #INCLUDE FILE=FR/*language_file_inc.asp --><%
 CASE 3
 %><!-- #INCLUDE FILE=DU/*language_file_inc.asp --><%
 CASE ELSE
 %><!-- #INCLUDE FILE=EN/*language_file_inc.asp --><%
END SELECT
 
%>
 
! : Replace all the * in the code above by the name of the page you are currently editing
! : change the dir name according your subdirs.
 
This is not very good because each language files are always included in the process but it may be done in 2 minutes.
 
Hope this helps.
 
Gilles
Back to Top
 Post Reply Post Reply Page  <1 2345>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.