Mono Support People search web part. Where is the SocialNetworkingMode property 

Viewed 8628 time(s), 6 post(s), 5/10/2013 9:25:27 PM - by jharcariik
5/10/2013 9:25:27 PM
40 Reputation 4 Total posts

Per the Monox User Guide. "Another important property is
SocialNetworkingMode: it defines if all users are searched when the active user starts typing -
alternatively"  How do you get to this property after adding th web part to a page?

Thanks.
Joe

1
5/13/2013 7:45:17 AM
15993 Reputation 2214 Total posts

Hi,

this is a global property that you can set, and it will be loaded automatically within the WebPart. You can set this inside the web.config 

<!-- social networking mode: Friend or Group-based. In group mode the user can invite and message only the users that are members of the same groups. -->
   <add key="SocialNetworkingMode" value="Friend" />
Regards

2
5/13/2013 9:49:27 PM
40 Reputation 4 Total posts

Thank you for the response, however when I change to the Group-based mode it did not change the users displayed in the People Search web part.  To test I logged in with a user with only one role (one of our custom roles) and the admin (MonoX adminstrator still displayed).  Is there something else I need to do to limit the list to only the users in the group?

Thanks.
Joe

3
5/14/2013 8:14:48 AM
15993 Reputation 2214 Total posts

Can you let us know what control are you using to display the user list ?

Thanks

4
5/14/2013 3:03:00 PM
40 Reputation 4 Total posts

Using the out of the box People Search.  See attached for web part selected.
Joe

5
5/14/2013 3:09:02 PM
15993 Reputation 2214 Total posts

Hi,

for group people search you should use the "~\MonoX\ModuleGallery\SocialNetworking\Groups\GroupPeopleSearch.ascx" - "Group member search". 

Please try to use this control and get back to us.

Regards

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