DeLuxe Dropdown Menu v1.2

DANISH DESCRIPTION:
NAVN:
-------
DeLuxe Dropdown Menu V1.2
FORFATTER:
--------------
Navn: Robert Holm AKA Smokeman
Email: smokeman@esenet.dk
Web: http://www.phpfusion-tips.dk/
BESKRIVELSE:
---------------
En smart horisontal dropdown-menu til din PHP-Fusion hjemmeside.
Dropdown menuen har 3 undermenuer.
Indsættelse/oprettelse af links sker via tilhørende administrations-del til infusionen.
- Dvs. at man skal IKKE redigere i nogle koder.
Menuen vil virke/vises i alle standart-kodede temaer siden kører med - uden at skulle modde/indsætte kode i temaerne.
Koderne er skrevet i 100% valid XHTML 1.0 samt CSS 2.1
KOMPATIBEL MED:
-------------------
- PHP-Fusion V7.02.XX
- PHP-Fusion V7.01.XX
- PHP-Fusion V7.00.XX
FEATURES:
------------
- Drop Down med 3 undermenuer / niveauer.
- Design og byg din egen menu, eller vælg fra en af forudinstallerede skabeloner.
- Mulighed for at downloade flere færdige skabeloner / designs.
- JS Farvevælger implementeret. Nem og hurtigt valg af farver / baggrundsfarver - Ingen grund til at "kende" eller indtaste de forskellige farvekoder.
- Kompatibilitet for servere der kører både PHP4 og PHP5.
- Mulighed for at angive baggrundsfarve på alle 3 undermenuer.
- Mulighed for at angive baggrundsfarve på alle 3 sub-menu er.
- Mulighed for at angive baggrundsfarvefarve på alle 3 sub-menu er ved mouse-over.
- Mulighed for at bruge billeder / ikoner på alle menupunkter og menu links.
- Mulighed for at bruge BB koder på alle menupunkter og menu links.
- Mulighed for at angive tekstfarve på alle links og menupunkter.
- Mulighed for at angive baggrundsbillede på alle links og top-menupunkter.
- Mulighed for at åbne links i et nyt vindue.
- Mulighed for at indstille tilladelser for alle links. Dvs. du kan skjule links for eksempel gæster - som vi kender det fra den normale indbyggede links system i PHP-Fusion.
- Mulighed for at flytte op / ned på alle links.
- Mulighed for at angive baggrundsbillede på hovedmenuen.
- Mulighed for at angive baggrundsbillede på hovedmenuen ved mouse-over.
- Mulighed for at angive baggrundsfarven i hovedmenuen.
- Mulighed for at angive baggrundsfarven på hovedmenuen ved mouse-over.
- Mulighed for at angive baggrundsfarve på undermenuer.
- Mulighed for at angive baggrundsfarve på undermenuer ved mouse-over.
- Mulighed for at angive tekst farve på hovedmenuen.
- Mulighed for at angive tekst farve på hovedmenuen ved mouse-over.
- Mulighed for at angive tekst farve på undermenuer.
- Mulighed for at angive tekst farve på undermenuer ved mouse-over.
- Mulighed for at angive bredden på undermenupunkter.
.
- Mulighed for at angive tekst-format på hovedmenuen.
- Mulighed for at angive tekst-format på hovedmenuen ved mouse-over.
- Mulighed for at angive tekst-format på undermenuer.
- Mulighed for at angive tekst-format på undermenuerne ved mouse-over.
- Mulighed for at angive tekststørrelsen. Gælder for hoved + undermenuer.
- Mulighed for at angive tekst placering. Gælder for hoved + undermenuer.
- Mulighed for at angive skrifttype. Gælder for hoved + undermenuer.
- Plus andre ikke-nævnte funktioner...
INSTALLATION:
-----------------
1. Opload indholdet af mappen "files" til roden af serveren.
2. Log på siden og tilgå: Administration ==> System ==> Infusioner - og installer den nye infusion: DeLuxe Dropdown Menu.
3. Tilgå: Administration ==> System ==> Bannere - og indsæt flg. kode i enten feltet "Banner1" eller "Banner2":
Kode <?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. Hvis menuen ønskes centreret bruges i stedet denne kode til "Banner1" eller "Banner2":
Kode <?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. Administrer infusionen via: Administration ==> Infusioner ==> CSS Dropdown Menu.
AFINSTALLATION:
--------------------
1. Log på siden og tilgå: Administration ==> System ==> Infusioner - og afinstaller infusionen: DeLuxe Dropdown Menu.
2. Tilgå: Administration ==> System ==> Bannere - og fjern koden til DeLuxe Dropdown Menu.
3. Fjern til sidst de oploadede filer fra FTP.
CHANGELOG:
--------------
V1.2 - SQL-optimering af Flemming (flj) - menuen bruger nu kun et enkelt SQL-kald
V1.1 - Tilføjet bagud-kompatibilitet for PHP-Fusion V7.00.XX og V7.01.XX
V1.0 - Første udgivelse
ENGLISH DESCRIPTION:
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.
- 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":
Kode <?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:
Kode <?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 |
Copyright (C) Smokeman 2012 |
Smokeman 02-01-2012 02:13 |
Hjemmeside |
Screenshot:
 |
Downloads: 4976 |
|
|
|
Arkiv:
- 06-03-2012 00:55 - 1.2 - deluxe_dropdown_menu_v1_2.zip (241.1kB - En smart horisontal dropdown-menu til din PHP-Fusion hjemmeside. Dropdown menuen har 3 undermenuer.)
|
RESPEKT !!!!
Fu*k den er godt lavet
Tak for den Smokeman