New Message: Aggregator in Manila
Frontier-Server@userland.com
Frontier-Server@userland.com
Wed, 16 Apr 2003 08:49:13 +1000
>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