[Radiant] Pages with auto-tabs for layout content parts

2008-08-22 Thread Jordan Isip
Hi all, When you create a custom layout, is it possible to have it's content parts automatically be added as tabs when you create/modify a page that uses the custom layout? For example, if you create a layout that includes a content part such as: r:content part=links / Is it possible to

[Radiant] Snippets with Parameter(s)

2008-10-01 Thread Jordan Isip
Hi All, What is the best approach to generating the following HTML? div class='section' div class='section-header' #{ title } /div div class='section-content' r:yield/ /div /div I would like to call it with something like: r:snippet title=NewsNews/r:snippet. Basically just using the

Re: [Radiant] Snippets with Parameter(s)

2008-10-02 Thread Jordan Isip
[EMAIL PROTECTED] wrote: On Wed, Oct 1, 2008 at 7:26 PM, Jordan Isip [EMAIL PROTECTED] wrote: Hi All, What is the best approach to generating the following HTML? div class='section' div class='section-header' #{ title } /div div class='section-content' r:yield/ /div /div I would

[Radiant] Radius tags in Textile

2008-12-19 Thread Jordan Isip
Is there a way to disable radius line-breaks when using Textile? Since I have a few nested radius tags, it is outputting a bunch of br / tags. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/

[Radiant] WYM-Editor with Radius Tags

2008-12-24 Thread Jordan Isip
Hi All, Anyone having success with WYM-Editor playing nice with Radius tags? I'm working on integrating the WYM-Editor filter by Jomz: http://github.com/jomz/wymeditor-for-radiant/tree/master into Radiant 0.6.9 and I'm running into a couple issues: 1. This is probably known, but after