Table of Contents webpart can only display a max of 50 sites

By peter.stilgoe









Open web.config and look for the following lines:

add name=”GlobalNavSiteMapProvider” description=”CMS provider for Global navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=13.0.0.0, Culture=neutral, PublicKeyToken=94de0004b6e3fcc5″ NavigationType=”Global” EncodeOutput=”true”

add name=”CombinedNavSiteMapProvider” description=”CMS provider for Combined navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=13.0.0.0, Culture=neutral, PublicKeyToken=94de0004b6e3fcc5″ NavigationType=”Combined” EncodeOutput=”true” /

add name=”CurrentNavSiteMapProvider” description=”CMS provider for Current navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=13.0.0.0, Culture=neutral, PublicKeyToken=94de0004b6e3fcc5″ NavigationType=”Current” EncodeOutput=”true” /

add name=”CurrentNavSiteMapProviderNoEncode” description=”CMS provider for Current navigation, no encoding of output” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=13.0.0.0, Culture=neutral, PublicKeyToken=94de0004b6e3fcc5″ NavigationType=”Current” EncodeOutput=”false” /

Add the following attribute to each provider definition: DynamicChildLimit=”” (0 indicates no limit).

e.g.

add name=”GlobalNavSiteMapProvider” description=”CMS provider for Global navigation” type=”Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider, Microsoft.SharePoint.Publishing, Version=13.0.0.0, Culture=neutral, PublicKeyToken=94de0004b6e3fcc5″ NavigationType=”Global” EncodeOutput=”true” DynamicChildLimit=”75″ /

Share


categoriaSharepoint / MOSS / WSS commento1 Comment dataSeptember 22nd, 2008

About... peter.stilgoe

peter.stilgoeThis author published 482 posts in this site.
Sharepoint, InfoPath, K2, Nintex, Business Process Mapping, Business Intelligence, Automation, ECM, Document Management, Document Imaging, Internet Marketing & Online Business Consultant Email / MSN: pstilgoe@hotmail.com LinkedIn: Pete Stilgoe - Sharepoint Consultant









Share

FacebookTwitterEmailWindows LiveTechnoratiDeliciousDiggStumbleponMyspaceLikedin

1 Comment

  • At 2011.10.07 02:27, Fabian said:

    Thank you very much, this was a life saver! I’ve just spent way to much time with the bloody SPD web service connection and trying to configure the absolute URL. Once again, thank you!

    [Reply]

    (Required)
    (Required, will not be published)