Dave wrote:
On Tue, Jun 10, 2008 at 12:08 PM, Steve McCain <[EMAIL PROTECTED]> wrote:
I've tried the 4.0.1 snapshot release which does seem to fix the problems
with planetrss feeds including use of ?group aggregate feeds. However no
aggregated content is shown on my home page.
Have you figured this one out yet?
No
Did you modify the Frontpage theme so that it displays planet content
rather than aggregated site content?
I changed Weblog.vm in themes/frontpage as follows:-
#if (!$model.results)
## 1) SITE-WIDE entries (the default)
##set($pager =
$site.getWeblogEntriesPager($since, $maxResults))
## 2) PLANET-entries
#set($pager =
$planet.getAggregationPager($since, $maxResults))
Steve