New Message: Aggregator in Manila

Christopher.Short at abare.gov.au Christopher.Short at abare.gov.au
Tue Apr 15 15:49:13 PDT 2003


>Is there any way to expand the number of posts the aggregator shows on the page?

The maximum number of items is a parameter accepted by manilaMacros.viewAggregator where maxItems=100 is set.

So you can change the default parameter.

But since is called from manilaSuite.aggregator.aggregatorPage you could also pass a parameter different from the default from there

ie - in manilaSuite.aggregator.aggregatorPage change

add (manilaMacros.viewAggregator ())

to

add (manilaMacros.viewAggregator (500 - or whatever number you want))

As always - changing Userland stuff is subject to being written over with an update.

Presumable, this should ideally be an item set in aggregatorData.prefs.

cheers,
Christopher





More information about the Frontier-Server mailing list