Hide Recently Modified Items
In SharePoint 2010 we all are familiar with the following annoying quicklaunch menu:
In SharePoint 2010 we all are familiar with the following annoying quicklaunch menu:
Follow these steps :
- Go to "Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\DocumentTemplates" .
- Open "wkpstd.aspx" file.
- Search for tag "SharePoint:RecentChangesMenu".
- Add visible="false" at the end of this tag.
- Save this file & refresh SharePoint site .
12 comments:
THANKS!!!! sure beats the Content Editor method!
Awesome!! Thanks - life saver!
You are a Superstar! Thanks!
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.
I have updated the page but how do I "refresh Sharepoint site"??
Use F5 key to refresh the site in internet explorer.
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???
to refresh you are better off with an iisreset, stylings get cached a lot and are a thorn while you are developing the branding.
Thanks! This is the easiest method I've seen if you have access to the required file.
The BEST~! Thanks
Talk about a simple solution. :)
Thank you!!
Thank You! I was looking for a much cleaner method than the content editor js.
Post a Comment