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.

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

Viewed 7788 time(s), 5 post(s) 7/26/2013 3:58:05 PMby super
super

super

7/26/2013 3:58:05 PM
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 ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

7/29/2013 8:07:00 AM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

7/29/2013 10:53:47 AM
Could you please provide me the code for GroupList WebPart ?

AND

registry lines for both paths with what tag name ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

7/29/2013 2:16:19 PM
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
This content has not been rated yet. 
2218 Reputation 300 Total posts
khorvat

khorvat

7/29/2013 2:35:27 PM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts