Re: [Radiant] Page Event Extension

2009-11-26 Thread subsorama
On 24 Nov 2009, at 22:10, subsor...@gmail.com wrote: It looks like it filters the events by date in the same manner as the blog archive page type filters blog posts by date. Just replying to myself incase this proves useful for anyone. The Archive Events page does indeed work like the

[Radiant] Page Event Extension

2009-11-24 Thread subsorama
Hello, I was just taking a look at the Page Event Extension and wondered if anyone knew what the day, month, season and year pages were and how they worked? Are they like archive pages in that the grab the url in order to display events for that date? What tags enable you to do this - the

Re: [Radiant] Page Event Extension

2009-11-24 Thread Anton Aylward
subsor...@gmail.com said the following on 11/24/2009 10:03 AM: Hello, I was just taking a look at the Page Event Extension and wondered if anyone knew what the day, month, season and year pages were and how they worked? Try installing it and you'll see that these are fields added to

Re: [Radiant] Page Event Extension

2009-11-24 Thread subsorama
Hmm, How do you list the shows via the archives? I can see r:events:in_range:each but that requires start=/mm/dd manually specified in the tag. r:events:upcoming:each limit=10 just seems to list all upcoming events but is not scoped to the date in the archive... Is creating a simple

Re: [Radiant] Page Event Extension

2009-11-24 Thread Anton Aylward
subsor...@gmail.com said the following on 11/24/2009 11:53 AM: Hmm, How do you list the shows via the archives? I can see r:events:in_range:each but that requires start=/mm/dd manually specified in the tag. r:events:upcoming:each limit=10 just seems to list all upcoming events but

Re: [Radiant] Page Event Extension

2009-11-24 Thread subsorama
Sorry I should have been clearer, by shows I did mean events and by archives I meant the additional page types this extension adds: http://github.com/mghaught/radiant-page-event/tree/master/app/models/ e.g. event_archive_page.rb, event_month_index_page.rb, event_day_index_page.rb etc I

Re: [Radiant] Page Event Extension

2009-11-24 Thread Anton Aylward
subsor...@gmail.com said the following on 11/24/2009 03:04 PM: I'm confused at to what these additional page types actually do...? You've got me confused now. Which extensions are you talking about? you're refering to r:archive and r:events ... Those are two separate extensions. The

Re: [Radiant] Page Event Extension

2009-11-24 Thread subsorama
I'm referring to the the Page Events Extension that I linked to: http://github.com/mghaught/radiant-page-event As well as the event and calendar support it extends radiant by also adding several pages types, event_archive_page.rb, event_month_index_page.rb, event_day_index_page.rb etc. These