Introduction
This project is for Milonic menu users. It edits mm_items and mm_menus tables in the Milonic's sample MSSQL database. Some field additions must be made and the first field set as the primary key.
Features include a preview menu and the option to publish the menu after making changes. Records can be inserted, updated or deleted.
I wrote this little ASP program so I could manage my Milonic website menu. It's not perfect but it gets the job done. I know it can be better written but I already had most of the code from an old program I wrote years ago. Use as-is. This is not for beginners.
How to use
- Download the Milonic sample menu from their website and install according to the instructions.
- Download this application.
- Add the primary keys to the first fields of each table.
- Add the additional fields to the sample database. See the insert statements for the field names.
- Copy the
mm_items and mm_menus tables to new tables and rename them mm_items_edit and mm_menus_edit.
- Set the primary keys in the new tables.
- Set the database connections for your SQL server in the code.
- Modify i_menuMain.asp to fit your needs.
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here