Needs review
Project:
Sliced Menu
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2007 at 10:10 UTC
Updated:
6 Nov 2008 at 11:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
alwex commentedSound good to me, it can make menus more flexible.
Maybe in au future release.
Thanks for the idea.
Comment #2
alwex commentedSound good to me, it can make menus more flexible.
Maybe in a future release.
Thanks for the idea.
Comment #3
cornflakes commentedYes would be great if one can define the number of levels of the menu that should be showed in one block. Especially I would prefer it when there would be an option to say that from this level on all others should be shown.
So long. Great module. Keep up the good work.
Comment #4
sun+1 in general - the first use case I can imagine is to have level 1 (like primary menu rendered horizontally), level 2+3 (like regular tree navigation in a block) and level 4+ (regular tree navigation in another block).
Additionally:
I'm the maintainer of Drupal Administration Menu and already thought of re-using the code of Sliced Menu for Admin Menu. To achieve this and somehow extending this issue, Sliced Menu would have to be able to slice a whole menu tree beginning from a certain menu item (i.e. 'administer', resp.
/admin). Is this feasible or should I rather forget this idea?Comment #5
alwex commentedActually, this is not possible, but when I'll have some time, I will look forward this functionality.
Comment #6
halla commentedI agree with my Pre-Posters: Great Module, exactly what I was looking for.
Putting multiple Levels in one Block is the only feature I really miss. Would be really nice if this becoms possible in upcoming releases, since it would be possible to put the main regions of a page (1st Level) in a tabbed, horizontal navigation bar and all of the other (2nd, 3rd, etc) Levels in one of the available sidebars, using just one box - this makes it much clearer which item has which parent/child item.
Comment #7
pieterdcI was waiting for this feature but couldn't wait any longer.
So I wrote a patch myself.
It let's you choose from which level on the menu doesn't need to be sliced any more.
Have fun!
You can see a demo (in Dutch) .. the horizontal menu's are sliced, the menu at the left sidebar is not...
Comment #8
alwex commentedThank you for the patch.
If you agree, I'll integrate it to the module.
Comment #9
sunCorrect status.
I'll try to review and test this patch asap
Comment #10
pieterdc@alwex : I surely don't have a problem with this patch being integrated in the module itself.
@sun : Thanks in advance for reviewing the patch. You'll notice a difference in the theming function between the sliced menu parts and the unsliced ones.. I use
theme_menu_tree()for the unsliced part of the menu.Comment #11
alwex commentedIt's ok with your patch. I will make au quick review of the code and then commit to the CVS as soon as possible. It works greatly, thanks.
I am proud to anouce you all that the module is ready to work with Drupal 6, just a few corrections needed to be in accordance with the Drupal code style and it will be ready to commit !
Comment #12
HansBKK commented27 weeks later, is this module being maintained at all?