Is alphabetic the only order for menus?
Is alphabetic the only order for menus?
Which menu are you talking about?
The menu in the admin section is controlled through the AdminMenu.ascx (/admin/controls/AdminMenu.ascx) however it doesn't really do any sorting. It just adds them in the .cs code behind file. So if you wanted to re-order the menu for the admin section you would have to change the order of the code in this file.
The menu on the main website with categories you are able to order them using the "Display Order" field.
If these aren't the menus that you are talking about then I'll need more information in order to help.
- Ryan
Thanks. Just looking for the up and down arrows used in many packages for ordering.
Last edited by Richnyc30; 12-22-2012 at 12:04 AM.