MOSS: Remove Section Headers in User Profile page

18 Dec

The MOSS public user profile page (Person.aspx) list items under section headers as defined in the Profile Properties shared service administration page.

You can change this behavior and display the profile without section headers by adding an attribute to the Profile Viewer control in your Person.aspx file (TEMPLATESSiteTemplatesSPSMSITEHOSTperson.aspx).

Find the profile viewer control in your aspx page, and add the ShowSections=false attribute.

<SPSWC:ProfileViewer id=”ProfileViewer” ShowSections=false ShowBusinessCardIfEmpty=”false” runat=”server” />

Voila, You’ve got no more section headers!

Leave a Reply

Your email address will not be published. Required fields are marked *