Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi guys, so I came across this issue that I'm hoping is just oversight on my part. I've created my blog, using my news.php page as a clonable master, and everything works just great. I noticed however, that my editable regions (PageTitle, metaKeywords, metaDescription) do what they should, but only on each of the cloned page entries. My main list page doesn't show my PageTitle, keywords, or desc fields at all, and I have no way to edit any of the previously mentioned editable regions for that master list page. It's important for me to be able to edit those 3 fields on each page, if possible. Is this something I overlooked?

It's probably worth mentioning that I use a php if, else statement to include the H1 titletags and header so that I can edit them on all my pages.

Example of master list page without h1 PageTitle tag visible: http://webinkedesign.com/crumbs/

Entry with h1 PageTitle tag: http://webinkedesign.com/crumbs/design/ ... art-1.html

I'm more than happy to supply my FTP through a PM if you need.

As always, thanks for the help!
Hi,

This is, in fact, the expected behaviour. As explained in our docs, once a template is declared clonable, all data gets associated only with the cloned pages and the home-view comes up empty.

To enter data that is associated with templates, we need to fall upon using a 'global' template.
Please see the following thread for a discussion.
viewtopic.php?f=2&t=7654&p=11976

Our tutorial also mentions this on the following page (please scroll a little to find the 'Global Values' section in it) -
http://www.couchcms.com/docs/tutorials/ ... -ends.html

Hope this helps.
2 posts Page 1 of 1