I have a custom list definition based upon a content type which includes a field of type "User".
When I display this field in my list view, it shows the name with a link to the entry in the site collection user information list.
I would like to have additional user information displayed in the view, taken from the user's profile, including things like Position and Organisation. Is there any way to acheive this through changes to the List's Schema.xml?
If this is not possible, is there a way I can do it by over-riding the display of the User field for particular lists to include additonal information? Possibly with XSL?
