Due to complete rewrite of the menu system in D6.
Our new version for drupal 6 is a lot slicker than possible in the D5.
I've attached the full module.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | menu_block_split_drupal6_cleanup.patch | 11 KB | mikl |
| #2 | active_menu_fix.tar_.gz | 743 bytes | demeester_roel |
| menu_block_split_D6.tar_.gz | 9.05 KB | demeester_roel |
Comments
Comment #1
robertgarrigos commentedI'll check it out. thanks
Comment #2
demeester_roel commentedTHe module above has a dependency on a very small other menu (which fixes active menu's)
It's attached below
Comment #3
miklI tried demester's version out, but it causes my second level items to show on all pages, regardless of whether the first level is activated.
Comment #4
miklI've rolled demester's tarball into a proper patch against DRUPAL-6--1 with a few changes of my own, most importantly disabling the block cache for our blocks.
Comment #5
robertgarrigos commentedCreated a new 6.x-1.1 release to add these changes. Many thanks.
I didn't add the active_menu_fix dependency in the info file as in fact it's not a dependency of the code, but I will recommend its use from the project's page.
Comment #6
robertgarrigos commentedright, I see :-). That active_menu_fix module is not a published module in drupal.org, so what I did is include it in the latest dev tarball waiting for some changes before making a new release.