On Fri, Aug 22, 2008 at 2:32 PM, Andrew Frayling <[EMAIL PROTECTED]> wrote: > > Any ideas as to why a custom Planet homepage wouldn't be showing any recent > entries at all in Roller 4.0.1? > > We copied the Roller Homepage theme and it's just CSS and layout changes > that we've implemented - and we've got the following in weblog.vm: > > ## 1) SITE-WIDE entries (the default) > ## set($pager = $site.getWeblogEntriesPager($since, > $maxResults)) > ## 2) PLANET-entries > #set($pager = $planet.getAggregationPager($since, > $maxResults)) > ## The below pager code should work against either > > As we copied the Roller Homepage theme we've given the new theme a > different name - would that cause Planet to not display entiries? I.e. does > the theme have to be called "Roller Homepage" for Planet to work?
How is the PlanetModel configured? By default, it is only included in site-wide weblog (see the property 'rendering.siteModels' in the Roller properties file at the end of the install guide). - Dave
