Monday, January 24, 2011

script to hide 'Recycle bin' and 'View All site contents' from landing page

To hide the 'Recycle bin' and 'View all site contents' links from the home page,
just paste the following script in to contents editor web part.


var returnVar = document.getElementById("ctl00_PlaceHolderLeftNavBar_idNavLinkRecycleBin"); returnVar.style.visibility = "hidden";

var returnVar = document.getElementById("ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll"); returnVar.style.visibility = "hidden";

w3wp process attach command - Sharepoint 2010

below is the command to attach the exact process which runs your application on Sharepoint 2010 server

c:>Windows>System32>inetsrv>appcmd list wp