SharePoint 功能区
SharePoint Ribbon
我不会写英文,抱歉。
我在 SharePoint 中隐藏功能区,这样没有管理员访问权限的用户就不会显示,这就解决了,现在会发生什么情况,即不会显示用户名,也无法离开会话。
如何才能只重新显示会话的一部分?
Image with access to a group and the user's name is not visible.
要显示用户名试试这个
<wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false">
将以上行复制并粘贴到母版页中占位符内的任意位置。
您还可以在 Sharepoint 母版页(Manageweb 等)中尝试 security trimmed control Google it
我不会写英文,抱歉。 我在 SharePoint 中隐藏功能区,这样没有管理员访问权限的用户就不会显示,这就解决了,现在会发生什么情况,即不会显示用户名,也无法离开会话。
如何才能只重新显示会话的一部分?
Image with access to a group and the user's name is not visible.
要显示用户名试试这个
<wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false">
将以上行复制并粘贴到母版页中占位符内的任意位置。 您还可以在 Sharepoint 母版页(Manageweb 等)中尝试 security trimmed control Google it