Subjects are not being saved in blog posts when published. The following steps reproduce the issue.
- Create a new blog and Add a Name and Title.
- Click Subjects .
- Add Subjects "test2."
- Click Add Blog .
- Create a new blog post.
- Click Summary .
- Check "test2."
- Publish the blog post.
- Edit the content.
- Click Summary . Notice that no subjects are saved.
A new key was added to the web.config that changes the blog functionality.
ek_enableLegacyBlogFields -Determines whether the Summary tab displays the 9.00 fields for Tags, Traceback URL and Pingback URL when you create a blog post. In 9.10, the default is false.
<add key="ek_enableLegacyBlogFields" value="false" />
Edit the site'sweb.config.
1. Search for the ek_enableLegacyBlogFields key in the section.
2. Change: <add key="ek_enableLegacyBlogFields" value="false"></add>
To: <add key="ek_enableLegacyBlogFields" value="true"></add>
3. Save web.config .
4. Test by adding a blog subject.
For information about the ek_enableLegacyBlogFields key, see Ektron 9.10 Release Notes What's New? > New web.config keys .
Please sign in to leave a comment.