You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Adam Qualset <ad...@covalent.net> on 2006/12/20 05:48:32 UTC

Calendar on front page?

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)?

Thanks.
-Adam



Re: Calendar on front page?

Posted by Dave <sn...@gmail.com>.
On 12/19/06, Adam Qualset <ad...@covalent.net> 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