Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Is there any straight way to create nested list of Folders and Subfolders like this below:

    Parent Folders
      1st lvl Subfolders
      1st lvl Subfolders
      1st lvl Subfolders
    Parent Folders
      1st lvl Subfolders
      1st lvl Subfolders
        2nd lvl Subfolders
      1st lvl Subfolders
    Parent Folders
      1st lvl Subfolders
      1st lvl Child Subfolders
      1st lvl Subfolders

Using only couch tags, without php (<cms:php>)
Hi littlekoala,

By folders and sub-folders, did you mean the categories in Couch (http://www.couchcms.com/docs/concepts/u ... lders.html) or the directories / sub-directories of the file-system?

If the question was about the Couch entities, you can use the cms:folders tag with 'hierarchical' set to '1' (as amply demonstrated at http://www.couchcms.com/docs/concepts/u ... lders.html) to create the kind of listing you quoted.

However, for the folders/sub-folders of the file system I'm sorry we don't have any Couch tags to do their listing.
Yes KK that exactly what i mean.

Oh boy, how did i miss that, you must be think i am to lazy to read the documentation, if i ask this in stackoverflow, i will have a lot of downvotes :lol:

I guess i have to print all couch documentation, because i have a hard time to jump from tag reference to core concept... stupid me :oops:

Thanks for your time and patience KK

God Bless You.
3 posts Page 1 of 1
cron