Friday 19 May 2006 12:17:45 am
Thanks, it works !
But now, is it possible to limit to one level? Example: - My tree
| Main
|
|-- Folder1
|----- Subfolder
|----- Article
|
|-- Folder 2
|----- Subfolder1
|----- Subfolder2
|
|-- Folder 3
|----- Subfolder1
|----- Subfolder2
| |-- ........
I want to make a menu that only contains Folder 1 and Folder 3. So I've created a section that contains Folders 1 & 3. And, with fetch object by section_id, it displays :
- Folder 1
- Subfolder
- Article
- Folder 3
- Subfolder - Subfolder Can I limit the fetch to the first level ?
|