[Radiant] Available tags does not show all tags

2007-02-21 Thread Erik van Oosten
Hi, I started using 0.6rc1 2 days ago. One small thing I noticed is that the 'available tags' link does not show the tags that are available through the behaviors. You can see this on the archive page when you start with a full features blog (option 3). Also, I find the popup window not very

Re: [Radiant] Available tags does not show all tags

2007-02-21 Thread David Minor
my thoughts on available tags: I was surprised to see that tags from the extensions were loaded into the available tags windows. very cool. I would like to see the available tags link added to layouts and snippets also. Erik, I keep a tab open to http://dev.radiantcms.org/radiant/wiki/

[Radiant] child should inherit

2007-02-21 Thread David Minor
maybe there is a way to do this that I'm not seeing, but I think it would be very useful to tell a parent what filter/layout/page type his children should be. As an example of this, I have a primary layout that is used for the Home Page and most pages inherit from that. Under the

Re: [Radiant] default options

2007-02-21 Thread Jamie M. Wilkinson
Also, I assume there is no way to preview a page in draft status in the site layout? r:children:each status=any ... /r:children:each -jamie ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search:

Re: [Radiant] Available tags does not show all tags

2007-02-21 Thread Sean Cribbs
The available tags will only be added if the Page subclass uses the documentation DSL, i.e. desc This tag does something really cool! tag cool do |tag| Something really cool! end So basically, just call 'desc' and pass it a string right before your tag definition. Your string will be

Re: [Radiant] child should inherit

2007-02-21 Thread Jacob Burkhart
Jamie, I'm trying to solve the same problem with a different solution. I've created what a TemplatePage type, and all page parts have a checkbox for is_template. You can then have quicklinks like you described New Blog Post that would create a new ContentFromTemplatePage using the Blog Post

[Radiant] Radiant on BlueHost

2007-02-21 Thread keith
Has any 1 seen a tutorial to install Radiant on BlueHost - I have tested a small Rails app on it and it worked fine. But I'd like something to work thru to put Radiant up there! Thanks, Keith ___ Radiant mailing list Post:

Re: [Radiant] Building dynamic navs

2007-02-21 Thread Florian Woegerer
to add my 2 cents to this conversation Uses all standart procedures besides the parent tag, which can be added as shown here http://dev.radiantcms.org/radiant/wiki/HowToDefineGlobalTags it basically uses the r:navigation tag, in conjunction with the r:parent and r:children tag...to get

Re: [Radiant] default options

2007-02-21 Thread John W. Long
David Minor wrote: Are there really only 4 available config params to set in radiant? Yes. I'm looking for a way to set the default published status of a page on creation (while I'm rapidly adding content). There isn't a way to do this right now, though I admit this is annoying especially

Re: [Radiant] default options

2007-02-21 Thread Jacob Burkhart
Jacob Burkhart wrote: def show_page response.headers.delete('Cache-Control') url = params[:url].to_s show_uncached_page(url) end This will also show pages that have Draft status. -- Posted via http://www.ruby-forum.com/. ___

Re: [Radiant] Facets branch extensibiliy extended

2007-02-21 Thread Daniel Sheppard
I finally got the chance to have a quick look at your changes. I've only looked at the code, not run it, but in summary it looks like what you want is to have a variety of different interfaces with which to edit a page - potentially you'd want to look at the same page using two different editors?