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: ML8 - menu / <item Text="(!menu.Categories0!)" LookId="VertTopItemLook" />

  1. #1
    Tek7 is offline Senior Member
    Join Date
    May 2006
    Posts
    137

    Default ML8 - menu / <item Text="(!menu.Categories0!)" LookId="VertTopItemLook" />

    I need to modify the top menu for a more complex layout. I need to display sections and subcategories.

    I'd like to know where (!menu.Categories0!) is defined so I can use this code to make my customizations. Thank you.

    This is the sort of layout I'm looking to achieve:
    http://www.fansedge.com/
    May

  2. #2
    Tek7 is offline Senior Member
    Join Date
    May 2006
    Posts
    137

    Default

    Does anyone know where this is defined?
    (!menu.Categories0!)

    I have the source code. Thanks!
    May

  3. #3
    TheSkyWinner is offline Junior Member
    Join Date
    Jul 2010
    Posts
    5

    Default

    Note: This works only for the versions 8 and earlier.

    The files are located under the App_Templates\Skin_x folder where x is the skin that is currently applied to your site. There are two files for horizontal and vertical menus. menuData.xml is for horizontal and vertMenuData.xml is for the vertical menu. Here you will find the lines you are looking for.

    All the best.