Re: [Radiant] mailer as snippet or layout

2010-02-18 Thread Steven Southard
Unless there's a way of faking a page_part in snippet it seem like to do this you'd need to either hard code the mailer page_part into mailer_process.rb or redirect it to a page that has a mailer page_part. Anyone see a better option? On Feb 16, 2010, at 3:10 PM, Steven Southard wrote:

[Radiant] mailer as snippet or layout

2010-02-16 Thread Steven Southard
I want to include a mailer form for people to easily report an error on one type of page. There are hundreds of these pages so I would like to include it as a snippet or write it into the layout. Is that possible? Steven ___ Radiant mailing list

Re: [Radiant] mailer as snippet or layout

2010-02-16 Thread Andrew vonderLuft
I have used mailer in snippets many times. On Tue, Feb 16, 2010 at 12:05 PM, Steven Southard ste...@stevensouthard.com wrote: I want to include a mailer form for people to easily report an error on one type of page. There are hundreds of these pages so I would like to include it as a

Re: [Radiant] mailer as snippet or layout

2010-02-16 Thread Nate
On 2/16/10 2:42 PM, Andrew vonderLuft wrote: I have used mailer in snippets many times. How do you get it to render on a real contact page without a recursion error? Can you? I was going to set up a snippet to put in my 'fat footer' but I could never get radiant to play nice with it on

Re: [Radiant] mailer as snippet or layout

2010-02-16 Thread Steven Southard
Typically I have the contact form on the body then a mailer page part and an email page part. Are those unnecessary or do you have a way around this? On Feb 16, 2010, at 2:42 PM, Andrew vonderLuft wrote: I have used mailer in snippets many times. On Tue, Feb 16, 2010 at 12:05 PM, Steven