Results 1 to 3 of 3

Thread: V9 remove Home Link from Top menu

  1. #1
    Join Date
    Jun 2010
    Posts
    14

    Default V9 remove Home Link from Top menu

    Hello,

    I searchd the forum, but could not find a hint, on how to remove the home menu. The First Item should be Category (With a lot of sub items). as long as i place any other Item without subitems at the first place it works.

    Any hint where to change this?

    thanks,

    kind regards,
    mike

  2. #2
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    go to {root}/XMLPackages/page.menu.xml.config file and comment out the line:

    <siteMapNode title="(!menu.Home!)" url="~/default.aspx">

  3. #3
    Join Date
    Jun 2010
    Posts
    14

    Default

    For me this did not work, since you must allways have a starting node.

    The solution was to add the following line to the masterpage.cs SetupMenu function.

    ds.ShowStartingNode = false;


    kind regards,
    mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •