Our administrative area is very intuitive and extremely easy to use. It allows you to easily modify your menu: Features:
- Features
- Add unlimited Menus
- Add unlimited Categories within each Menu
- Add unlimited Items within each Category
- Easily edit, remove and rotate the position of the menu, menu category, and/or items within each menu
- Select Your Currency
Requires:
PHP 4+
1 MySQL(any version) database
INSTALLATION INSTRUCTIONS: [5 minute set-up]
Extract the contents of the ZIP file that you downloaded
Create a MySQL Database on your server (contact your host for help with this)
Then Open the file db_config.php located in the config/ folder
Edit the $HOST $U(username) $P(password) $DB(database name) Settings, Save your changes and close the file
Upload the the package to the root of your website
Browse to http://yoursite.com/[place optional path info here]/admin/
Then Simply follow the steps online as it sets up your database!
To Generate the menu on your page simply follow the below instructions:
Place <?php include('config/dbconfig.php'); ?> on line ONE (1) of the page with your menu above everything including the Doc Type and Head tag
Place <?php include('includes/functions.php'); ?> on line TWO (2) of the page with your menu above everything including the Doc Type and Head tag
Place <?php printMenu(); ?> where you would like the menu to appear
-- OPTIONAL STEPS--
Place <?php menuLinks(); ?> where you would like the links to other menus to appear
If you would perfer to set which menu displays on a page and creat your own links simply place <?php printMenu(7); ?> where you would like menu '7' to appear replace 7 with the ID of your menu
Thats It! Very Simple!
