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 .


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.
Anonymous said…
I have updated the page but how do I "refresh Sharepoint site"??
Gaurav Goyal said…
Use F5 key to refresh the site in internet explorer.
Anonymous said…
I tried refreshing the screen several times within IE after updating the page mentioned on the server before asking the question, but I am still seeing the Recently Modified Items. What am I missing???
Anonymous said…
to refresh you are better off with an iisreset, stylings get cached a lot and are a thorn while you are developing the branding.
Unknown said…
Thanks! This is the easiest method I've seen if you have access to the required file.
Anonymous said…
The BEST~! Thanks
Leslie Dratler said…
Talk about a simple solution. :)

Thank you!!
Unknown said…
Thank You! I was looking for a much cleaner method than the content editor js.
Anonymous said…
How can I hide for specific site?
Gaurav Goyal said…
If you want to hide specific site then you have to use this CSS code :

.s4-recentchanges
{
display:none;
}

Popular Posts

SharePoint Interview Questions and Answers

Download Infopath Form Templates

How to get current logged user information using JavaScript ?

Steps to set Form based authentication (FBA) for SharePoint 2010

SharePoint Interview Questions and Answers II

Get List Items - JavaScript

Cross Site List Rollup Web Part for SharePoint 2010

Change Language for current user with JSOM in SharePoint Online

SharePoint 2010 CSS Chart