Mono Support any way to have a web part for group discussion ? 

Viewed 12165 time(s), 4 post(s), 8/1/2013 5:02:26 PM - by super
8/1/2013 5:03:32 PM
6018 Reputation 709 Total posts

I want to have specific group discussion on a page.

Any way to have a group web part  tag for that ? if yes, please give an example in code how to write a group discussion web part ?

For example, I want to show new topics activity from this discussion in a page, how I can do that ?

1
8/2/2013 3:33:46 PM
345 Reputation 61 Total posts

You can use the DiscussionContainer.ascx control which has the GroupId property exposed. When you set that property to a certain group's id, it will show the discussions for that group.

2
8/2/2013 3:40:34 PM
6018 Reputation 709 Total posts

Could you please show me an example, how to do that ?

3
8/6/2013 7:53:40 AM
15993 Reputation 2214 Total posts

Hi,

you need to go into a code-behind of your page where you have discussion board and do the following:

myDiscussionBoard.GroupId = new Guid("Guid of your Group");
Regards

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