AI OnAI Off
I can now create a tag since I allowed the page type Blog List to be available in edit mode. Though, when adding a new tag I get an error message:
A configuration error has occured. Either IsTagListing or IsDateListing must be true.
How do I create a new tag? How do I set IsTagListing or IsDateListing to true?
I had a similar problem. Turned out I diden't have the HttpModule for the blogs registered in my web.config file. Make sure you have this line under your HttpModules section:
<add name="BlogEventHandlers" type="EPiServer.Blog.EventHandlers, EPiServer.Blog" />
Hope it helps.
Frederik
I have created a EPiSrver CMS 5 site version 5.2.375.7 and installed the EPiServer CMS 5 R2 SP1 Demo Templates. In the demo templates there is a blog. The top node is Team Blog.
I would like to add a new tag that I can use when creating new blog items. In the example blog I try to add a new page under the node Henrik's blog. I can only create pages of type Blog Item. Why can't I create a page with page type Blog List? This is the type of the tags.