[Zope] Output child folders in a specifc order?

Jaroslav Lukesh lsh@wo.cz
Wed, 2 Oct 2002 11:47:50 +0200


| Odes=EDlatel: Fearless Froggie <fearless_froggie@yahoo.com>
| (Disclaimer: I'm a complete newbie to zope as well as
| Python!)

similary

| I created something similar to what you want to do --
| a two level order menu based on what child folders are
| available.
|=20
| I assigned an "order" property to each folder. Then I
| crawl through my "folder" tree, get the title, id,
| order number, url (and whatever other information I
| want) for each folder, put that into a tuple, then put
| that tuple into a list.=20

I use this folder names:

1folder
2too_folder
3another_folder
4yet_another_folder
...

and sort=3Did

Regards JL.