Is there anyone working on a Drupal 7 port for this module?
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | multiple_node_menu.png | 111.09 KB | dman |
| #4 | 1348878.patch | 35.32 KB | recidive |
| #4 | multiple_node_menu_7.x.tar_.gz | 5.11 KB | recidive |
| #4 | 1348878.png | 53.24 KB | recidive |
Is there anyone working on a Drupal 7 port for this module?
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | multiple_node_menu.png | 111.09 KB | dman |
| #4 | 1348878.patch | 35.32 KB | recidive |
| #4 | multiple_node_menu_7.x.tar_.gz | 5.11 KB | recidive |
| #4 | 1348878.png | 53.24 KB | recidive |
Comments
Comment #1
recidive commentedOk, I started working on this, should post a patch soon.
Comment #2
ipwa commentedHey Henrique, we need this for a project on a project I'm working on, and we would like to help this module get a D7 release. So we don't duplicate any of your work, can you please post your patch with the work so far, so we can start working on it from that point onwards. Cheers.
Comment #3
recidive commented@ipwa: hello, we got a complete port of Multiple Node Menu including simpletests. It turned out to be an almost complete refactoring of the module.
We should be posting a patch here soon. Stay tuned.
Comment #4
recidive commentedHere is a port for the Multiple Node Menu module. This is not a straight port, due to drastic changes in Drupal 7, it made more sense to start from scratch, and copy the parts that we could reuse. The patch also adds some simpletests.
A tarball withe the ported module and a screenshot of the UI are attached too.
Comment #5
recidive commented@ipwa: have you got the chance to test the patch?
Any chance we can get this committed to a 7.x branch?
Comment #6
hershel commentedEmpirically speaking, this module is working for me in D7.
Well, aside from the fact that with one or even two menu items for a node, it still says "Not in menu" under "Menu settings" when I edit the node.
Thank you. :)
Comment #7
glenn_jones commentedHi guys,
Thanks for this great module. You have no idea how this module could solve complex problems.
Only... A port to Drupal 7 would be very useful.
Any idea when you would get this done?
Thx on front,
Glenn
Comment #8
hershel commentedGlenn_Jones, try the code above in comment #4. It works for me.
Comment #9
recidive commentedHey guys, can we move this to RTBC and get this committed to the 7.x-1.x branch?
Comment #10
skwashd commentedWe already have this in pre launch testing for a client.
Once a 7.x-1.x branch is opened any issues can be opened against the branch.
Comment #11
larowlan+1 for reviewed - do you want a co-maintainer?
Comment #12
mareks commentedseems to work for me for now. will let you know if it fails.
Comment #13
dman commentedYeah this is working enough for a d7 branch.
Small Issue I found in #4 - the vertical tab shows "Not in menu" even when it is.
Comment #14
testtest23112 commented@recidive, thank you very much for your work!
This module is exactly what I wanted. I'm surprised that such functionality isn't build-in in Drupal's core. For example, how else can I quickly create a menu with featured links from the main menu? This module helps.
Comment #15
recidive commentedHello guys,
thanks for testing. I don't have time right now to fix the "not in menu bug" described in #6 and #13, so if any of you can, please amend the patch to cover that.
I've just contacted PeteS the maintainer asking him to weigh in.
Comment #16
opdavies#4 works for me, although the patch wouldn't apply.
Comment #17
piratawww commentedPls, commit this to a 7.x-1.x branch... It works great. Thx
Comment #18
dman commentedCan we get a release published? at least for download from the project page? A -dev would be fine.
Thanks.
Comment #19
recidive commentedI've taken over module maintainership. Committed the patch in #4, and tagged a 1.0-beta1 release. Also filed the "Not in menu bug" as described by @dman in #13: #1532296: Menu settings shows "Not in menu" even when there are menu items. Development is now open again. Thanks for the reviews guys,