Domanda

Sto usando SharePoint 2010. Quando selezionando Elenco, quindi il menu di navigazione del sito è perso Ho bisogno di quel menu rimanere uguale dopo aver selezionato l'elenco e hai anche bisogno della barra degli strumenti elenco come è.Voglio farlo per tutte le liste e i sottoschetti anche.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top