[Radiant] How do you manage blog items?

Sean Cribbs seancribbs at gmail.com
Fri Oct 27 08:35:23 CDT 2006


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 <keltia at gmail.com> wrote:
>
> On 10/27/06, Sean Cribbs <seancribbs at gmail.com> 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 at lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.radiantcms.org/pipermail/radiant/attachments/20061027/5bc11bb2/attachment.html


More information about the Radiant mailing list