I'm using version 2.1 and I have couple questions about creating new posts.
1. I saw somewhere mention of a dashboard. Does this refer to the tabs such as "Create Blog Post" when I first log into Umbraco?
2. Out of the box, what the easiest way for users to create a new blog post? I assume I have to give them basic Umbraco rights, and then they click on the "Create Blog Post" tab?
3. I created a post using the "Create Blog Post" tab. It appeared under the root of my "blog" node. I had expected it would go under the default 2012 folder that was already in uBlogsy when I installed it. Any way to make posts go under their appropriate year folder?
Dashboard to create posts?
I'm using version 2.1 and I have couple questions about creating new posts.
1. I saw somewhere mention of a dashboard. Does this refer to the tabs such as "Create Blog Post" when I first log into Umbraco?
2. Out of the box, what the easiest way for users to create a new blog post? I assume I have to give them basic Umbraco rights, and then they click on the "Create Blog Post" tab?
3. I created a post using the "Create Blog Post" tab. It appeared under the root of my "blog" node. I had expected it would go under the default 2012 folder that was already in uBlogsy when I installed it. Any way to make posts go under their appropriate year folder?
1. yes.
2. yes
3. You need to enable date folders in the /config/ublogsy.config
Thanks
In that config file, I just set <dateFolders enabled="true"> and it works like a charm now
is working on a reply...