Re: [Radiant] JavaScript in a Page?

2007-05-23 Thread Chris Parrish
In a site that I am building, I have a similar requirement. There are standard, site-wide css and javascript files that are included in my layout but I also have page specific javascript or css that occasionally needs added to the head section. I solve it by including the following in my

[Radiant] Media Temple Hosting

2007-05-23 Thread Gabriel Lamounier
Hi there, Does anyone use the Media Temple Grid-Service? I'm about to host my radiant sate there and I'd like to know if I go with the 64MB (memory) container or the 256MB container? Any tip? Be Radinat! Gabriel ___ Radiant mailing list Post:

Re: [Radiant] MissingEndTagError

2007-05-23 Thread Sean Santry
r:content part=foo/ shouldn't this be - /r:content part=foo For posterity's sake: Nope. For empty elements (like r:content) the slash goes before the . - Sean ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search:

[Radiant] using something other than textareas to edit Radiant pages

2007-05-23 Thread kevin beckford
Hello all, I would like to avoid using textareas to edit my radiant site's pages. I would much rather use vim to edit any and all text. Is it possible to do this other than using the radiant.vim plugin ( segfaults my vim 7.1 , version .0.0.3 of radiant.vim ) ?

Re: [Radiant] using something other than textareas to edit Radiant pages

2007-05-23 Thread Sean Cribbs
I've installed the It's All Text add on for Firefox, which gives you an edit button on all textareas. You can configure it to launch your favorite editor and it will handle copying your saved data back into the webpage. Personally, I use SciTE on Win32, but I'm sure you could make it work

[Radiant] Extending an Extension

2007-05-23 Thread James Thompson
As part of a catalog extension I am working on I am trying to extend the existing search extension. This is working as expected for the most part by simply calling SearchPage.send :include, CatalogSearchExtension and placing my work in lib/ catalog_search_extension.rb under my extension.

Re: [Radiant] How big is your Radiant site?

2007-05-23 Thread Kevin Ansfield
On 5/22/07, Andrew O'Brien [EMAIL PROTECTED] wrote: So I was wondering, what's the record for most pages on a radiant install? Don't be shy, people! Whose content reigns supreme? One of the sites that we're running on a highly modified 0.5 is http://www.grouptravelorganiser.com It

Re: [Radiant] Extending an Extension

2007-05-23 Thread Oliver Baltzer
James Thompson wrote: As part of a catalog extension I am working on I am trying to extend the existing search extension. This is working as expected for the most part by simply calling SearchPage.send :include, CatalogSearchExtension and placing my work in lib/

Re: [Radiant] using something other than textareas to edit Radiant pages

2007-05-23 Thread Mohit Sindhwani
If it helps, there's also a Firefox extension called Save Text Area that lets you load the content of a text area from a file. That way, you can prepare a bunch of files using vim (offline if you prefer) and just go through loading them using the extension. Cheers Mohit. Sean Cribbs wrote:

Re: [Radiant] Gallery_Behaviour

2007-05-23 Thread Andrea Franz
Il giorno 23/mag/07, alle ore 09:52, Saji Njarackalazhikam Hameed ha scritto: Hi Matt, Thanks for the clarification. Right now I am satisfying my requirements with some javascript snippets, but I would like to try the Gallery plugin. I tried installing it on my 0.6.1 gem installation,

Re: [Radiant] Media Temple Hosting

2007-05-23 Thread John W. Long
Gabriel Lamounier wrote: Does anyone use the Media Temple Grid-Service? I'm about to host my radiant sate there and I'd like to know if I go with the 64MB (memory) container or the 256MB container? I'm hosting a site on a 64mb container an have had major problems with it. Media temple has had

Re: [Radiant] JavaScript in a Page?

2007-05-23 Thread Saji Hameed
thanks a lot, Chris. this will allow me to replace images using buttons in a page i am using, instead of putting one page per image. saji On May 23, 2007, at 9:38 PM, Chris Parrish wrote: In a site that I am building, I have a similar requirement. There are standard, site-wide css and

Re: [Radiant] Media Temple Hosting

2007-05-23 Thread Bjørn Michelsen
On 5/23/07, John W. Long [EMAIL PROTECTED] wrote: Hello, Does anyone use the Media Temple Grid-Service? I'm about to host my radiant sate there and I'd like to know if I go with the 64MB (memory) container or the 256MB container? I'm hosting a site on a 64mb container an have had major

Re: [Radiant] Gallery_Behaviour

2007-05-23 Thread Matt Bauman
Do you have RMagick installed (and working)? On May 23, 2007, at 2:52 AM, Saji Njarackalazhikam Hameed wrote: Hi Matt, Thanks for the clarification. Right now I am satisfying my requirements with some javascript snippets, but I would like to try the Gallery plugin. I tried installing it