Re: [Radiant] Adding param to pagination

2010-04-09 Thread Peter Degen-Portnoy
Hi Again Folks, For posterity, here is the solution I came up with: First, I needed to extend the call to paginate:pages. If there was a category_id value, then I added it to the tag.local member with: tag.locals.params = {:category_id = @category_id} This adds the param to the request

Re: [Radiant] [ANN] PageFactory extension

2010-04-09 Thread Josh French
PageFactory is now available in the extension registry: http://ext.radiantcms.org/extensions/221-page-factory One issue I haven't figured out how to handle yet is skipping the factory selection popup when there's only one option. My first thought was to return an appropriate header from the

[Radiant] blog_tags and vapor extensions

2010-04-09 Thread Brett Rasmussen
I'm running radiant 0.8.1, and my customer wants the blog_tags extension and vapor extension. blog_tags says it supports 0.7.1 but nothing about 0.8.1. Can anyone tell me if it works anyway? Anything to worry about with vapor? Thanks, Brett ___