Pages

Wednesday, February 6, 2013

SharePoint 2010 Hide social buttons



We can enable/disable, I like it and tag buttons and functionality on farm level.

Here is a way to display/hide these buttons on page level, insert below style scripts into content editor web part:

<style type="text/css">
.s4-socialdata-notif{
text-align: left;
display: none;
}
</style>

1 comment:

  1. Hello,
    I hope u help me to find a solution for my new taks... I wanted to develop a utility/solution for 'file transfer utility for windows systems'.. it is similar to 'rsync' utility which is used on unix systems (http://en.wikipedia.org/wiki/Rsync)..the main purpose of this is to copy the deployment files from 1 server(source) to multiple servers(destinations) on the network.. i m looking fr a solution in share point(may b web part) where i can manage, to the file transfer which out manually going to the servers..the reason i wanted bring sp in picture is v can have the audits, logs, tracklist of all transfers.. can u please let me know ur thoughts on this..

    Thanks,
    Rahul

    ReplyDelete