这个问题发生在从 SharePoint 2007 升级到 SharePoint 2010之后。一些本来可用的 WebPart 消失掉了,变为不可用。

        例如 Social Collaboration Web Parts:

        SharePoint 2010 找回丢失的Social Collaboration Web Parts

        解决办法也很简单,重新激活 PortalLayouts 这个Feature 即可。

        1. stsadm命令行方式

        stsadm -o deactivateFeature -name “PortalLayouts” -url “http://portal.wherever.com/sites/collectionname”

        stsadm -o activateFeature -name “PortalLayouts” -url “http://portal.wherever.com/sites/collectionname”

        2. PowerShell方式

        Disable-SPFeature –Identity PortalLayouts –url http://portal.wherever.com/sites/collectionname

        Enable-SPFeature PortalLayouts -Url http://portal.wherever.com/sites/collectionname

        解决后如下:

        SharePoint 2010 找回丢失的Social Collaboration Web Parts

相关文章:

  • 2021-07-29
  • 2022-12-23
  • 2021-10-21
  • 2021-04-23
  • 2022-02-24
猜你喜欢
  • 2021-10-23
  • 2022-02-03
  • 2021-06-15
  • 2022-01-15
  • 2021-04-26
  • 2021-05-29
相关资源
相似解决方案