Re: Default language in template publication
florent andré <[email protected]> Tue, 25 Sep 2012 14:45:52 +0200
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Markus, Sorry for late reply. I'm not sure to be great help on this subject, but hoping this give you some pointers : On 09/21/2012 07:34 PM, Markus Angst wrote: > Does somebody have an opinion / idea about this? > > Thanks! > Markus Angst > > > On 05.06.2012 20:39, Markus Angst wrote: >> Hi, >> >> I have two publications A and B where B (child) is a template publication of A >> (parent). I want to change the default language and the display order in the >> languageselector of publication B. >> There seems no official way to do this in the GUI (at least I didn't find it). >> Is it correct to do this directly in publication.xml? >> >> publication.xml of publication A: >> ... >> <languages> >> <language default="true">de</language> >> <language>en</language> >> <language>fr</language> >> <language>it</language> >> </languages> >> ... >> >> publication.xml of publication B: >> ... >> <languages> >> <language default="true">fr</language> >> <language>de</language> >> <language>it</language> >> <language>en</language> >> </languages> >> ... >> >> The combination of the above configurations creates three problems: >> >> - The sort order of the languageselector in Publication B is the same as in A. >> Probably the languageselector always uses an alphabetical sort order? >> Or maybe only use languages defined in A. I don't know if language definition in B override A or is added to A. >> - The links of the languageselector are broken >> - Publication A (working): >> deutsch: (default) >> français: http://<domain>/index_fr.html >> italiano: http://<domain>/index_it.html >> - Publication B (not working): >> deutsch: http://<domain>/.html >> français: (default) >> italiano: http://<domain>/_it.html >> It seems like the default language of A would somehow be used to generate >> the URLs in B. >> May this 2 tests can help to spot the problem : * If you don't override "language" in B, do you still have this bug ? * if you just add a new language in B (say spanish), bug still here ? >> - All image links are broken in B, although they look exactly the same in A >> and B. >> what do you mean by "look" ? The url is the same ? May you B publication don't have the flag files or this files are not in a shared by all publications folder. ++ >> >> Am I overlooking something? Did someone else already experience this problem >> (and has a solution)? Or is this a bug? >> >> Thanks and best regards >> Markus Angst > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >