SharePoint 2010 显示用户名并注销

发布于 2024-11-07 12:33:33 字数 152 浏览 0 评论 0原文

我们如何编辑母版页以显示用户名,下拉列表仅显示(注销,以其他用户身份登录)。但删除其他所有内容(网站操作、浏览、页面、我的网站、我的个人资料、我的设置)

在此处输入图像描述

How do we edit the master page to Show the User name with the drop down showing just (Sign out, Sign as a different user). Yet remove everything else (site actions, browse, page, my site, my profile, my settings)

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音盲 2024-11-14 12:33:33

您好,您可以编辑 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES 中的 Welcome.aspx 将 14 更改为您的 Sharepoint 版本。

在此处输入图像描述

然后添加 Visible="False" (请注意,这是区分大小写的)类似的属性
在此处输入图像描述

但是,如果您想向其中添加项目, wordpress.com/2010/12/21/how-to-edit-the-welcome-drop-down-menu-in-sharepoint-2010/" rel="nofollow noreferrer">这里是一个指南。

Hi you can edit the Welcome.aspx at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES change 14 to your Sharepoint Version.

enter image description here

Then add a Visible="False" (take note this is case sensitive) property to the like such
enter image description here

However, if you want to add items to it, here is a guide.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文