Problems, need help? Have a tip or advice? Post it here.
7 posts Page 1 of 1
I followed the docs and made a photo gallery using the gallery='1' markup.

As superadmin I made sure the 'default' page was set to 'unpublished' but when I signed in as the site owner (set as Administrator) and in the gallery the default, unpublished page is present and correct.

I'm in CouchCMS Version 2.2RC1 (20190113).

I will specify some custom CSS to hide it for now.

Actually, sadly, I can't find a way to do that - the 'default' is in a div of the same class as the 'real' ones and has no selector I can attach new css to. Any suggestions?

Just refresh the docs about template configuration tags :) viewtopic.php?f=5&t=10241 Should be easy as abc (change 'default-page' to whatever page's name of the page you want to hide) and works for anyone, including superadmin.
Code: Select all
<cms:config_list_view exclude='default-page' />

Bingo. Thank you!

Is there a similar way to hide the 'admin' required gg_thumb 115px square thumbnail that my site is not using and which the site owner really has no need to see?

Sure. Had you have refreshed the link above, there is a way to customize and hide fields ;)

That's odd. I had actually set hide='1' and it wasn't working. I changed it to hide="1" and then it worked.

Thank you again!
7 posts Page 1 of 1