disable recently page

Hi,

How can I diable recently page?

where Is I shoud add this code 

<style>
.ExternalClass2DC49AE4B87E482CB12BD96809778AA8 .s4-recentchanges {
 DISPLAY: none
}</style>

plz guide me another way that I have did is:

I have use this way but it didnt work

  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 .

but this way didnt work

plz guide me


  • Edited by sahar1978 Sunday, September 06, 2015 6:59 AM
September 6th, 2015 6:57am

Hello sahar1978,

Do you want to disable Recently Modified section in Quick Launch? You can add Content Editor Web Part to the page you want to hide Recently Modified section.

Content Editor Web part will allow you to place CSS or JavaScript code to customize your page.

This CSS will disable Recently Modified Section, you can place it in Content Editor Web Part.

<style type="text/css">
.s4-recentchanges
{
display:none;
}
</style>

 

You can check these links for more detail :

 

http://blog.incworx.com/blog/sharepoint-administrators-blog/hide-recently-modified-from-the-quick-launch  

http://www.isacantx.org/SharePointTraining/TrainingPages/ContentEditorWebPart.html

Thank you

 


  • Edited by ali tun 4 hours 11 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 6th, 2015 11:21pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics