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: Modified Admin menu in v9

  1. #1
    deselt is offline Senior Member
    Join Date
    Mar 2009
    Posts
    100

    Default Modified Admin menu in v9

    How can I add items in Admin menu in ver.9 Can’t find anything like menudata.xml in admin or admin skin folder like in old ver.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Check out the {root}/XmlPackages/page.menu.xml.config file

  3. #3
    deselt is offline Senior Member
    Join Date
    Mar 2009
    Posts
    100

    Default

    That’s for menu in storefront but mean for menu on admin page

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Woops, misread that, sorry.

    The admin menu's generated by a control, look in the {root}/admin/controls folder. All of the nodes are set in the admin menu control codebehind file.

  5. #5
    jgeno is offline Member
    Join Date
    Jan 2006
    Posts
    50

    Default

    Is there a simplified way to get a sub-menu display under Organization for Categories/Departments, like in v8?

    FYI. We have a ton of Categories / Departments in our application, which was affecting the display because of the pagination. That being the case, we had to go into Admin > Controls > EntityGrid.ascx and increase the page count to get all of our items to display. It still loads very fast with a 999 page count. This made the admin much more user friendly.

    Thanks,
    Jason