Posted by Rob_Feature on November 2, 2009 at 3:02pm
Jump to:
| Project: | Node Hierarchy |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
| Issue tags: | menu, node hierarchy |
Issue Summary
One of my content types (page) uses node hierarchy, while none of my other types have it enabled. However, one of my content types (event) is creating menu items, even though Node Hierarchy is not active on that type (it's set to 'never' and has no parent/child types chosen in the admin/content/types edit screen).
The menu items it's creating are all set to 'disabled' so they're not visible on the site, but it's really making a mess of the menu admin screen (and I'm guessing causing other unseen issues). Screenshot of the menu items attached.
Anyone else experiencing this? I originally saw this on the 1.x version, but it has continued (I think) in the 2.x branch as well.
| Attachment | Size |
|---|---|
| Screen shot 2009-11-02 at 10.00.47 AM.png | 77.63 KB |
Comments
#1
Yep, Node Hierarchy now uses the menu_links table to store it's hierarchy. It uses much the same technique that the core book module does (but has better views intergration and some other improvements). It shouldn't mess up the rest of the site any but if you want to remove these items from the menu edit screen (large hierarchies can cause memory issues on this screen) there's a checkbox at the bottom of the nodehierarchy settings screen that allows you to not show them on the menu screen.