Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hi!

I'm using CouchCMS for my personal site. I really like it. But I just found a problem related to folder view.
I created a folder and parent folder dynamically, and I put pages inside.
Its structure is as below:
*Parent folder
• Folder1
- Page1
- Page2
- Page3
• Folder2
- Page4
- Page5
Then I view my site in folder view:
1. http://www.domain.com/parentfolder/folder1
(Here I will see the pages)
---Page1
---Page2
---Page3
2. http://www.domain.com/parentfolder/folder2
(Here I will see the pages)
---Page4
---Page5
The problem is here:
3. http://www.domain.com/parentfolder
---Blank
There is nothing to show here. But I think it should show all 5 pages here in the parent folder.
Is there a configuration to show all pages here or anything else?

Thank you!
Hi,

Please try setting the 'include_subfolders' parameter of the <cms:pages> tag doing the listing to '1' e.g.
Code: Select all
<cms:pages folder=k_folder_name include_subfolders='1'>..

That said, the default value of this param is '1', so unless you have explicitly set it currently to '0', I can't see what could be causing the behavior you noticed. So please post your code for us to examine if this does not help.
Hi! KK,

Thank you very much for your reply.
Please let me check it again and try what you instruct.
Hi! KK,

Thank you! Now, it's working.
Anyway, the problem was not that. While I set the Folder View (index.php) to view with the dynamic pages of another template (page.php), I had to create a dynamic page of page.php for the Folder View. But I forgot to do so. Now it's working after that.
4 posts Page 1 of 1
cron