Closed (fixed)
Project:
Node Hierarchy
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2008 at 07:44 UTC
Updated:
14 Aug 2010 at 14:28 UTC
Not sure if anyone's noticed this yet, but Node Hierarchy seems to completely break any semblance of a parent/child relationship between a forum topic and its container. Can't seem to repair this simply by designating a forum topic capable of being child or anything else.. is there a way to fix this without having to use some sort of hack?
Comments
Comment #1
ronan commentedI'm afraid I don't use the forum module so off-hand I'm not sure if there's a workaround. Nodehierarchy unfortunately does not necessarily play well with others right now (notably the book module). It's especially troublesome with other modules that implement a hierarchy of some sort themselves. This is mostly because it was designed to replace these single use-case modules with a more generic approach.
I'll look into the interaction with forum as soon as a get a free moment, and see if there's a simple way to get them working in harmony.
Comment #2
Rysk commentedI could be way off base here, but it seems to me the simplest workaround for now.. at least as a temporary measure, would be to make it completely avoid having anything at all to do with the "forum topic" content type. Although, I'm sure that's probably a lot of hassle
Comment #3
ronan commentedI haven't looked into it, but my guess is that the two modules are competing internally for some generic term such as 'parent'. I need to clean up my module to try and avoid such terms in order to help interoperability with other modules.
Comment #4
dgorton commentedSimilar to namespace collisions with book - http://drupal.org/node/190456
Any progress will be posted there.
Comment #5
dgorton commentedClosing per duplicate status noted in #4