Some Social Collaboration Web Parts Missing?

Problem
Are you missing some of the Social Collaboration Web Parts? For example, I was expecting to find the Note Board, Organization Browser, Site Users, Tag Cloud and User Tasks and instead, was only able to pick 2 of them (Site Users and User tasks).




The Fix

This one is pretty easy. For the site collection in question, you are going to want to run the following:

PowerShell:
Enable-SPFeature PortalLayouts -Url "http://servername:port/sitecollection"
Disable-SPFeature –Identity PortalLayouts –url "http://servername:port/sitecollection"

Command Prompt:
stsadm -o activatefeature -name "PortalLayouts" -url "http://servername:port/sitecollection" -force


Comments

Post a Comment

Popular posts from this blog

Activating a SharePoint Feature on Multiple Sites or Site Collections using PowerShell

Managed Path with WildCard and Explicit Inclusion

List All SharePoint 2010 PowerShell Commands