MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

why activity stream does not includ recent comments ?  (Mono Support )

Viewed 11203 time(s), 4 post(s) 3/28/2014 1:42:33 PMby super
super

super

3/28/2014 1:42:33 PM
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 ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

3/28/2014 3:16:29 PM
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
This content has not been rated yet. 
2218 Reputation 300 Total posts
super

super

3/28/2014 5:04:36 PM
how to do that ? could you please help with code ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

3/28/2014 5:26:01 PM
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
This content has not been rated yet. 
2218 Reputation 300 Total posts