Tuesday, August 23, 2011

Disabling Wiki Page Recently Modified section

While creating a SharePoint Wiki Pages, you will get a Recently Modified section at Top Quick launch bar. If you don't want to show this on a page you can restrict this using css change in your masterpage.


If you wanna remove the recently modified link, just a simple CSS modification.




As such:


 
<style type="text/css">
    .s4-recentchanges
    {
        display:none;
    }
</style>
 
Enjoy the work with SharePoint 2010. 
 

No comments:

Post a Comment