/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright  2002 - 2012 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Name: readme-eng.txt
| Author : Smokeman
| Email: smokeman@esenet.dk
| Web: http://www.phpfusion-tips.dk/
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

NAME:
-----
DeLuxe Dropdown Menu V1.2


AUTHOR:
-------
Name: Robert Holm (Smokeman)
Email: smokeman@esenet.dk
Web: http://www.phpfusion-tips.dk/


DESCRIPTION:
------------
A fancy horizontal Dropdown Menu for your PHP-Fusion website.

It has 3 submenus / levels.

Insertion of links from the infusions administration-part.
 - No need to edit codes.

Will work with all your standard-coded themes on the site.

100% valid XHTML 1.0 & CSS 2.1


COMPATIBLE WITH:
----------------
 - PHP-Fusion V7.02.XX
 - PHP-Fusion V7.01.XX
 - PHP-Fusion V7.00.XX


FEATURES:
---------
 - Drop Down with 3 submenus / levels.

 - Design & built your own menu or choose from one of the Pre-Installed templates.
 - Ability to download several ready-made templates / designs.

 - JS Color Picker implemented. Easy & Quick selection of colors / background colors - No need to "know" the color codes. ( See screenshot "Userdefined Template" )

 - Compatibility for servers running both PHP4 & PHP5.

 - Ability to specify the background color on all 3 submenus.
 - Ability to specify border color on all 3 sub-menu's.
 - Ability to specify border color on all 3 sub-menu's by mouse-over.

 - Ability to use images / icons on all menu items & menu links.
 - Ability to use BB codes on all menu items & menu links.

 - Ability to specify the background color on all links and menu items.
 - Possibility to specify background image on all links and top-menu items.

 - Ability to open up links in a new window.
 - Ability to set permissions on all links. Ie; you can hide links for example guests - as we know it from the normal built-in links system in PHP-Fusion.
 - Ability to move up / down on the already established links.

 - Possibility to specify background image on the main menu.
 - Possibility to specify background image on the main menu by mouse-over.

 - Ability to specify the background color on the main menu.
 - Ability to specify the background color on the main menu by mouse-over.
 - Ability to specify the background color on submenus.
 - Ability to specify the background color on submenus by mouse-over.

 - Possibility to specify text color on the main menu.
 - Possibility to specify text color on the main menu by mouse-over.
 - Possibility to specify text color on submenus.
 - Possibility to specify text color on submenus by mouse-over.

 - Ability to specify the width on the submenu items.

 - Possibility to specify text format on the main menu.
 - Possibility to specify text format on the main menu by mouse-over.
 - Possibility to specify text format on the submenus.
 - Possibility to specify text format on the submenus by mouse-over.

 - Possibility to specify text size. Applies to head + submenus.
 - Possibility to specify text location. Applies to head + submenus.
 - Ability to specify font type. Applies to head + submenus.

 - Plus other non-mentioned features ...


INSTALLATION:
-------------
1. Upload the content of the map "files" to the root of the server.

2. Log on to the site and go to: Admin Panel ==> System Admin ==> Infusions - and install the new infusion: DeLuxe Dropdown Menu.

3. Then go to: Admin Panel ==> System Admin ==> Banners - and insert the following code inte the field "Banner1" or "Banner2":

<?php
echo "<table cellspacing='0' cellpadding='0' border='0' style='padding-top: 3px;' width='100%' align='center'>\n<tr>\n
<td align='left'>\n";
include INFUSIONS."deluxe_dropdown_menu/menu.php";
echo "</td>\n</tr>\n
</table>\n";
?>

3a: If you want the menu to be centered then use this code instead:

<?php
echo "<table cellspacing='0' cellpadding='0' border='0' style='padding-top: 3px;' width='auto' align='center'>\n<tr>\n
<td align='left'>\n";
include INFUSIONS."deluxe_dropdown_menu/menu.php";
echo "</td>\n</tr>\n
</table>\n";
?>

4. Administration from: Admin Panel ==> Infusions ==> DeLuxe Dropdown Menu.


UNINSTALLATION:
---------------
1. Log on to the site and go to: Administration ==> System Admin ==> Infusions - and deactivate the infusion: DeLuxe Dropdown Menu.

2. Then go to: Administration ==> System Admin ==> Banners - and remove the code for the DeLuxe Dropdown Menu.

3. Last you should delete the following map from the FTP: /infusions/deluxe_dropdown_menu


CHANGELOG:
----------
V1.2 - SQL-Optimization by Flemming (flj) - the menu now use only one single SQL-Query

V1.1 - Added compatibility for PHP-Fusion V7.00.XX and V7.01.XX

V1.0 - First release



Enjoy!

Smokeman | PHPFusion-Tips.dk