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.

HideDateAttributeList

Summary

Sets which date/time attributes the hide cronjob should use.

Usage

 

HideDateAttributeList[class_id1]=attribute_id1
HideDateAttributeList[class_id2]=attribute_id2
...

Description

This directive can be used to tell the "hide.php" cronjob about which date/time values it should look for when hiding nodes. Both the class and the attribute (which needs to be represented by the "Date and time" datatype) must be specified using identifiers (not ID numbers). In addition, the "RootNodeList" directive must be used to specify which subtrees that can have their nodes affected by the cronjob script.

Examples

Example 1

HideDateAttributeList[article]=hide_date

The hide cronjob will check date/time values specified in the "hide_date" attribute of your articles.

Svitlana Shatokhina (15/11/2006 2:01 pm)

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


Comments

There are no comments.