[Radiant] The Forum Hunt continues...

2008-10-30 Thread Mohit Sindhwani
I'm still looking around for a good forum to integrate with a Radiant site that I'm working on, and I have narrowed it down to three options in the Rails world: (a) RForum - that seems to be updated less frequently, but seems quite good! (b) Altered Beast - quoted as an exemplary Rails 2

Re: [Radiant] The Forum Hunt continues...

2008-10-30 Thread Nate Turnage
On Thu, Oct 30, 2008 at 1:39 PM, Mohit Sindhwani [EMAIL PROTECTED] wrote: I'm still looking around for a good forum to integrate with a Radiant site that I'm working on, and I have narrowed it down to three options in the Rails world: (a) RForum - that seems to be updated less frequently, but

Re: [Radiant] The Forum Hunt continues...

2008-10-30 Thread Mohit Sindhwani
Nate Turnage wrote: On Thu, Oct 30, 2008 at 1:39 PM, Mohit Sindhwani [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm still looking around for a good forum to integrate with a Radiant site that I'm working on, and I have narrowed it down to three options in the Rails world:

[Radiant] Using textile inside of snippets

2008-10-30 Thread Joe Van Dyk
Given the following snippet (using the textile filter): div class='section' div class='section-content' r:yield / /div /div When I try to use the snippet like so (inside a page part that uses textile): r:snippet name=subsection title=More about PSRC # first # second /r:snippet The list

Re: [Radiant] Using textile inside of snippets

2008-10-30 Thread Andrew Neil
Joe, Interesting... I think that could be a bug in the implementation of the r:snippet and r:yield tags. I'm not sure how this should be addressed. A snippet could be called from a page part, layout, or from another snippet, each of which could be using a different filter. I suppose that

Re: [Radiant] Using textile inside of snippets

2008-10-30 Thread Tim Gossett
On Thu, Oct 30, 2008 at 6:09 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: Given the following snippet (using the textile filter): div class='section' div class='section-content' r:yield / /div /div When I try to use the snippet like so (inside a page part that uses textile): r:snippet

Re: [Radiant] Using textile inside of snippets

2008-10-30 Thread Joe Van Dyk
On Thu, Oct 30, 2008 at 4:41 PM, Tim Gossett [EMAIL PROTECTED] wrote: On Thu, Oct 30, 2008 at 6:09 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: Given the following snippet (using the textile filter): div class='section' div class='section-content' r:yield / /div /div When I try to use the

Re: [Radiant] Using textile inside of snippets

2008-10-30 Thread Joe Van Dyk
On Thu, Oct 30, 2008 at 5:07 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: On Thu, Oct 30, 2008 at 4:41 PM, Tim Gossett [EMAIL PROTECTED] wrote: On Thu, Oct 30, 2008 at 6:09 PM, Joe Van Dyk [EMAIL PROTECTED] wrote: Given the following snippet (using the textile filter): div class='section' div