Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Blog in demo templates: How do I add a tag?

Vote:
 

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.

#30736
Jun 17, 2009 12:40
Vote:
 

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?

#30737
Jun 17, 2009 13:04
Vote:
 

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

#31129
Jul 04, 2009 22:59
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.