From: Alexander Szigetvary on
Hi NG!

How can I decide what information is displayed on the profile tab.
Unfortunatly the fields that show user info like department, telephone, etc.
including the profileviewer are no configurable webparts.

So i.e. the department shows like this in SharePoint Designer:

<SPSWC:ProfilePropertyValue PropertyName="Department"
class="ms-profilevalue" runat="server"/>
So in this area it is simple to add other user attributes.

But is there a way to tell what and how information is displayed in the
ProfileViewer which is displayed like this:
<SPSWC:ProfileViewer id="ProfileViewer" ShowBusinessCardIfEmpty="false"
runat="server"/> and shows fax number, email address, birthday (all
attributs are set to be ssen by everyone).
Is there a xml file somewhere to tell profile viewer what to display or is
that info "hardcoded" in some dll?