Closed (fixed)
Project:
Megamenu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Anonymous (not verified)
Created:
16 May 2010 at 15:06 UTC
Updated:
17 Sep 2015 at 15:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
danielhonrade commentedWhen will this happen?
can you just use the numbering of drupal menu system for a while?
Comment #2
danielhonrade commentedCan we add this leaf-0 ... for the mean time
Comment #3
Anonymous (not verified) commentedWould you submit this as a patch?
Comment #4
danielhonrade commentedSure, here it is
Comment #5
danielhonrade commentedHi FilmKnurd,
To show you why I added the tags in the patch, I attached my custom megamenu, I use the above patch to add necessary tags to customize each level and column
Comment #6
Anonymous (not verified) commentedThanks! Did you make that menu with this module?
Comment #7
danielhonrade commentedJust the theming or conversion to megamenu and not the design, thanks to your module.
Comment #8
danielhonrade commentedHere's the CSS
Comment #9
jwilde commentedThanks Daniel!
Comment #10
asak commentedExcellent stuff Daniel - thanks for sharing. I'll give it a shot ;)
Comment #11
jonthomas83 commentedCan anyone comment on how this works with JavaScript disabled? Does the menu still appear (using CSS etc)? We're looking to use it but need a bit more info before we invest time in setting it up.
Many thanks
Comment #12
danielhonrade commentedHi jonthomas83,
I just deleted the megamenu.js just to test, and it still works fine since my custom megamenu has fixed width and I added css, display: none when not active.
Comment #13
Anonymous (not verified) commentedThe CSS part of the men should function like any menu. The javascript primarily improves the mouse over behavior and fixes the angle problem (the menu disappearing after moving the mouse from one column to another). So, the JS is really just to improve usability.
Comment #14
erykmynn commentedI had originally envisioned a descending ID scheme, but I think it should be optional (admin option) because it adds a lot of HTML for those who only need class selection.
something like this
parent-1
parent-1-slot-2
parent-1-slot-2-item-3
It would be easy to implement, but I think it should have an admin option as well.
Comment #15
danielhonrade commentedHi erykmynn,
I implemented an ID system based on mlid from menu_links table, so that my css won't have to change every time I change the sequence of the main menu, and also for every megamenu-slot-columnar to follow specific formatting.
Here's my patch:
Output:
Thanks
Comment #16
jonthomas83 commented@danielhonrade & @FilmKnurde, thank you - will crack on and install! :) Appreciate your time!
Comment #17
jonthomas83 commentedSorry for the double post, have just installed megamenu and the drop down doesn't work with JavaScript disabled? :s
Can anyone, who has this working, advise how I go about it?
Many thanks
Comment #18
Anonymous (not verified) commented@jonthomas83, would you please start a new support thread so we can keep the topics unified? Thanks.
Comment #19
jonthomas83 commented@FilmKnurd yes of course, thank you... http://drupal.org/node/907340
Comment #20
mherchelsubscribe on this! I'll try the patch in #15 in the meantime.
Comment #21
lobo235 commentedI just committed danielhonrade's patch to the 6.x-2.x branch. See commit #483630.
Comment #22
Anonymous (not verified) commentedComment #23
Anonymous (not verified) commented