Forums / Setup & design / Mass node Hide/ Reveal ? Hidden as default status
Nabil Alimi
Tuesday 06 December 2005 4:14:46 am
Hi,
Is there a feature that allows users to hide multiple nodes at the same time ?
And can content be published with hidden status ?
Thanks !
My blog : http://www.starnab.com/ezpublish / http://www.starnab.com/ / http://www.assiki-consulting.com eZ Publish Freelance developper. Feel free to contact me +33 674 367 057 nabil at assiki d0t fr
Frederik Holljen
Tuesday 06 December 2005 4:36:28 am
http://ez.no/doc/ez_publish/technical_manual/3_6/concepts_and_basics/content_management/node_visibility This doc page explains how the hide functionality works. A nice trick is to create a folder and to hide it. Publish all your new material in this folder (it will be hidden by the parent) and then unhide the folder when you are done. An alternative is to just move the new stuff to the real (visible) location when you are done.
Tuesday 06 December 2005 5:10:46 am
Yes I checked that already. But here's the situation :I have a blog class contains articles that themselves contains comments.
Comments should not be displayed before being validated by a moderator. I've been thinking of adding an "active status" to my content class but that's mean that for each comment, the moderator as to - "Edit" content - check/uncheck status box - then validate and that's not what has been defined in the specifications...
Ćukasz Serwatka
Tuesday 06 December 2005 6:10:46 am
You can create a simple workflow for approving new content. Check this tutorial.
http://ez.no/products/ez_publish_cms/documentation/building_an_ez_publish_site/the_guestbook/creating_a_workflow
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Tuesday 06 December 2005 10:48:58 am
Thanks Lukasz but in my case, I'm building a custom back-office and adding such feature means adding new templates that doesnt fit to the specifications.And with this workflow, the moderator still needs to validate comments one by one.