cronjobs hide /unhide

cronjobs hide /unhide

Wednesday 17 February 2010 5:35:53 am - 5 replies

Modified on Wednesday 17 February 2010 5:38:05 am by Jorge estévez

Author Message

Jorge estévez

Wednesday 17 February 2010 7:13:25 am

Hello again,

I got deeper and made some slight changes to the unhide.php specially:

if ( $retractDate > 0 && $currrentDate > $retractDate )

I have unhide.php running, but I encountered a problem: While searching for nodes It does not consider a hidded nodes, I need to take those hidden nodes into consideration (in fact those are the ones I need to process) cause the main issue here is to unhide them....
I assume that this is where I need to make changes to include hidden nodes:

$nodeArray =& $rootNode->subTree( array( 'ClassFilterType' => 'include',
'ClassFilterArray' => $unhideClasses,
'Offset' => $offset,
'Limit' => $limit ) );

How?
I need some help... thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Jorge estévez

Wednesday 17 February 2010 7:51:34 am

I added:

<code>

$fetchHidden = true;

$nodeArray =& $rootNode->subTree( array( 'ClassFilterType' => 'include',
'ClassFilterArray' => $unhideClasses,
'Offset' => $offset,
'Limit' => $limit,
'FetchHidden' => $fetchHidden ) );

</code>

Hidden nodes are not fetched...

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

SEBBANE Alexandre

Wednesday 17 February 2010 1:49:01 pm

Hello,

there already something about unhide .

check here http://www.mugo.ca/Products/Hide-Until-Date

Paris, France

Georg Franz

Thursday 18 February 2010 2:03:24 am

Hi,

the hide cronjob is useless for big sites, see bug report: http://issues.ez.no/IssueView.php?Id=14831&activeItem=1

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Jorge estévez

Friday 19 February 2010 8:16:36 am

Hello,

I think I have the solution, I have posted all at http://issues.ez.no/IssueView.php?Id=14831& the scripts to hide and unhide nodes and it's childs.

Thanks to all...

I think it will work for versions 3.10+

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.