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.
![image_thumb[5]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_unftoKQYhGMIuEbmqpOxYKmVWr1RdIn8P5KiT8ZtuWSuxnonLNW0j7pDYkEZ0k81zcr-RKEIXIDuRPpd6TOB-gvr605hz74qgO9OS3s3sRxCd8-9sYm2tSapPQFgJKNMXgTBv4LgohK2nNB2o=s0-d)
As such:
![image_thumb[10]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_u-NDbQ-qymwGGZyZCYMhtx-b69LFatq_Vn_agtJC63OUNgLa_fs-5x3d7Ou65XeM0Io2PcZasiCEI-imSxNYxrPKKI7tAj4__veUNK-_4y3YDixUY0WXgSigEP9QCg-Z7DUZol9iHJK4w4Mrd6tA=s0-d)
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