One could change the order in which they are displayed, I suppose, by making a modification to the Page model.  On line 13, I believe, change

acts_as_tree :order => 'virtual DESC, title ASC'

to

acts_as_tree :order => 'virtual DESC, created_at ASC'

Then, at least, you get the newest ones first.  Alternatively you could change that to use 'published_at', which may be more useful depending on the situation.

Another solution might be to create categories sub-pages for posts, real or artificial, and post them in those categories.

Sean Cribbs
seancribbs.com

On 10/27/06, Ollivier Robert <[EMAIL PROTECTED] > wrote:
On 10/27/06, Sean Cribbs <[EMAIL PROTECTED] > wrote:
> Are you speaking in terms of an administration interface or in terms of
> organizing them?  The archive behaviors automatically create

I guess he is speaking in terms of the admin interface.  As the
entries are sorted alphabetically in the admin interface, it may get
difficult to manage hundreds of subpages.
--
Ollivier Robert -
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to