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 11931 time(s), 4 post(s) 28.03.2014 13:42:33by super
super

super

28.03.2014 13:42:33
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
mzilic

mzilic

28.03.2014 15:16:29
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
Dieser Inhalt wurde noch nicht bewertet. 
2218 Reputation 300 Total posts
super

super

28.03.2014 17:04:36
how to do that ? could you please help with code ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
mzilic

mzilic

28.03.2014 17:26:01
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
Dieser Inhalt wurde noch nicht bewertet. 
2218 Reputation 300 Total posts