Re: [Radiant] Page Attachments extension - installation instructions no longer work

2008-02-12 Thread Jon Evans
Hi Bill, On 12 Feb 2008, at 01:41, Bill Barnard wrote: On Mon, 2008-02-11 at 23:26 +, Jon Evans wrote: I'm using the Radiant Gem 0.6.4. The error I get is: [shiny]:~/rails/site evansj$ rake production db:migrate I think what you want is: $ rake production db:migrate:extensions That

Re: [Radiant] Page Attachments extension - installation instructions no longer work

2008-02-12 Thread Jon Evans
Hi Bill, On 12 Feb 2008, at 19:32, Bill Barnard wrote: You might want to look at how you installed the extension. Your page_attachments directory should contain lib/technoweenie/ where the attachment_fu code lives. I don't really know the mechanism, but radiant/rails finds code in the lib

[Radiant] Page Attachments extension - installation instructions no longer work

2008-02-11 Thread Jon Evans
Hi, I've been trying to install the page_attachments plugin from these instructions: http://wiki.radiantcms.org/Installing_Extension_-_Page_Attachments , but they don't seem to work any more. I'm using the Radiant Gem 0.6.4. The error I get is: [shiny]:~/rails/site evansj$ rake production

Re: [Radiant] Page attachments extension

2007-07-31 Thread Erik van Oosten
Keith, This exact question was on the list just 1 or 2 days ago. Please search the list. Erik. Mailing wrote: Hi all, I have installed page attachment's latest version and when I use the following code I just see a # for each attachment I add - anyone seen this before??

Re: [Radiant] Page attachments extension

2007-07-31 Thread Mailing
Hi Eric, I can see messages referring to the ability of the extension to handle r:attachments:each but none about errors that have been thrown up - can you point me in the right direction? Keith Erik van Oosten wrote: Keith, This exact question was on the list just 1 or 2 days ago. Please

Re: [Radiant] Page attachments extension

2007-07-31 Thread Erik van Oosten
Hi Keith, I think it is this one: http://www.nabble.com/forum/ViewPost.jtp?post=11862316framed=y A big apology, I see that it was unanswered, and even more, written by you! I am very sorry for not paying attention, Erik. Mailing-7 wrote: Hi Eric, I can see messages referring to

Re: [Radiant] Page attachments extension

2007-07-31 Thread David Piehler
Keith wrote: I have installed page attachment's latest version and when I use the following code I just see a # for each attachment I add - anyone seen this before?? r:attachment:each order=asc pr:link / - r:date //p /r:attachment:each I am getting the same results when using

[Radiant] Page attachments extension

2007-07-30 Thread Mailing
Hi all, I have installed page attachment's latest version and when I use the following code I just see a # for each attachment I add - anyone seen this before?? r:attachment:each order=asc pr:link / - r:date //p /r:attachment:each Keith ___ Radiant

[Radiant] Page attachments extension with Fleximage

2007-01-25 Thread Daniel Sheppard
The transformation using fleximage is performed by the controller - look at: http://soxbox.no-ip.org/radiant/svn/extensions/part_assets/lib/part_attachments/site_controller_extension.rb Transformation is specified by .flexi view files. Examples in my repository: