I'm working on my personal site in Umbraco 7 and have a blog style section.
I tend to have several unpublished posts at any given time - ideas which are still in progress - and would like to generate a list of all the unpublished nodes on the homepage when I first log in to the dashboard.
This would serve as a prompt to get off my a$$ and finish the blog posts off.
I've not done any dashboard configuration thus far so pretty much have no idea where to start with this.
I'm hoping its going to just be a case of creating a "for each item under the root node where Visible == false" type of thing and putting in the right place.
Show all unpublished nodes on Dashboard homepage
I'm working on my personal site in Umbraco 7 and have a blog style section.
I tend to have several unpublished posts at any given time - ideas which are still in progress - and would like to generate a list of all the unpublished nodes on the homepage when I first log in to the dashboard.
This would serve as a prompt to get off my a$$ and finish the blog posts off.
I've not done any dashboard configuration thus far so pretty much have no idea where to start with this.
I'm hoping its going to just be a case of creating a
"for each item under the root node where Visible == false" type of thing
and putting in the right place.is working on a reply...