Me

No User

You must log in to access your account.

MOSS 2007 Help and How To

Group Avatar

Group avatar

Admins

← Forum Post Reply →

  • ← Group Forum | Forum Topic Directory

    Nested Dropdowns only showing on main site (4 posts)

  • Avatar Image Kevin Hamrick said 1 year, 10 months ago:

    Hi, I have used SP Designer to change the "MaximumDynamicDisplayLevels" on my default.master page from 1 to 3. The changes have taken effect, but only on the main page. When I navigate down to a lower level site, the top bar shows only 1 dynamic display level. However, if I open the default page in SP Designer (at the lower level) the value is still set at 3. Any idea why the top bar doesn't show all levels on the sub-sites?

  • Avatar Image Kevin Hamrick said 1 year, 10 months ago:

    Could this have to do with the fact that the main site (using default.aspx) is a publishing site, and the lower level sites are team sites?

  • Avatar Image Kevin Pine said 1 year, 9 months ago:

    Publishing sites use the Site Master Page while team sites use the System Master Page. The master page for both can be selected on the Site Master Page Settings page.

    Note that pages like All Site Content (and all pages served up from '/_layouts/') use yet another master page, application.master. This one cannot be set the same way as the two above.

  • Avatar Image Kevin Hamrick said 1 year, 9 months ago:

    Thanks Kevin