Re: [Radiant] How to add images to pages?

2006-09-05 Thread Kevin Ansfield
bodhi wrote: Tom, this feature isn't in Radiant (yet.) but there is a patch on trac [1] that gets you most of the way there. I believe some other people are working on a more streamlined solution, but it hasn't been mentioned on the mailing list in a little while, so I'm not sure what is

Re: [Radiant] How to add images to pages?

2006-08-20 Thread dror tirosh
I also did a multiple upload in an asynch background page_part, whcih I use afterwards to show galleries.This relies on the Rmagick package.And a small change to the routes.rb file.in your routes.rb add: # Upload Routes map.with_options(:controller = 'admin/upload') do |upload| upload.index

Re: [Radiant] How to add images to pages?

2006-08-18 Thread dror tirosh
Hi,I don´t know if it works with 0.5.2 simply because I didn´t try it yet, I just upgraded the rails version but still working on an old radiant version.Keith - errors like you get for not attaching a file can be easily taken care of in the code, the code you´re using is more of an example then

Re: [Radiant] How to add images to pages?

2006-08-18 Thread Tom Wilcoxen
Hi, I installed the patch yesterday against 0.5.2 and it seemed to work just fine. Thanks, by the way, it looks like it should work great. -Tom On 8/18/06, dror tirosh [EMAIL PROTECTED] wrote: Hi, I don´t know if it works with 0.5.2 simply because I didn´t try it yet, I just upgraded the

Re: [Radiant] How to add images to pages?

2006-08-18 Thread Keith Bingman
dror tirosh wrote: Hi, I don´t know if it works with 0.5.2 simply because I didn´t try it yet, I just upgraded the rails version but still working on an old radiant version. Keith - errors like you get for not attaching a file can be easily taken care of in the code, the code you´re using

Re: [Radiant] How to add images to pages?

2006-08-17 Thread dror tirosh
Hi,I did the page_part_types patch before, which allows having parts of different types.I'm not sure there was a huge interest at it at the time, but I use it for a site that my writers are not very computer capable. For that I have created a few page parts types like - a wysiwyg part, a asynch