i am using Category module, with the taxonomy wrapper installed.

Forums were working flawless, but, once after I added a new forum in the
forums admin page (www.mysite.com/admin/forum) , any news forum topic
is not being shown up in the forums.

In the www.mysite.com/admin/category/1 page, it shows the structure correct,
as you can see in the 'forum-structure.gif'. But, the Forums container view
shows only one container, see Forums-categories-view.gif.

CommentFileSizeAuthor
#1 forum-structure.GIF9.04 KBenky
Forums-categories-view.GIF4.29 KBenky

Comments

enky’s picture

StatusFileSize
new9.04 KB

forum structure seems to be fine, but, new forum topics are not shown up,

H3rnand3z’s picture

same 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.

steveparks’s picture

I'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

H3rnand3z’s picture

This 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.

Jorix’s picture

Version: 4.7.x-1.x-dev » master

I 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.

fossilfool’s picture

Title: new forum topics are not shown up in the forums, taxonomy wrapper buggy? » The changes to taxonomy.module were already in place. Forum topic remains.

The 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.

fossilfool’s picture

Title: The changes to taxonomy.module were already in place. Forum topic remains. » Where my orphans ended up.

I 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.

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, as it has been created for a release that is now not supported.