Closed (outdated)
Project:
Category
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2006 at 08:39 UTC
Updated:
10 Sep 2021 at 22:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
enky commentedforum structure seems to be fine, but, new forum topics are not shown up,
Comment #2
H3rnand3z commentedsame problem here, I tried enabled forums today, forum topics and posts count show 0. I can find my forum topic in tracker, bread crumb shows the correct forum structure yet /forum/91 listing is blank.
Comment #3
steveparks commentedI'm seeing exactly the same issue as enky4u.
Category and taxonomy wrapper are installed fine, and everything else is working, but new topics don't show up in the forums. They appear in the 'New forum topics' and 'active forum topics' blocks - and if you click on them you can see the topic post just as normal - but they don't show up at all in the forum listings.
Has anyone had any success in solving this? Or is it possible to revert to standard taxonomy module until this is fixed (i've had the option ticked to maintain category info in the taxonomy table)?
cheers
steve
Comment #4
H3rnand3z commentedThis is the patch http://drupal.org/files/issues/taxonomy.module.copyme.patch_1
I updated taxonomy.module, changed line 834
taxonomy_node_save($node->nid, $node->category, $node);to
taxonomy_node_save($node->nid, $node->taxonomy, $node);and change line 847
taxonomy_node_save($node->nid, $node->category, $node);to
taxonomy_node_save($node->nid, $node->taxonomy, $node);deleted orphaned forum nodes.
Comment #5
Jorix commentedI still have problems with the forum. If I add a forum container in admin/forum it appears in the forum, but in admin/category/list/outline it appears as an orphaned category. If I manually add a container called forums prior to adding the forum container (enabling 'Hidden container' and disabling menu items to prevent forum categories from showing up in the menu block), then those new containers/categories seem to have forums as their container, yet nothing as their parent. If I change that to forums as well, then it disappears from the forum (categories in that forum container show up in the root instead). But in all these cases forum topics don't appear at all. I tried turning off 'Maintain category data in taxonomy tables' in admin/settings/category but that didn't change anything. Turning off the wrapper is not really an option because I would have to maintain to sets of categories, one for the menu block and one for the items and the views listing.
Comment #6
fossilfool commentedThe above changes in taxonomy.mode were already in there when I went to edit it. I installed drupal 5.0 and the newest version of category only a few days ago. Can anyone else post a solution? Thanks.
Comment #7
fossilfool commentedI just wanted to add that my orphans didn't end up in the orphan list in the category module, like others have reported. They ended up in the node table, listed as nodes without any content type.
Comment #8
avpadernoI am closing this issue, as it has been created for a release that is now not supported.