Mono Support Group Discussion boards 

Viewed 8346 time(s), 6 post(s), 12/14/2012 2:23:52 AM - by sam0864
12/14/2012 2:25:19 AM
656 Reputation 79 Total posts

How to setup the group discussion board to viewable for non-members?
Is it possible to limit one discussion board per group?

I have 4.7.4136 release

1
12/14/2012 8:34:29 AM
15993 Reputation 2214 Total posts

Hi,

you will have to extend the Group module functionality, for "How to setup the group discussion board to viewable for non-members?" you will have to amend the "~\MonoX\ModuleGallery\SocialNetworking\Groups\GroupView.ascx" WebPart and for the "Is it possible to limit one discussion board per group?" you will have to add a code for custom permission rules inside the "~\MonoX\ModuleGallery\SocialNetworking\Groups\GroupView.ascx.cs" in the OnPreRender event which will hide or show the btnNewBoard button.

Regards

2
12/15/2012 7:39:28 PM
2793 Reputation 345 Total posts

the discussion part has a property for displaying it to unauthenticated members, wouldn't that work?

3
12/17/2012 8:12:25 AM
15993 Reputation 2214 Total posts

Yes it does, but here we are talking about viewing the boards inside the groups so first we need to expose boards for non-members inside the group.

Regards

4
1/2/2013 6:20:02 AM
656 Reputation 79 Total posts

If I manage to limit one discussion board per group, Is it possible to jump directly to the topics list (in stead of boards list) once you click on Discussion Board tab?

5
1/7/2013 11:48:37 AM
15993 Reputation 2214 Total posts

Hi,

automatically you can't jump directly to topics, but you can try to amend the Boards tab URL by using the same link as board title url.

Let us know if you need more information.

Regards

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