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 DEV-Group
 DEV Internationalization (v4)
 Need help to make pages Right to Left
 Forum Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

mehdi
Starting Member

Iran
8 Posts

Posted - 01 November 2001 :  02:54:02  Show Profile
Hi.
I need help to make forum pages Right to Left (as Mr aljish
maked in his forum: http://aljish.com.sa/jforum
I can translate the pages myself.
Any body can help?


<

Winther
Starting Member

2 Posts

Posted - 01 November 2001 :  04:48:30  Show Profile  Visit Winther's Homepage
Hi.
I think it can be done by adding the following html-tag in the beginning of the file.
<html dir=rtl>
dir=trl is the magic word
Take a look at the source from the forum you mentions.

<
Go to Top of Page

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 01 November 2001 :  07:34:27  Show Profile  Visit Gremlin's Homepage
*evil grin*

That dir=rtl is gonna make one neat April fools trick on my members next year

Halo of Xegony<
Go to Top of Page

mehdi
Starting Member

Iran
8 Posts

Posted - 01 November 2001 :  10:57:35  Show Profile
Ok, this <html dir=rtl> solved turning pages right to left, now any body have changed page elements to right to left?

<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 01 November 2001 :  19:27:57  Show Profile
Yes we know that this is another issue to be solved in the final. The language files must include a setting for this anyway. I.e. if you select English it will be l2r, if arabic is selected it will become r2l. Is this what you want?

Think Pink
Test Site not ready yet | DL Post v40b02 Files<
Go to Top of Page

mehdi
Starting Member

Iran
8 Posts

Posted - 02 November 2001 :  05:59:37  Show Profile
quote:

Yes we know that this is another issue to be solved in the final. The language files must include a setting for this anyway. I.e. if you select English it will be l2r, if arabic is selected it will become r2l. Is this what you want?


Exactly.

Another thing:
I decide to make language files for Farsi and Arabic. I know how to modify langXXX file to define our language strings. But how can I add this language file to menu on v4.x ?

<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 02 November 2001 :  06:43:55  Show Profile
Open config.asp and find the includes (for LangNNNN.asp files) near the bottom of the file. Put never ones there.


CAUTION: It's not advisable to put more than 2 languages in the forum because it will harm your server performance. For every language 200 KB file will be loaded into server memory and executed. And this is for every visitor and for every page view they have!



Think Pink
Test Site not ready yet | DL Post v40b02 Files<
Go to Top of Page

strum
Starting Member

Israel
44 Posts

Posted - 06 November 2001 :  08:53:28  Show Profile
The right to left issue is not so simple as just adding the dir="rtl" tag.
In some places (especially input boxes for urls) you need the "normal" (L2R) direction.

Strum

<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 06 November 2001 :  10:40:14  Show Profile
quote:

The right to left issue is not so simple as just adding the dir="rtl" tag.
In some places (especially input boxes for urls) you need the "normal" (L2R) direction.

Strum



Can you explain about the problem and its solution a bit please. I never played with that tag, and I will do it in the following weeks.


Think Pink
Test Site not ready yet | Post v40b03 Patches<
Go to Top of Page

strum
Starting Member

Israel
44 Posts

Posted - 10 November 2001 :  13:14:37  Show Profile
just try it...
In places where you(the user) need to input in english (like typing his e-mail or favorite site url) a "rtl" input box is very confusing.

Also, the pictures of the "bread crumbs" (sorry don't know how they're called, I mean the links that lead you from: "all forums" -- "name of this forum" -- "name of post") are reversed.


And one more thing, when your'e posting and trying to add forum code tags into an rtl input box they come out realy strange.

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

The solution I have is lots of "ants work" I go into the pages and plant the dir rtl into specific tables and/or input boxes.

and regarding the forum code tags:
I give the users a tip to change the status of the input box by typing left CTRL-SHIFT in it (thus aligning it ltr) to see how the tags come out. and I wrote a script (for IE5 and up) that makes the post buttons behave like editor buttons (you select the text you want to "bold" , for example, with the mouse and click the bold button)

I'll send you the script if you want.

Strum


<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 12 November 2001 :  14:07:08  Show Profile
quote:

just try it...
In places where you(the user) need to input in english (like typing his e-mail or favorite site url) a "rtl" input box is very confusing.

Also, the pictures of the "bread crumbs" (sorry don't know how they're called, I mean the links that lead you from: "all forums" -- "name of this forum" -- "name of post") are reversed.


And one more thing, when your'e posting and trying to add forum code tags into an rtl input box they come out realy strange.

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

The solution I have is lots of "ants work" I go into the pages and plant the dir rtl into specific tables and/or input boxes.

and regarding the forum code tags:
I give the users a tip to change the status of the input box by typing left CTRL-SHIFT in it (thus aligning it ltr) to see how the tags come out. and I wrote a script (for IE5 and up) that makes the post buttons behave like editor buttons (you select the text you want to "bold" , for example, with the mouse and click the bold button)

I'll send you the script if you want.

Strum






If you did this on a fresh copy of any release (v3.3 or v4.0) I can easily locate the changes and carry your work. Otherwise its another cumbersome work that I'll leave for v4.1 (although I want to implement it in v4.0f).


Think Pink
Test Site not ready yet | Post v40b03 Patches<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 08 October 2002 :  20:42:48  Show Profile
Well, now I see what you mean . There is bunch of work related to this . But because it is a must, I want to include this into v4b04. Can you (i.e. Hebrew and/or Arabic speaking/coding people) help me in this?
<

Stop the WAR!
Go to Top of Page

David K
Junior Member

494 Posts

Posted - 03 November 2002 :  19:43:28  Show Profile  Send David K an AOL message  Send David K an ICQ Message  Send David K a Yahoo! Message
I can help you in most Hebrew related stuff<
Go to Top of Page

David K
Junior Member

494 Posts

Posted - 03 November 2002 :  19:44:36  Show Profile  Send David K an AOL message  Send David K an ICQ Message  Send David K a Yahoo! Message
and I got my first star, in my first day!<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 03 November 2002 :  19:48:09  Show Profile
quote:
Originally posted by David K

and I got my first star, in my first day!


You worked for it a lot, but where is the star <

Stop the WAR!
Go to Top of Page

David K
Junior Member

494 Posts

Posted - 03 November 2002 :  21:03:14  Show Profile  Send David K an AOL message  Send David K an ICQ Message  Send David K a Yahoo! Message
I was wrong, I confused with a diffrent forum I'm in that gives a star after 20 posts
BTW, is there a way to get an approval to translate the copyright notice at the end? like someone I can ask that from?<
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 Forum Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07