peoplepicker

Customize MOSS People Picker (PeopleEditor) Control

Hi, I have modified my MOSS 2007 configuration to query a given target AD successfully. I would like to show some custom LDAP fields (such as country) in the PeopleEditor control and allow users to search against these fields. Can someone point me towards useful resources/tutorials showing how to do this? Thanks, MagicAndi. ...

Setting Address Book image for a contact doesn't seem to work

I'm trying to set the contact image with the code below. I am not seeing any errors, and the image is not saved to the contact entry in the address book. Please help! I must be doing something wrong... - (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecord...

iPhone ABPeoplePickerNavigationController - How to select two single entries of two different multivalue properties of a person from Addressbook

Hello everyone! I'm near desperation as I search for a solution for weeks now. The Problem is simple: Via the ABPeoplePickerNavigationController (as a ModalView), a person should be selected. Then only (e.g.) the Mail addresses should be shown and the user should select one. After selection of a Mail address just the (e.g.) phone nu...

How to specify a group when displaying an ABPeoplePickerNavigationController

Does anyone know how to specify a group when initially displaying an ABPeoplePickerNavigationController (so it doesn't automatically display "All Contacts")? ...

People Picker can't find Forms Authentication Users in WSS 3.0

I used a lot of tutorials to turn my windows authenticated default wss web app to use Forms Authentication. What I've done since; 1. created a web app. and a site in wss 3.0. Made its anonymous access enabled for all site content. This wss app is in the "wss3" server. 2. created a membership db with regsql.exe in .net framework folder...

iPhone - ABPeoplePickerNavigationController: Show "Phone" properties but not the Ringtone

Using the code below, I'm bringing up a person picker so the user can choose either a phone or an email address. I've set the displayable properties to Email and Phone, but the "Ringtone" property is visible in the phone group. Given the purpose of this instance of Person picker, the Ringtone choice makes absolutely no sense to display...

SharePoint 2010 Claims Provider issue

I downloaded the code - SharePoint 2010 Claims Provider Sample from: http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=odcsp14ta&ReleaseId=4375 All seems to work fine except for when i select a claim from the people picker and click on the Ok button all i hear is an error beep and select users textbox does not...

People Picker AllowEmpty Property

Hello All, I am using the people picker user control of SharePoint in my aspx page. I have set the AllowEmpty property of people picker control as false. But, still the required field validation is not occurring for the control. I don't want to use a required field validation control explicitly for validating this. Any insights? Rega...

People Picker Control Not working in Jquery Dialog Div

Hello All, I have a SharePoint application page where I have extensively used JQuery. I show nested JQuery Dialog divs in my aspx page. The strange thing is that none of the people picker's javascript functions are called in the innermost JQuery Dialog while everything is working fine in the outer dialog. I suspect somethin...