Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I'm trying to make a simple clonable template.
This is how I define the templates at the top of the page:

<cms:template title='tagesreise' clonable='1'>
<cms:editable name='kurzreise_datum' type='text'/>
<cms:editable name='kurzreise_text' type='richtext'/>
</cms:template>

and then this is how I place the text in the html-page:
<p2><cms:show kurzreise_datum /></p2>
<p> <cms:show kurzreise_text /></p>

The Backend looks just like I would expect but somehow nothing shows up on the webpage itself.

I'm probably missing something fundamental. Anybody got an Idea, what it could be?

thx
Hi Tobi,

Since you have declared the template as clonable, I am sure you must have created some cloned pages out of it.
From this list of cloned pages you see in the admin-panel, please click the 'magnifying glass' icon next to any page to visit it.
You should see on the front-end the data you entered for the page.

If you do, then you are getting stumped by the 'page-view' / 'list-view' concept that kicks in for clonable templates (please see the docs for full details).

If, however, you do not see the data then please post in the full template code and we'll try to spot what might be going wrong.

Thanks
Thanks KK. It was of course my lack of understanding of the whole list view concept that was the problem.

BTW: are there any Couch-Classes or Tutorials other than the (excellent) one in your Documentation?
3 posts Page 1 of 1