Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 10
SyntaxHighlighte... 41
Newsletters v4.03 102
Facebook Like Box 114
Newsletters v4.02 55
Metro 143
Facebook Connect 161
Shoutbox Panel 121
Redactor for PHP... 102
MI Floating Side... 105
Facebook Login/R... 146
Avatar Studio v2.03 174
Relationship Sta... 92
Sexual Orientati... 111
Fisherman 138
Popular Addons
iTheme2 5789
Arise 5778
User Control v1.23 4608
Event Calendar 4036
Photowidget panel 3878
Radio-Theme red2... 3342
Highslide Gallery 3306
CSS/JavaScript D... 3218
Facebook Connect... 2972
Dynamic Menu 2885
Slideshow Lightb... 2712
L-AMANT 2654
Enigma 2627
2Dark 2601
Black 2565
View Thread
Who is here? 1 guest(s)
 Print Thread
Deluxe Dropdown Menu
smokeman
www.php-fusion.co.uk/infusions/addondb/img/screenshots/t_1168.pngDeLuxe Dropdown Menu v1.2
www.dvdside.dk/images/ddm_screenshots/example.png


Compatibel with:
- PHP-Fusion V7.02.XX
- PHP-Fusion V7.01.XX
- PHP-Fusion V7.00.XX


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


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 ...


Administration screenshots:

Index:
www.dvdside.dk/images/ddm_screenshots/ddm_main_uk.jpg

Menu Items / links:
www.dvdside.dk/images/ddm_screenshots/ddm_menu_items_uk.jpg

Template Settings:
www.dvdside.dk/images/ddm_screenshots/ddm_template_settings_uk.jpg

Choose between the Pre-Installed Templates:
www.dvdside.dk/images/ddm_screenshots/ddm_preinstalled_templates_uk.jpg

Userdefined Template:
www.dvdside.dk/images/ddm_screenshots/ddm_userdefined_template_uk.jpg

About / Help:
www.dvdside.dk/images/ddm_screenshots/ddm_about_uk.jpg


Pre-Installed Templates:

Blue Mint Drop
www.dvdside.dk/images/ddm_screenshots/Blue_Mint_Drop.jpg

BlueIce Drop
www.dvdside.dk/images/ddm_screenshots/BlueIce_Drop.jpg

Default
www.dvdside.dk/images/ddm_screenshots/Default.jpg

Gillette Drop
www.dvdside.dk/images/ddm_screenshots/Gillette_Drop.jpg

Simply Simple
www.dvdside.dk/images/ddm_screenshots/Simply_Simple.jpg

TN Grafik
www.dvdside.dk/images/ddm_screenshots/TN_Grafik.jpg


Additional Info:
I do believe that the only limit there might be before you can get the coolest and best looking designed dropdown menu maybe is the imagination. Because this dropdown menu can almost be modified in any way you want it to. That was indeed my intention with it. And of course that it should be "blonde / idiot proof" too.. ;-)


Included locale files:
- Danish
- English


Release date:

02 January 2012 | 03.00

-- View this Addon --
 
http://www.phpfusion-tips.dk/
quiki
Looks very nice! I will try this out tomorrow when I have the time! Smile
 
www.php-fusion.no
jikaka
great job!!!!Smile
www.rusfusion.ru - russian nss
 
www.rusfusion.ru
hranga
How can i add a Banner on top of this Dropdown Menu? I am using Stylo Theme
 
smokeman
Use this code for the field "Banner 1":
Download source  Code
<?php
echo "<table cellspacing='0' cellpadding='0' border='0' style='padding-top: 3px;' width='100%' align='center'>\n<tr>\n";
echo "<td align='center'><img src='YOUR_IMAGE.gif' alt='' /></td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='left'>\n";
include INFUSIONS."deluxe_dropdown_menu/menu.php";
echo "</td>\n";
echo "</tr>\n</table>\n";
?>



- change <img src='YOUR_IMAGE.gif' alt='' /> to your image.
 
http://www.phpfusion-tips.dk/
hranga
Thanks Dude, Its working Celebrate
 
Just read through the thread there and some great advice. I was struggling with some of this but this all helped, thanks guys! The banner code works for me to
 
britnik
Love this menu, is there/will there be a vertical version?
 
smokeman
No, sry. It's "only" meant to be a horizontal menu not a vertical menu.
 
http://www.phpfusion-tips.dk/
britnik
smokeman wrote:

No, sry. It's "only" meant to be a horizontal menu not a vertical menu.


Oh thats a shame Frown
 
petera
I love the examples I've seen of this dropdown menu and it's just what I need ... but I can't get it to work! Everythings uploaded alright and the infusion admin seems to work but the only thing that displays in the banner is the "Home" button that was there from the start - none of the default menus show up and none of the menus that I've added appear either but I don't get any error messages. Any ideas?
 
kacmanat
deluxe_dropdown_menu
http://kacmanat.r...22#post_22
 
http://www.kacmanat.ru/
bigenmac
Hello smokeman,

I like this dropmenu and want to change the theme.php so I have only this menu active.

Can I put the date and time to the deluxe_dropdown_menu?
If yes, how can I do this? I tried the put the line under to menu.php but then I get the date more than once?

echo "<td align='right' class='sub-header'>".showsubdate()."</td>\n";
 
spunk
How can i center Deluxe Dropdown in Patriot Theme?

Doesn´t work:

Download source  Code

echo "<table cellspacing='0' cellpadding='0' border='0' 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";





I need an explanation :D
 
http://www.bdsm-ansichten.com
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
menu User Administration 5 13-04-2013 17:35
CSS/JavaScript Dropdown Menu v1.0e Official releases [Infusions] 85 12-03-2013 04:02
how to center menu! Themes Support 10 17-02-2013 16:07
Templates for DeLuxe Dropdown Menu General Discussion 5 07-02-2013 11:33
DeLuxe Dropdown Menu v1.2 [RELEASED] General Discussion 60 07-02-2013 09:49
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue