Mono Support How to have all groups and search group option in 1 page ? how to do that ? 

Viewed 8754 time(s), 5 post(s), 7/26/2013 3:58:05 PM - by super
7/26/2013 3:58:05 PM
6018 Reputation 709 Total posts

I want a page where I can have all groups and search group option ? how to do that ?

I know in by default "group" menu tabs take the user to the page but by default it shows "My groups" and user have to click the button "all groups"

I want a separate page where I can have all groups list and search option.

what code and reference I should use in the page ?

1
7/29/2013 8:07:00 AM
15993 Reputation 2214 Total posts

Hi,

you have ShowAllGroups property on GroupList WebPart so you need to set that to true in order to display all groups, also here are the paths to group WebParts you need to add to page to have search and group list showing all groups:

~\MonoX\ModuleGallery\SocialNetworking\Groups\GroupSearch.ascx
~\MonoX\ModuleGallery\SocialNetworking\Groups\GroupList.ascx

Regards

2
7/29/2013 10:53:47 AM
6018 Reputation 709 Total posts

Could you please provide me the code for GroupList WebPart ?

AND

registry lines for both paths with what tag name ?

3
7/29/2013 2:16:19 PM
2218 Reputation 300 Total posts

Hello Super,

As Kristijan mentioned you can create a new page in your solution and reference these two controls. After that on the GroupList you can set the ShowAllGroups boolean webpart property to true. Ex:

<myControl:GroupList ... ShowAllGroups="true" />
Regards,
Mario

4
7/29/2013 2:35:27 PM
15993 Reputation 2214 Total posts

FYI - code for the WebParts you mentioned is a part of MonoX Source Code package, paid package. But as I mentioned you don't need a source code for this customization or any other that we recently suggested.

Regards

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