SharePoint User Group UK

Share the knowledge!

Welcome to SharePoint User Group UK Sign in | Join | Help
in
Home Blogs Forums Photos Files Roller

Drop Down Menus in Master Page, Possible?

Last post 07-30-2008, 12:56 PM by Alex MJ12. 5 replies.
Sort Posts: Previous Next
  •  07-30-2008, 9:49 AM 12505

    Drop Down Menus in Master Page, Possible?

    Hi all,

    We are using the default master page for one of our intranet sites here, we have drop down links in the Navigation bar on the left but cannot get drop down links to work from the top links bar.

    We are using WSS 3.0, is this possible by modifying the master page somehow?

    Thanks,

    Alex

     


    My New SharePoint Blog - http://sharepointcoding.wordpress.com

    MCP: Windows XP
  •  07-30-2008, 10:11 AM 12508 in reply to 12505

    Re: Drop Down Menus in Master Page, Possible?

    Use SharePoint Designer to create the copy of your default master page then modify SharePoint:AspMenu control for top navigation by setting property MaximumDynamicDisplayLevels="<number of levels>" [0 - no drop down])

    or without SharePoint designer save master page from Master Page Gallery to local drive, find SharePoint:AspMenu control for top navigation (it is located under <tr class="topNavContainer">) change it property, download to the gallery and set as Master Page for site.

    Thanks,
    Alex
  •  07-30-2008, 10:58 AM 12509 in reply to 12508

    Re: Drop Down Menus in Master Page, Possible?

    Thanks for your reply however we wish to be able to show a drop down of page links rather than subsites, is this possible without creating a custom menu?

    Thanks,

    Alex


    My New SharePoint Blog - http://sharepointcoding.wordpress.com

    MCP: Windows XP
  •  07-30-2008, 12:16 PM 12511 in reply to 12509

    Re: Drop Down Menus in Master Page, Possible?

    You should not create custom menu. Top navigation menu on master page is a SharePoint:AspMenu control instance that exists by default whith MaximumDynamicDisplayLevels parameter value "0" so you see static navigation (home and subsites links by default). If you change property to 1 you will see dynamic drop down menu with subsite pages as menu items.

    Thanks,
    Alex
  •  07-30-2008, 12:25 PM 12513 in reply to 12511

    Re: Drop Down Menus in Master Page, Possible?

    I see what you mean and I have changed the MaximumDynamicDisplayLevels to 1 but we wish to add some links into the bar that are not in subsites, these are just seperate page links. is this possible in WSS?

    Thanks.


    My New SharePoint Blog - http://sharepointcoding.wordpress.com

    MCP: Windows XP
  •  07-30-2008, 12:56 PM 12514 in reply to 12513

    Re: Drop Down Menus in Master Page, Possible?

    Go to subsite where you wish  to paste custom link. Go to Subsite site setting page > Navigation > Navigation Editing and Sorting section > "Add link" option and add you custom link. This link will be added to drop down menu as new item.

    Thanks,
    Alex


View as RSS news feed in XML
Powered by Community Server, by Telligent Systems