Mono Support why activity stream does not includ recent comments ? 

Viewed 11944 time(s), 4 post(s), 3/28/2014 1:42:33 PM - by super
3/28/2014 1:42:33 PM
6018 Reputation 709 Total posts

why activity stream does not include recent comments from the blog post ? activity stream means all kind of activity on the site but when any comment is posted on the blog post, it never shows in t he activity stream ? why ?

1
3/28/2014 3:16:29 PM
2218 Reputation 300 Total posts

Hello,

This functionality is not included in MonoX out of the box. You could however override this functionality and implement it in your own solution.

Regards

2
3/28/2014 5:04:36 PM
6018 Reputation 709 Total posts

how to do that ? could you please help with code ?

3
3/28/2014 5:26:01 PM
2218 Reputation 300 Total posts

In the EventsRepository you should override the GetEventsFilter method to include your own custom additional filters which in this case are the comments. Blogs are "tied" to comments via the SnRelationship table and all of the comments are stored in the SnComment table.

Regards

4
This is a demo site for MonoX. Please visit Mono Software for more info.