By aharown07 on
I have several custom node types that are forum enabled. Before I upgraded to 6.16, they would show up pretty normally in forum topic lists.
Now they don't.
This is probably related in some way to:
http://drupal.org/node/518526 (I did have a problem just with scheduled custom node types not showing in forums. But now, with or without the patch, my custom nodes do not show in forum whether they are scheduled or immediately published)
Maybe also related to:
http://drupal.org/node/207024
The scheduled nodes problem was apparently due to some kind of presave bug in D6 (?) discussed in node/207024
But I don't know what changed in 6.16 that has broken all my custom node forum taxonomy.
Comments
Module conflict?
Must be a module conflict or config. problem somewhere. I did a fresh test install, made a new content type, enabled forum taxonomy for the type. Created a node.... it appears in the forum lists normally.
So. There does not appear to be a bug in core to blame here.
Anybody else seen this problem?
Edit: new custom nodes are now appearing normally. Still don't know why. Thought I flushed caches before testing.
(This fix in 6.16 may be related http://drupal.org/node/422218)
Old problem returning
This turned out to be the result of a patch that no longer works in 6.16. That is, a core patch I was using to solve another problem creates this one in 6.16.
So the real problem is the original one I had to patch to fix. Now here: http://drupal.org/node/780332#comment-2884204