Different ront page for each locale

View: New views
11 Messages — Rating Filter:   Alert me  

Different ront page for each locale

by Marolijo - Pol maresma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can I do that?
I'm lookin' on front_page, i18n and others but can't find it.
 
Thank's

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by bharanikumariyerphp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

clearly say ur querie

On Tue, Jul 1, 2008 at 12:23 PM, marolijo - Pol Maresma <marolijo@...> wrote:
How can I do that?
I'm lookin' on front_page, i18n and others but can't find it.
 
Thank's

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by Marolijo - Pol maresma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry but I can't understand your answer, did you mean url query? is that a module? i can't find it.
 
Now I'm using a PHP snippet to redirect the front page, but I prefer (if possible) no to change the url on front when I acces the /es /en /fr ... version, now it goes to /es/node/id...
 
Thank's for all!


De: support-bounces@... [mailto:support-bounces@...] En nombre de bharani kumar
Enviado el: dimarts, 1 / juliol / 2008 10:07
Para: support@...
Asunto: Re: [support] Different ront page for each locale

clearly say ur querie

On Tue, Jul 1, 2008 at 12:23 PM, marolijo - Pol Maresma <marolijo@...> wrote:
How can I do that?
I'm lookin' on front_page, i18n and others but can't find it.
 
Thank's

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by John Fletcher-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

There are a few threads on drupal.org where this is discussed.  Most people suggest to make the front page variable an i18n variable using the i18n module and then configure it differently for each language.  However it depends on your drupal version – many people reported problems with i18n_variables in D6 so I’m not 100% sure that it will work.  Which version are you using?

 

Personally I’m just using the same path for each language and it sort of works.  Like /front, fr/front, de/front.  However I need a better solution as it is causing a few issues.  Let us know what you come up with.

 

Regards,

Fletch

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Tuesday, 1 July 2008 6:23 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

Sorry but I can't understand your answer, did you mean url query? is that a module? i can't find it.

 

Now I'm using a PHP snippet to redirect the front page, but I prefer (if possible) no to change the url on front when I acces the /es /en /fr ... version, now it goes to /es/node/id...

 

Thank's for all!

 


De: support-bounces@... [mailto:support-bounces@...] En nombre de bharani kumar
Enviado el: dimarts, 1 / juliol / 2008 10:07
Para: support@...
Asunto: Re: [support] Different ront page for each locale

clearly say ur querie

On Tue, Jul 1, 2008 at 12:23 PM, marolijo - Pol Maresma <marolijo@...> wrote:

How can I do that?

I'm lookin' on front_page, i18n and others but can't find it.

 

Thank's


