When I have Submenu Tree and Subscriptions modules enabled, the submenu tree edit options appear when view the node within the subscription block. It happens in standard themes and in all of the display options for the subscriptions area. I'm not sure which module is causing the issue but I thought I'd start here. I'm attaching a screenshot because it's so odd and difficult to describe.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 37.98 KB | troybthompson |
Comments
Comment #1
troybthompson commentedAlso, it's appearing for users who don't even have privs to menu administration.
Comment #2
bengtan commentedHi,
I've made a change which I think will be a fix.
Essentially, submenutree incorrectly thinks your Subscriptions form is a node form and injects the submenutree settings when it shouldn't. I've tightened the criteria so hopefully it is now correct.
This change has been committed to cvs:
http://drupalcode.org/viewvc/drupal/contributions/modules/submenutree/su...
However, I'd like you to make the change to your system to test that it is a correct fix.
To do this, edit the file submenutree.module and change line 40 from:
to:
When you do this change, just copy and paste the entire line. Don't type it in manually.
Please give this a try, and let me know if it works.
Thank you.
Comment #3
bengtan commentedMarked #359535: Conflict with submenutree module as a duplicate of this issue.
Comment #4
guignonvAbout #2
@ bengtan:
your patch worked for me perfectly. Thank you very much, it saved my time!
Comment #5
troybthompson commentedSorry for the delay with the holidays. I made the change and it seems to have worked perfectly. Thanks!
Comment #6
bengtan commentedMarking as fixed.