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

Change SharePoint Site Time Format

Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException", SharePoint exception after applying cumulative update\service pack

Get list of all users in a site collection and get all the web parts in a page