Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi everybody

Is it possible to change the order of the two lists I have made a red / green rectangle around in the attached file. From within the backend that is.

Thanks.

Attachments

Hello,

In green you can set a command in the template to change the order:

Code: Select all
<cms:template title='Title' order='6' >


See more: http://www.couchcms.com/docs/tags-refer ... plate.html

In red I do not know, but you can take a look here (http://www.couchcms.com/docs/concepts/d ... forms.html), there for the middle of the page explains how to change the list view

Hope that helps

Rafael
Hi Tobi,

As Rafael correctly pointed out - the templates in the sidebar can be ordered using the 'order' parameter in their definitions.

As for the pages (the red rectangle) - normal cloned pages are always listed in the admin-panel in the order of their publish-date (like blog). This, I am afraid, cannot be changed (except by tweaking the publish-date for each page).

If, however, you need to give your user an easy way of ordering the pages (and the number of pages is not too large) you can use nested-pages (http://www.couchcms.com/docs/concepts/n ... maker.html) instead as they support manual re-ordering from the admin-panel.
3 posts Page 1 of 1
cron