I've have a document type in my Umbraco website that have child pages and i need it auto published at a certain time every day. I tried "Publish at" in the Properties tab which works but it only publishes the main node, Is there. any way to make it publish all its subpages? I use v6.0.3 .
I have a type of article that uses its child pages as items which are displayed inside the page. Each children has its own picture and description / attributes and i use them like that to provide separate information so i need them to be published with the node else the article page is incomplete.
I would like to use the "publish at" option because i make the articles from the day before to be publish the next day automatically.
"Publish at" won't publish child pages
Hello,
I've have a document type in my Umbraco website that have child pages and i need it auto published at a certain time every day. I tried "Publish at" in the Properties tab which works but it only publishes the main node, Is there. any way to make it publish all its subpages? I use v6.0.3 .
Thanks in advance.
Hi Bill and welcome to our :)
What is the reason that you need to have the nodes published every day at a certain time?
Not sure if it can be done but let us know what you're trying to achieve and see if we can figure this out.
The built in "publish at" only works on the specific node where it has been set and will only fire at the exact date and time chosen.
Looking forward to hearing from you.
/Jan
Thanks for the reply Jan,
I have a type of article that uses its child pages as items which are displayed inside the page. Each children has its own picture and description / attributes and i use them like that to provide separate information so i need them to be published with the node else the article page is incomplete.
I would like to use the "publish at" option because i make the articles from the day before to be publish the next day automatically.
You can write a event handler for the article doctype that will publish all children on publish
Thanks dawoe, i ended up using you suggestion and it works :)
is working on a reply...