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.

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

11765 put(a) pogledan, 4 odgovor(a) 1.8.2013. 17:02:26Kreirao(la) super
super

super

1.8.2013. 17:03:32
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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
vzakanj

vzakanj

2.8.2013. 15:33:46
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.

Ovaj sadržaj još nije ocijenjen. 
345 Reputacija 61 Ukupno objava
super

super

2.8.2013. 15:40:34
Could you please show me an example, how to do that ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

6.8.2013. 7:53:40
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava