Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: V9 remove Home Link from Top menu

  1. #1
    Muckman is offline Junior Member
    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
    ASPAlfred is offline Senior Member
    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
    Muckman is offline Junior Member
    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