Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

RootNodeList

Summary

Controls which subtrees that will be affected by the "unpublish.php" cronjob.

Usage

 

RootNodeList[]=node_id1
RootNodeList[]=node_id2
...

Description

If you are using the "unpublish.php" cronjob to delete (move to Trash) your content objects when a specified date and time is reached, you can use this directive to specify which parent nodes that will have their children (recursively) affected by the unpublish feature. The "RootNodeList" configuration array is empty by default, i.e. no objects will be removed.

Examples

Example 1

RootNodeList[]=2

This will tell the system that the "unpublish.php" cronjob can be applied to any item in the content tree.

Svitlana Shatokhina (17/11/2006 4:44 pm)

Svitlana Shatokhina (24/11/2006 2:07 pm)


Comments

There are no comments.