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 )

8767 put(a) pogledan, 5 odgovor(a) 26.7.2013. 15:58:05Kreirao(la) super
super

super

26.7.2013. 15:58:05
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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

29.7.2013. 8:07:00
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
super

super

29.7.2013. 10:53:47
Could you please provide me the code for GroupList WebPart ?

AND

registry lines for both paths with what tag name ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
mzilic

mzilic

29.7.2013. 14:16:19
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
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
khorvat

khorvat

29.7.2013. 14:35:27
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava