Domanda

I have a web application in my SP 2010 farm with the url as:

http://servername

I have 3 site collections in this web application as:

  • /
  • /sites/it
  • /sites/finance

When I browse to the url http://server/, it does not list all my site collections on the top bar. How can I display all my site collections on my web application home page?

È stato utile?

Soluzione

You can go to Site Settings -> Look and feel -> Top Link bar (if you use publishing feature Site Settings -> Look and feel -> Navigation and use Global navigation). In these settings you can add links of your sites that should be displayed in top bar.

Altri suggerimenti

You can add link manualy by using Content Editor Web Part or add it to quick launch.

If you need authomaticly display link to all site collections, you have to write your simple custom web part with using collection SPContext.Current.Site.WebApplication.Sites.

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