Forums / Developer / In ezflow , what is the point of time for publishing contents if we use frontpage classes.
Romeo Antony
Saturday 24 July 2010 4:16:29 am
After reading the full documentation about ezFlow, I do not get what is the point of putting time to send publish and unpublish .
Since in ezflow frontpage classes,the contents in blocks are referred from nodes. So the contents in blocks will be available till the reference with frontpage get removed.
Can anyone please give me a suggestion, what is wrong with my idea will be helpfull
Thiago Campos Viana
Saturday 24 July 2010 6:20:00 am
Publish and unpublish date are used by cronjob to create or remove objects ( including all nodes ), but you have to enable it, because it's not enabled by default.
http://ez.no/doc/ez_publish/technical_manual/4_x/features/cronjobs/the_cronjob_scripts#unpublish
Frontpage class only add/remove references of nodes.
eZ Publish Certified Developer: http://auth.ez.no/certification/verify/376924 Twitter: http://twitter.com/tcv_br
Saturday 24 July 2010 7:31:14 am
Thank you for your replay Thiago. I have a doubt , Suppose I have referred a node to blocks in frontpage , the time when node become unpublished (by specifying the time in unshedule attribute), automatically the reference will be removed or node will not be available in the frontpage.
Any idea will be helpfull . Thanks in advance. Romeo
Saturday 24 July 2010 9:49:48 am
Yes, the reference will be removed from the frontpage, if don't, is because the page is in cache.
Saturday 24 July 2010 10:20:01 am
Thanks a lot for u r help Thiago.