Re: [Radiant] ? about using database_form on every page

2008-09-27 Thread Andrew Neil
On 22 Sep 2008, at 21:16, [EMAIL PROTECTED] wrote: On Thu, 2008-09-18 at 15:37 -0400, Tim Gossett wrote: On Thu, Sep 18, 2008 at 2:10 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED] >wrote: Is it a bad thing? I was going to include a contact form on every page of a website I am building, but that

Re: [Radiant] ? about using database_form on every page

2008-09-22 Thread [EMAIL PROTECTED]
On Thu, 2008-09-18 at 15:37 -0400, Tim Gossett wrote: > On Thu, Sep 18, 2008 at 2:10 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > > Is it a bad thing? I was going to include a contact form on every page > > of a website I am building, but that means that every page must have the > > page ty

Re: [Radiant] ? about using database_form on every page

2008-09-18 Thread [EMAIL PROTECTED]
On Thu, 2008-09-18 at 14:30 -0600, john wrote: > You can actually fix this in your environment.rb also with something > like > > config.extensions = [ :page_attachments, :all ] Thanks for the info. ~Nate ___ Radiant mailing list Post: Radiant@rad

Re: [Radiant] ? about using database_form on every page

2008-09-18 Thread Steven Southard
That did work. Thanks. Steven On Sep 18, 2008, at 3:30 PM, john wrote: On 2008/09/18, at 13:59, Steven Southard wrote: I'm doing that on my site and the only problems I have is that mailer seems to mess page attachments up. You can just change the page type to normal and page attachmen

Re: [Radiant] ? about using database_form on every page

2008-09-18 Thread john
On 2008/09/18, at 13:59, Steven Southard wrote: I'm doing that on my site and the only problems I have is that mailer seems to mess page attachments up. You can just change the page type to normal and page attachment works, upload an image, then change it back. You can actually fix this i

Re: [Radiant] ? about using database_form on every page

2008-09-18 Thread Steven Southard
I'm doing that on my site and the only problems I have is that mailer seems to mess page attachments up. You can just change the page type to normal and page attachment works, upload an image, then change it back. Since you are using paperclipped it may not be a problem. Also of course it

Re: [Radiant] ? about using database_form on every page

2008-09-18 Thread Tim Gossett
On Thu, Sep 18, 2008 at 2:10 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > Is it a bad thing? I was going to include a contact form on every page > of a website I am building, but that means that every page must have the > page type "Database Form". Will that mess up any of the other > functio