IntroductionSome time ago have one request from a client about the option the social features.This client had special configurations on the SharePoint and didn’t wanted to activate the “Tags and Notes” option to don’t confuse the final Users, but want to use the “My Site” Links since they are using in all Farms.The first thought I have was turn off the “Tags and Note Board Feature Ribbon Controls”. When we access to SharePoint Central Administration and Manage the “Farm Features” the Feature “Social Tags and Note Board Feature Ribbon Controls” is activated and when we access to a SharePoint Site the social features will appear. When I turned off this Feature the “My Site” and “My Profile” also disappear, after found this issue start to research how the Social Feature is configured. This feature is located in the Hive Folder where SharePoint 2010 is install with the name SocialRibbonControl “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\SocialRibbonControl” This Feature have 2 different files, one is to configure the “Tag and Notes” Ribbon and the configure the new actions for Social Features. After some research on the content of the Files I started to create a new feature to response the new requisites.
To manage the “My Sites” links I created a custom Feature where the action is associated, for this feature I added the Scope “Farm” and will be active for all SharePoint Sites. To support the Activation of “My Sites” Links I add to the feature the following configuration action in the Feature support File. This action will add the “My Site” and “My profile” links without appear the “Tags and Notes” option. To activate only this actions recommend deactivate the “Social Tags and Note Board Feature Ribbon Controls” and activate the new feature “My Site Links without Tag and Notes”. After this change you can access to your SharePoint Sites and validate if appear the “My Site” and “My profile” Link without “Tags and Notes”… The MySiteLinks.wsp Solution Link Download source files -2 kb |