Page views not updated in community server

Published Thu, Nov 6 2008 10:02

Since we added the new themes to our community server we have not been getting any updates on the Blogs control panel as to the number of times a post has been viewed (by the aggregate views via RSS are incremented OK)

After a bit of digging it seems that we missing the IncrementViewCount flag on the in the post.aspx file. It should be as shown below.

<CSBlog:WeblogPostData Property="FormattedBody" runat="server" IncrementViewCount="true" />

If you miss this flag out you page shows OK but the statistics are not updated.

Read the complete post at http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2008/11/06/page-views-not-updated-in-community-server.aspx