Problems, need help? Have a tip or advice? Post it here.
7 posts Page 1 of 1
I have a clonable template with dynamic folders. Everything is working great, but the client wants each folder to have it's own page so that the folder is clickable in the menu. Is this possible to do?
Hi,

That is precisely what the 'folder-view' is for.
Please see the following if you are unsure about the details -
http://docs.couchcms.com/concepts/views.html
http://docs.couchcms.com/concepts/listing-pages.html

As for making the menu link clickable (and leading to the folder-view), the cms:folders tag provides the correct link and, as an alternative, you can generate the link using cms:link tag.

Hope it helps.
That definitely helps. So I know I need to do if k_is _page then show the page content and if k-_is_folder then show the folder template. Where I am confused is how would I setup a new template with editable regions that are tied to the folders that are created in a different clonable template?
how would I setup a new template with editable regions that are tied to the folders that are created in a different clonable template?

Sorry but I couldn't understand that point. Could you please elaborate?

Is it that you need more editable regions for the folders themselves (in addition to the description and image field that all folders have)?
That is correct. I need the folder pages to have multiple editable regions.
OK. You may use 'extended-folders' addon to do that. Please see viewtopic.php?f=5&t=8581

Hope it helps.
Worked perfectly! Thanks KK!
7 posts Page 1 of 1