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

a client uses muse to build a site.
Now he wants te implement a blog (with couch-cms) with iframes.

i defined blog.php, which is the masterpage for showing blogitems.
i defined another item blog_sidebar.php, which i use for showing 3 blogitems in a sidebar.
These items are shown via an iframe (so far, so good).
But when i login, there is a file "blog_sidebar.php", which is confusing for the client.
Is there a way to hide this file in the admin side?

thx
You can try using hidden='1' in the blog_sidebar.php template's definition - http://www.couchcms.com/docs/tags-refer ... plate.html

e.g. <cms:template hidden='1' >

Hope this helps.
KK wrote: You can try using hidden='1' in the blog_sidebar.php template's definition - http://www.couchcms.com/docs/tags-refer ... plate.html

e.g. <cms:template hidden='1' >

Hope this helps.


works like a charm, thanks.
3 posts Page 1 of 1