Question

When logged into SharePoint and clicking the "My Profile" link from your name in the ribbon a page is shown (Person.aspx) and it shows data from the User Profile store. This is great, except, we have custom fields etc that we need to show just under the persons name in Person.aspx. I tried opening that page in SP Designer but that content looks to come from the masterpage (mysite.master) and then possibly from somewhere else as all of it has a yellow background color behind the text I need to edit.

Has anyone customized this page and if so what approach did you take?

Was it helpful?

Solution

As you said, you have to use SharePoint Designer.

To edit in the Design mode just click the right-handed arrow around the ContentPlaceHolder and choose "Create Custom Content" and it should now be editable.

To edit in the Code Mode (even if the content is in yellow), you need to hit the Edit in Advanced Mode in the Ribbon to get full access to the source.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top