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 5 of 5

Thread: Menu Item

  1. #1
    psharma is offline Junior Member
    Join Date
    Jun 2010
    Posts
    18

    Default Menu Item

    I am trying to add new items to top menu. Tried changing menudata.xml in my skin. But I do not see any result. I cleared history, cach, restarted IIS. Using ASPDNSF 9.1

  2. #2
    jdudley is offline Member
    Join Date
    Oct 2007
    Posts
    54

    Default

    I'm having the same issue... anyone know the solution?

  3. #3
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Have you tried changing the skin tokens in the template.master file?

    Under Web\App_Templates\Skin_1

  4. #4
    jdudley is offline Member
    Join Date
    Oct 2007
    Posts
    54

    Default

    Currently I am using the default menu that was on the skin the code looks like this
    HTML Code:
    <!-- TOP MENU -->
                <asp:Menu ID="aspnetMenu" runat="server" Orientation="Horizontal" StaticTopSeparatorImageUrl="/App_Themes/Skin_1/images/menu_sep.gif"
                    StaticEnableDefaultPopOutImage="False" StaticDisplayLevels="2" MaximumDynamicDisplayLevels="<%$ Tokens:AppConfigUSInt, MaxMenuLevel %>">
                    <StaticSelectedStyle CssClass="aspnetMenu_StaticSelectedStyle" />
                    <LevelMenuItemStyles>
                        <asp:MenuItemStyle CssClass="aspnetMenu_Level1" Font-Underline="False" />
                        <asp:MenuItemStyle CssClass="aspnetMenu_Level2" Font-Underline="False" />
                    </LevelMenuItemStyles>
                    <StaticMenuItemStyle CssClass="aspnetMenu_StaticMenuItemStyle" />
                    <DynamicSelectedStyle CssClass="aspnetMenu_DynamicSelectedStyle" />
                    <DynamicMenuItemStyle CssClass="aspnetMenu_DynamicMenuItemStyle" />
                    <DynamicMenuStyle CssClass="aspnetMenu_DynamicMenuStyle" />
                    <%--
                            These 2 styles below can't be added declaratively, it will be added later on the script
                            But needs to follow the naming convention {MenuId}_WhatEverStyle
                        --%>
                    <%--<DynamicHoverStyle CssClass="aspnetMenu_DynamicHoverStyle" />--%>
                    <%--<StaticHoverStyle  CssClass="aspnetMenu_StaticHoverStyle" />--%>
                </asp:Menu>
                <!-- END TOP MENU -->

  5. #5
    storedeveloper is offline Member
    Join Date
    May 2009
    Posts
    77

    Default hi

    please use page.menu.xml.config intsead of menudata.xml.