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
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
gooooooood
ReplyDelete