Re: [Radiant] Internationalization examples

2007-05-29 Thread Daniel Sheppard
> We've went over a couple of options and for managability we've > decided on creating separate default page parts for each > language and > then overriding find_page_by_url in our extension to select > the right > content to render based upon the browser language type. > > John implemente

Re: [Radiant] url regexp question

2007-05-29 Thread Loren Johnson
Francesco, It will help if you can post the code snippet with the nested http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Radiant integration with another Rails app?

2007-05-29 Thread Loren Johnson
Matt, RadiantFromRails sounds good to me. Let me know when you get it set up, I'm anxious to give it a spin. Once I am sitting down to do that I'll feed my experience back to you on how it goes. Do you have a client use case for the integration? I think you said you did, but it'd be good

Re: [Radiant] Extending the Search Extension

2007-05-29 Thread Daniel Sheppard
> Ok, I can't find the solution to this problem. I have > implemented the > suggestion from Oliver > [http://lists.radiantcms.org/pipermail/radiant/ > 2007-May/004927.html] to control extension load order, but my > customized render call isn't overwriting the default SearchPage one. > When

[Radiant] Extending the Search Extension

2007-05-29 Thread James Thompson
Ok, I can't find the solution to this problem. I have implemented the suggestion from Oliver [http://lists.radiantcms.org/pipermail/radiant/ 2007-May/004927.html] to control extension load order, but my customized render call isn't overwriting the default SearchPage one. When I look at the d

Re: [Radiant] Still having problems testing extensions

2007-05-29 Thread Andrew O'Brien
Ok, I think I finally figured it out: there's a missing file in the Rails distribution packaged in Radiant. It's present in the repository, but not in the gem or tgz on Rubyforge. Not sure how it got excluded, but when I copied the code from http://dev.radiantcms.org/radiant/browser/trunk/radian

Re: [Radiant] Still having problems testing extensions

2007-05-29 Thread Andrew O'Brien
Ok, so I think I tracked down something a little bit more useful... After going through the trace, I opened up #{RADIANT_ROOT}/test/test_helper.rb. After commenting a couple of lines I suspected, I found that commenting line #13 ( require 'test_help' ) allowed my tests to run. (These are the rud

Re: [Radiant] iFrame links

2007-05-29 Thread Keith Bingman
Yes, this is exactly what I am trying to do. My basic plan at the moment is to make a Virtual Page type for the mian pae (with the iFrame) and grab the query string. Then I can just reset the source of the iFrame or redirect the page. Hopefully, that will work. You guys have helped a lot, I

Re: [Radiant] iFrame links

2007-05-29 Thread Walter Lee Davis
Basically, it sounds to me as if you are trying to load a page which contains an iFrame, and then programmatically direct that iFrame to load a different source than its default. If I were doing it in PHP (sorry) I would script the iFrame to load a sanitized version of a querystring variable. M

Re: [Radiant] iFrame links

2007-05-29 Thread Keith Bingman
This is what I was thinking of doing, though perhaps as a Virtual page. My Ruby is better than my javascript... But I will give it a thought. Thanks! Keith Bingman Tel: +49-7731-79838380 [EMAIL PROTECTED] http://keithbingman.com On May 29, 2007, at 4:47 PM, Oliver Baltzer wrote: > Keith

Re: [Radiant] iFrame links

2007-05-29 Thread Oliver Baltzer
Keith Bingman wrote: > Yes. That is clear. I am trying to link directly to a page with an > iFrame from an external link. Basically a bookmark. I think I know > how to do it, but thought I see if there was something I was > overlooking. Doesn't seem to be. I understand. I would probably use

Re: [Radiant] iFrame links

2007-05-29 Thread Keith Bingman
Yes. That is clear. I am trying to link directly to a page with an iFrame from an external link. Basically a bookmark. I think I know how to do it, but thought I see if there was something I was overlooking. Doesn't seem to be. Keith Bingman Tel: +49-7731-79838380 [EMAIL PROTECTED] http://ke

Re: [Radiant] iFrame links

2007-05-29 Thread Oliver Baltzer
On 29/05/07 05:48 AM, Keith Bingman was heard to say: > This isn't really a radiant problem, but maybe one of you can help > me. I have been forced to use iframes because the client wants music > on the site. Now he wants links to specific pages, which of course > poses a problem. Does anyone

[Radiant] iFrame links

2007-05-29 Thread Keith Bingman
This isn't really a radiant problem, but maybe one of you can help me. I have been forced to use iframes because the client wants music on the site. Now he wants links to specific pages, which of course poses a problem. Does anyone know how to generate a link directly to a specific page wit