> > > - is there a switch to change the ordering of articles in the left
> > > menu? A customer who former used asgard (order by date) migrated
> > > to Aegir (order by name) has about 1k articles under a topic and
> > > now the most recent articles are not on top of the list...
> > Since Aegir RC1 they are sorteb by score, but if score is not set
midgard
> > API sotrs them by name.
>
> Any chance to make this configurable?
>
As a workaround - yes. Go to snippets / AegirCore / menu / 5,news,News &
Articles / news and change at the very end:
tree_add_object(0,"topic",mgd_list_topics(0,"score"), 0, 1);
if($set[company]) {
tree_add_object(0,"topic",mgd_list_topics(0,"score"), 0, 1, 1, 1);
}
into
tree_add_object(0,"topic",mgd_list_topics(0), 0, 1);
if($set[company]) {
tree_add_object(0,"topic",mgd_list_topics(0), 0, 1, 1, 1);
}
Solt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]