Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint 2007 如何在SharePoint 2007中隐藏“我的网站”链接?_Sharepoint 2007 - Fatal编程技术网

Sharepoint 2007 如何在SharePoint 2007中隐藏“我的网站”链接?

Sharepoint 2007 如何在SharePoint 2007中隐藏“我的网站”链接?,sharepoint-2007,Sharepoint 2007,我只想隐藏链接,并保留其他链接,如欢迎名称和我的链接。我只想隐藏“我的网站”链接,但不想将其从网站中删除 谢谢。您应该能够从母版页中删除链接;看起来是这样的:- <SharePoint:DelegateControl ControlId="GlobalSiteLink1" Scope="Farm" runat="server"/> <SharePoint:DelegateControl ControlId="GlobalSiteLink2" Scope="Farm" runat

我只想隐藏链接,并保留其他链接,如欢迎名称和我的链接。我只想隐藏“我的网站”链接,但不想将其从网站中删除


谢谢。

您应该能够从母版页中删除链接;看起来是这样的:-

<SharePoint:DelegateControl ControlId="GlobalSiteLink1" Scope="Farm" runat="server"/>
<SharePoint:DelegateControl ControlId="GlobalSiteLink2" Scope="Farm" runat="server"/>
<wssuc:Welcome id="explitLogout" runat="server"/>

这是第二个链接

你可能会发现这很有用

编辑--- 我应该补充一点,你不应该删除链接,而应该只注释掉它。

参见迈克尔·范·克里夫

注意:对于您指定的所有用户,这将从使用共享服务提供商的所有web应用程序的所有网站中删除“我的链接”