我们正在从SP2013升级到SP2016。 我们网站页面的母版页未发生变化。 个人资料图片在person.aspx上显示正常,但不在我网站下的任何其他页面上显示。
母版的代码:
<div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList ms-mysite-sideNavBox">
<SharePoint:AjaxDelta ID="DeltaPlaceHolderProfileImage" BlockElement="true" IsMainContent="true" runat="server">
<SPSWC:ProfilePropertyImage CssClass="ms-profile-image" ID="PictureUrlImage" ShowPlaceholder="TRUE" RenderProfileLinks="TRUE" PropertyName="PictureUrl" ImageSize="Large" runat="server" />
</SharePoint:AjaxDelta>
...
person.aspx,default.aspx等有:
<SPSWC:ProfilePropertyLoader id="m_objLoader" LoadFullProfileOfCurrentUser="true" runat="server" />
我网站下的所有网页都在SP2013解决方案中显示个人资料图片。 问题在于其他母版页如mysite15.master。
是什么让person.aspx与众不同。从其他页面?