문제

SharePoint 2010을 사용하고 있습니다. 목록을 선택하면 사이트 탐색 메뉴가 손실되면 목록을 선택한 후 메뉴가 동일하게 유지되고 목록 도구 모음이 필요합니다.모든 목록과 하위 사이트에 대해이 작업을 수행하고 싶습니다.

도움이 되었습니까?

해결책

Following are the steps for solution:

1) Open your main site in SharePoint Designer and copy v4.master for Backup

2) Open v4.master Master page of your site

3) find the <div id="s4-topheader2" class="s4-pr s4-notdlg"> which inside the <div id="s4-titlerow" class="s4-pr s4-notdlg s4-titlerowhidetitle"> and put it below and outside of it and above the <div id="s4-statusbarcontainer"> <div id="pageStatusBar" class="s4-status-s1"></div></div>

4)Check for Master Page link in Look and Feel menu if it is already there then no need to follow step 5 and 6 directly go to step 7

5) now go Site Settings -> Site Collection Administration and open Site Collection Features find feature SharePoint server Publishing Infrastructure and activate this

enter image description here

enter image description here

6) Again go to Site Settings -> Site Actions and click on Manage site features then activate SharePoint Server Publishing this will enable Master Page in Look and fill menu

enter image description here

enter image description here

7) go to Look and Feel -> Master page -> Check the Check-box "Reset all sub-sites to inherit this site master page setting" in both Site Master Page and System Master Page then click OK.

enter image description here

enter image description here

After following the step you got the desire output ::

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top