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 9464 time(s), 5 post(s) 26.07.2013 15:58:05by super
super

super

26.07.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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

29.07.2013 08: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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
super

super

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

AND

registry lines for both paths with what tag name ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
mzilic

mzilic

29.07.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
Dieser Inhalt wurde noch nicht bewertet. 
2218 Reputation 300 Total posts
khorvat

khorvat

29.07.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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts