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_uy7xsv_eggEr530RTAHMbFF_vYkic6heod4hnTtSXiXE-2w4Z9hfvmppfCpuZ5gV7KApo6ligCh1hKT_0V3jt7E5fWnVozwhtruIVc-8W96kM3oEprLrLGKI89VtPb7NeY4f3Kyd1r5id4YMw=s0-d)
As such:
![image_thumb[10]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tf-MZR9Gbv8A6iJB9T6znJUJeSFBOtejF1qqBNn4I_6s5_eZ2U-pwtGHVx8RjHx69Tofc9S85zoecznLvskRDZBtcrQgQaDAQjeR14KVziIDLQSuCPXZJGif1Xk1PKjKzfzQV_IQmNtMz2QWUOdQ=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