On Jan 17, 2008 4:55 PM, Troy Kelley <[EMAIL PROTECTED]> wrote: > I've read through nearly all of the previous threads, blogs and WIKI > entries out there, but I can't seem to find out what's causing my > specific issue. > > I have a frontpage blog and several individual blogs. I'm trying to > setup Planet so that all my individual blogs will roll up to the > Planet. > > I installed Roller w/o enabling Planet config and everything was > working great. > > I followed all the instructions for setting up Planet, including > making the frontpage blog the aggregate (checkbox in server settings). > I created a custom theme on the frontpage site to replace the code as > requested: > > <div class="content"> > ##set($pager = > $site.getWeblogEntriesPager($since, $maxResults)) > #set($pager = > $planet.getAggregationPager($since, $maxResults)) > > While the individual blogs have the reverse.
That is the problem. Don't use the $site model in individual blogs; it is designed specifically for front page use. Try one of the stock Roller themes on Tyler's blog, it should work properly. - Dave > ISSUE: Individual blogs aren't displaying entries anymore and no > rolled-up entries are displaying on the planet site. However, the > rolled-up entries ARE displaying on the plant feed: > > http://blogs.e-gineering.com/roller/planetrss > > "Tyler's" entry should appear here, but it isn't: > > http://blogs.e-gineering.com/roller/tyler/ - Dave
