Answered tag and notes in my profile

  • Wednesday, August 08, 2012 3:02 PM
     
     

    How can i capture tags and notes for each user before they delete it or edit it?Is there any way i can capture notes posted by each user on profile page so that i can see original notes posted by user before they customize it.Is there any way i cann hide or remove delete option from noteboard?

    Thanks

All Replies

  • Tuesday, October 02, 2012 12:18 PM
     
     Answered Has Code
    Hiding the social tags for specific site or web:

    Following CSS will hide the tags..

    .s4-socialdata-notif
    {
      display:none;
    }
    

    Hiding the social tags for web application:

    In the Permissions for User Profile Service Application dialog box on central admin
    Do one of the following:
    1. To enable the permission, in the Permissions for box, select the Use Social Features check box, and then click OK.
    2. To disable the permission, in the Permissions for box, clear the Use Social Features check box, and then click OK.
    For detail steps please visit below url

    http://technet.microsoft.com/en-us/library/ee721064.aspx

    Another way to Hiding the social tags across the farm:

    To completely remove from all web applications.. go to Central Admin > System Settings > Farm Management > Manage farm feature
    Deactivate the feature “Social Tages and Note Board Ribbon controls” feature.

    Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/ | Posting is provided "AS IS" with no warranties, and confers no rights