I´ve posted a proposal recently, see
http://groups.google.com/group/django-developers/browse_frm/thread/ dc0e4a9d6ad02ea3/

It´s currently not working "out-of-the-box", but we use it for different sites and implementation is easy.
All you need is an IntegerField called "position".

If you´re interested, I can send you the files ...
btw, jQuery is needed for this one since we use js a for (re)ordering.

patrick

Am 22.12.2006 um 01:46 schrieb Paul Smith:


        So I'm working on this site in Django, and turns out there's quite a
bit of static flatpages-style content involved. I've extended flatpages
(well, started with flatpages and built my own), added rich text
editing and so on, and I'm building some navigation dynamically by
looking at the 'url' field. Now I need to figure out how to re-order
them so users can control where things show up in the
dynamically-created navigation.
        I'm thinking about a couple of ways to skin this cat, but I thought
I'd put it out there. Does anyone have a nice approach for letting
users arbitrarily order things in Admin? Another thing on my mind is
what would happen if my flatpages start getting all hierarchical on
me... has anyone had to figure out how to let users manage objects with
something like a file/folder tree?

--P


>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to