Thursday, February 3, 2011

Hide Recently Modified Items

Hide Recently Modified Items


In SharePoint 2010 we all are familiar with the following annoying quicklaunch menu:




Follow these steps : 
  1. Go to  "Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\DocumentTemplates" .
  2. Open "wkpstd.aspx" file.
  3. Search for tag "SharePoint:RecentChangesMenu".
  4. Add visible="false"  at the end of this tag.
  5. Save this file & refresh SharePoint site .


4 comments:

Anonymous said...

THANKS!!!! sure beats the Content Editor method!

Anonymous said...

Awesome!! Thanks - life saver!

Anonymous said...

You are a Superstar! Thanks!

Togotooner said...

This won;t work for those of us that don;t have access to the server files. How and where is the line on the Master file, so I can find it there and edit it on my master? I can't seem to see the line where this sneaky thing is hidden.