On 12/19/06, Adam Qualset <[EMAIL PROTECTED]> wrote:
Using Roller 3.0, is there a way to put a calendar that works on the 'frontpage' (ie. click on a date and all the aggregate feeds for that date are displayed)?
Unfortunately, I don't believe that is possible with the current calendar code. In case somebody is interested in implementing a site wide calendar, you'd need: * A new SiteCalendarModel class which extends org.apache.roller.ui.core.tags.CalendarModel. * Changes in org.apache.roller.ui.rendering.model.CalendarModel's method showWeblogEntryCalendar() to create your new SiteCalendarModel when a an aggregated front-page blog is being displayed. - Dave
