Re: [Radiant] Handling multiple languages

2007-09-11 Thread Aitor Garay-Romero
For this idea we also need parts for layouts and snippets, since they must be translated too. /AITOR On 9/10/07, Sylvestre Mergulhão [EMAIL PROTECTED] wrote: On 9/10/07, Aitor Garay-Romero [EMAIL PROTECTED] wrote: - define different page parts for the language versions. For

Re: [Radiant] Navigation tag and the home page / root

2007-09-11 Thread Aitor Garay-Romero
I have exactly the same problem with a site i'm working on. I'm thinking on tweaking config/routes.rb, but i don't know if this will work well with Radiant. Any experiences with this? /AITOR On 9/11/07, Chris Dwan [EMAIL PROTECTED] wrote: I have a site I'm working on with four main

Re: [Radiant] Navigation tag and the home page / root

2007-09-11 Thread Sean Cribbs
You don't have to use the r:navigation tag for everything. Instead you could do something like this: a href=/ r:if_url matches=^/$class=active/r:if_urlHome/a That will highlight the link with the active class only if the homepage is shown. Sean Chris Dwan wrote: I have a site I'm working

[Radiant] How to get to the initial page

2007-09-11 Thread Chris Doherty
I installed Radiant on my localhost and it worked great. I installed it with my host and now when I go to the url without any controller or action specified i simply get a directory view. How do I get Radiant to show the default page? Thanks, Chris

Re: [Radiant] How to get to the initial page

2007-09-11 Thread Sean Cribbs
It's likely that your host is not passing requests on to Radiant. What type of configuration is it? Sean Chris Doherty wrote: I installed Radiant on my localhost and it worked great. I installed it with my host and now when I go to the url without any controller or action specified i

Re: [Radiant] Accessing sessions?

2007-09-11 Thread Saji Njarackalazhikam Hameed
Hi Andrea, Thanks a lot. The subscriber extension worked right off the shelf (I did not run the tests though). I guess some items are hard-coded, for instance the confirmation message that the subscriber recieves (but I guess I can look at the code and modify it). Also some work may be needed to