TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 08.02.2007, 10:15
Tomas Norre Mikkelsen
Gast
 
Beiträge: n/a
Standard [TYPO3] Website in Arabic, English and Danish

Hello,

I have to make a website in typo3 that support following three languages:
Arabic, English and Danish.

The english and danish is not a problem, i've made solution like that
before, but the Arabic im not sure how to solve.

I have found the plugin zor_rtl, which helps to write from the right to
left..

But it altså effects the 2 other languages, so i have to get a solution,
that when editing arabic pages, the plugin zor_rtl is loaded and with
english and danish pages it is not..

Do anyone, have a solution for this problem ?

--
Best Regards.
Tomas Norre Mikkelsen
tomasnorre (AT) gmail (DOT) com
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Sponsored Links
  #2  
Alt 08.02.2007, 15:38
Patrick Scholman
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Website in Arabic, English and Danish

Hello Tomas,

I am by no means an coding guru but I checked the class.ux_template.php
and it seems to me that it should depend on the language settings of the
backend user.
Did you try to enter content with the same backend-user? Does this BE
user have the arabic language set? If so, try it with a different BE
user that has English as language for example...

HTH,

Patrick Scholman
GOYoK services

Tomas Norre Mikkelsen wrote:
> Hello,
>
> I have to make a website in typo3 that support following three languages:
> Arabic, English and Danish.
>
> The english and danish is not a problem, i've made solution like that
> before, but the Arabic im not sure how to solve.
>
> I have found the plugin zor_rtl, which helps to write from the right to
> left..
>
> But it altså effects the 2 other languages, so i have to get a solution,
> that when editing arabic pages, the plugin zor_rtl is loaded and with
> english and danish pages it is not..
>
> Do anyone, have a solution for this problem ?
>

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 08.02.2007, 16:48
Aji Johannes
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Website in Arabic, English and Danish

Tomas Norre Mikkelsen schrieb:
> Hello,
>
> I have to make a website in typo3 that support following three languages:
> Arabic, English and Danish.
>
> The english and danish is not a problem, i've made solution like that
> before, but the Arabic im not sure how to solve.
>
> I have found the plugin zor_rtl, which helps to write from the right to
> left..
>
> But it altså effects the 2 other languages, so i have to get a solution,
> that when editing arabic pages, the plugin zor_rtl is loaded and with
> english and danish pages it is not..
>
> Do anyone, have a solution for this problem ?
>


Hello Tomas,

i i already maked many websites with Arabic Language. it is easy to do
it, you dont have to Install any plugins for Arabic Support.

1. create an Database utf8_general_ci

2. make sure that you set the ForceCharset to utf=8 in BE(install tool),
to support all Languages.

3. then you need to define in your CSS or HTML the Direction of the
Text, Arabice for example, you need direction= rtl or in css dir:rtl;

4. then you can define an css for arabic and one css for DK and EN.

that is all.

try it, if you get any problem, let me know.

Johannes


_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 14.02.2007, 12:28
Tomas Norre Mikkelsen
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Website in Arabic, English and Danish

Hello,

I've a problem with the test insertet i looks like:

*ريم بنا**: **تغنى
عبر الجدار
العازل*


I have done the things you wrote.. But with no luck.. Any idea of what went
wrong ?

*
Best Regards*

*Tomas
*



2007/2/8, Aji Johannes <aji.yahya (AT) gmail (DOT) com>:
>
> Tomas Norre Mikkelsen schrieb:
> > Hello,
> >
> > I have to make a website in typo3 that support following three

> languages:
> > Arabic, English and Danish.
> >
> > The english and danish is not a problem, i've made solution like that
> > before, but the Arabic im not sure how to solve.
> >
> > I have found the plugin zor_rtl, which helps to write from the right to
> > left..
> >
> > But it altså effects the 2 other languages, so i have to get a solution,
> > that when editing arabic pages, the plugin zor_rtl is loaded and with
> > english and danish pages it is not..
> >
> > Do anyone, have a solution for this problem ?
> >

>
> Hello Tomas,
>
> i i already maked many websites with Arabic Language. it is easy to do
> it, you dont have to Install any plugins for Arabic Support.
>
> 1. create an Database utf8_general_ci
>
> 2. make sure that you set the ForceCharset to utf=8 in BE(install tool),
> to support all Languages.
>
> 3. then you need to define in your CSS or HTML the Direction of the
> Text, Arabice for example, you need direction= rtl or in css dir:rtl;
>
> 4. then you can define an css for arabic and one css for DK and EN.
>
> that is all.
>
> try it, if you get any problem, let me know.
>
> Johannes
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english (AT) lists (DOT) netfielders.de
> http://lists.netfielders.de/cgi-bin/.../typo3-english
>




--
Venlig Hilsen
Tomas Norre Mikkelsen
tomasnorre (AT) gmail (DOT) com
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] 2 sprachige website dt/engl Jöcker, Ulrich typo3-german@lists.netfielders.de 4 24.01.2007 22:09
[TYPO3-german] website drucken Jöcker, Ulrich typo3-german@lists.netfielders.de 5 20.12.2006 13:00
Re: [TYPO3-shop] sell subscription to website stefano cecere typo3-project-tt-products@lists.netfielders.de 0 16.12.2006 02:14
[TYPO3] website portfolio Brian Bendtsen typo3-english@lists.netfielders.de 0 15.12.2006 14:48
[TYPO3] Danish DateTime in tt_news Ulf S. Retsloff typo3-english@lists.netfielders.de 2 13.12.2006 14:25


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:24 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101