--
[ Drupal support list | http://lists.drupal.org/ ]

 


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by Marolijo - Pol maresma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Thank's!
I'm on 5.7 but I was thinkin' I can't assign the same url alias to diferent nodes, or maybe in diferent locales I can?
How can I do that you are sayin'?
Now I'm doing a PHP redirect but I costs an extra page load...
 
Thank's!
Pol


De: support-bounces@... [mailto:support-bounces@...] En nombre de John Fletcher
Enviado el: dimecres, 2 / juliol / 2008 02:28
Para: support@...
Asunto: Re: [support] Different ront page for each locale

There are a few threads on drupal.org where this is discussed.  Most people suggest to make the front page variable an i18n variable using the i18n module and then configure it differently for each language.  However it depends on your drupal version – many people reported problems with i18n_variables in D6 so I’m not 100% sure that it will work.  Which version are you using?

 

Personally I’m just using the same path for each language and it sort of works.  Like /front, fr/front, de/front.  However I need a better solution as it is causing a few issues.  Let us know what you come up with.

 

Regards,

Fletch

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Tuesday, 1 July 2008 6:23 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

Sorry but I can't understand your answer, did you mean url query? is that a module? i can't find it.

 

Now I'm using a PHP snippet to redirect the front page, but I prefer (if possible) no to change the url on front when I acces the /es /en /fr ... version, now it goes to /es/node/id...

 

Thank's for all!

 


De: support-bounces@... [mailto:support-bounces@...] En nombre de bharani kumar
Enviado el: dimarts, 1 / juliol / 2008 10:07
Para: support@...
Asunto: Re: [support] Different ront page for each locale

clearly say ur querie

On Tue, Jul 1, 2008 at 12:23 PM, marolijo - Pol Maresma <marolijo@...> wrote:

How can I do that?

I'm lookin' on front_page, i18n and others but can't find it.

 

Thank's


--
[ Drupal support list | http://lists.drupal.org/ ]

 



__________ Informacisn de NOD32, revisisn 3233 (20080701) __________

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by John Fletcher-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

You can set exactly the same url alias in different locales.

 

Drupal automatically prepends the language, eg. in Spanish you set “front” and drupal understands this as “es/front” therefore it’s different from “front” in English.

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Wednesday, 2 July 2008 5:58 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

Thank's!

I'm on 5.7 but I was thinkin' I can't assign the same url alias to diferent nodes, or maybe in diferent locales I can?

How can I do that you are sayin'?

Now I'm doing a PHP redirect but I costs an extra page load...

 

Thank's!

Pol


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by Marolijo - Pol maresma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
thank's, very usefull!
 
see you


De: support-bounces@... [mailto:support-bounces@...] En nombre de John Fletcher
Enviado el: dijous, 3 / juliol / 2008 02:45
Para: support@...
Asunto: Re: [support] Different ront page for each locale

You can set exactly the same url alias in different locales.

 

Drupal automatically prepends the language, eg. in Spanish you set “front” and drupal understands this as “es/front” therefore it’s different from “front” in English.

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Wednesday, 2 July 2008 5:58 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

Thank's!

I'm on 5.7 but I was thinkin' I can't assign the same url alias to diferent nodes, or maybe in diferent locales I can?

How can I do that you are sayin'?

Now I'm doing a PHP redirect but I costs an extra page load...

 

Thank's!

Pol



__________ Informacisn de NOD32, revisisn 3237 (20080702) __________

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by Marolijo - Pol maresma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I tried it but with i18n I can't assign the same url alias to node translations...
I'm doing something wrong?
 
thank's


De: support-bounces@... [mailto:support-bounces@...] En nombre de John Fletcher
Enviado el: dijous, 3 / juliol / 2008 02:45
Para: support@...
Asunto: Re: [support] Different ront page for each locale

You can set exactly the same url alias in different locales.

 

Drupal automatically prepends the language, eg. in Spanish you set “front” and drupal understands this as “es/front” therefore it’s different from “front” in English.

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Wednesday, 2 July 2008 5:58 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

Thank's!

I'm on 5.7 but I was thinkin' I can't assign the same url alias to diferent nodes, or maybe in diferent locales I can?

How can I do that you are sayin'?

Now I'm doing a PHP redirect but I costs an extra page load...

 

Thank's!

Pol



__________ Informacisn de NOD32, revisisn 3237 (20080702) __________

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by John Fletcher-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

What happens when you try to do it?

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Thursday, 3 July 2008 6:05 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

I tried it but with i18n I can't assign the same url alias to node translations...

I'm doing something wrong?

 

thank's


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by Marolijo - Pol maresma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It says: La ruta ya se esta usando.

It means "The path is already in use", or something like this...
 
thank's!

________________________________

De: support-bounces@... [mailto:support-bounces@...] En nombre
de John Fletcher
Enviado el: divendres, 4 / juliol / 2008 11:04
Para: support@...
Asunto: Re: [support] Different ront page for each locale



What happens when you try to do it?

 

From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Thursday, 3 July 2008 6:05 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

 

I tried it but with i18n I can't assign the same url alias to node
translations...

I'm doing something wrong?

 

thank's



__________ Informacisn de NOD32, revisisn 3240 (20080704) __________

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com <http://www.nod32.com>



--
[ Drupal support list | http://lists.drupal.org/ ]

Re: Different ront page for each locale

by John Fletcher-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah, sorry you are right.  Mine does that too.  However it still works.

Not ideal... so I'm also probably going to investigate this when I have some
time and try and find a better solution.

-----Original Message-----
From: marolijo - Pol Maresma [mailto:marolijo@...]
Sent: Friday, 4 July 2008 10:12 PM
To: support@...
Subject: Re: [support] Different ront page for each locale

It says: La ruta ya se esta usando.

It means "The path is already in use", or something like this...
 
thank's!

--
[ Drupal support list | http://lists.drupal.org/ ]