Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
This topic has been replied to here:
http://world.episerver.com/Forum/Pages/Thread.aspx?id=20342&epslanguage=en
We are using Netstar StarCommunity for our community website. I am working on the Club module of the StarCommunity. In Club module there is Blog Archive Section. Now problem is like when adding the Blog to a Club the Blog count does not gives updated result. If we log out and then log in then it gives proper count of the Blog.
I think its caching issue with the Star Community. So pls guide.
Thanks,
Also code for retriving the count of the Blog of the Club is as follows:
public int GetArticleArchiveCount(int groupId, int month, int year) {
return GetEntryArchive(year, month, groupId).Count;
}