[Radiant] [ANN]Paperclipped—Paperclip bas ed assets extension

2008-06-12 Thread Keith Bingman
Once again I have an assets extension. This one is not entirely compatible with my previous extension, but you can, with a little work switch it over. I will try to get an update script one of these days. Paperclip is a new file management plugin from Thoughtbot which has a few advantages

[Radiant] Wordpress Migration

2008-06-12 Thread Justin Mazzi
Hello, Has anyone wrote any migration scripts for wordpress yet? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] adding shards regions

2008-06-12 Thread Jim Gay
I want to add regions into the interface for radiant-help. Is this possible? If so, can I get some pointers on how to go about that? -Jim ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/

[Radiant] ruby 1.8.7

2008-06-12 Thread Sho Fukamachi
Hi Radiant People, I've had a lot of trouble getting a radiant installation running properly on a new server which has been updated to Ruby 1.8.7. I've had to do a number of things to stop Enumerable and String errors, but I've been able to do that without all that much difficulty.

Re: [Radiant] adding shards regions

2008-06-12 Thread Chris Parrish
Jim Gay wrote: I want to add regions into the interface for radiant-help. Is this possible? If so, can I get some pointers on how to go about that? -Jim ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

Re: [Radiant] adding shards regions

2008-06-12 Thread Sean Cribbs
If you look at the way the original Shards extension modified the Radiant::AdminUI object, that should get you going in the right direction. That said, here's the gist: 1) Add an attr_accessor for your controller name to Radiant::AdminUI (class_eval is probably best). 2) Put an OpenStruct

[Radiant] Which extension to use?

2008-06-12 Thread [EMAIL PROTECTED]
Hey guys, I am trying to figure out how to add a sign up page for a newsletter my client want to send out. I am not worried about the newsletter part, yet, but I cannot for the life of me figure out which extension I need to use to build and process the sign up form. I have tried using

Re: [Radiant] adding shards regions

2008-06-12 Thread Jim Gay
That was a big help Sean. Thanks. I have the basics started with editable regions and in trying to make this extension as helpful as possible I've commented the help_extension.rb and README with details about setting up regions. Chris, take a look if you haven't tried it yourself yet:

Re: [Radiant] Which extension to use?

2008-06-12 Thread Jim Gay
On Jun 13, 2008, at 12:06 AM, [EMAIL PROTECTED] wrote: Hey guys, I am trying to figure out how to add a sign up page for a newsletter my client want to send out. I am not worried about the newsletter part, yet, but I cannot for the life of me figure out which extension I need to use to