« Move to iconic interfaceIntro text public - rest of post not »

Display: ability to order items

05/06/04

  06:47:47 pm, by travis s   , 97 words  
Categories: Popular demand

Display: ability to order items

The ability to order items (posts and categories). Display could then be sorted by date, ordering, alphabetically, or some other unique way. This would be useful for blogrolls and the display of categories.


Needed to implement: field added to appropriate database tables ('ordering' seems to be the defacto standard), interface to handle ordering via admin interface. Up/down arrows displayed on a list would be an easy UI way to handle this.


Possible problems: moving items around can get sticky. Mambo does a good functional job of this (see /includes/database.php, function updateOrder() for an example).

2 comments

fplanque

Yes we definitely need that!

05/14/04 @ 18:09
Chris Genetti

That’s a great idea. I was just trying to figure out how to do that over the weekend by modifying the MySQL database… it’s not really easy or possible with the version I have (0.9.0.10).

08/10/05 @ 20:14