By butteryak on
I've tried it all, and no matter what I do, I cannot get a new forum topic to show under the forum it's been selected to be in. My vocabularies look ok, and I tried everything listed on this post.
http://drupal.org/node/205307#comment-675293
I've disabled and reenabled forums. re-established my vocalularied w/proper terms. I re-create my forum topic, choosing the right forum, and the topic gets posted, but doesnt show up under the selected forum.
I'm stumped.
Comments
so here is somthing
so here is somthing interesting.
when I click the forum name, from the forum list,nothing shows up under that forum. the menu lists this as "forum 9" it shows up empty, with no posts under the count.
when I click on the tag "the forum name" in the post that I created for that forum, all the posts from that forum show up. the menu reads "taxonomy/term/10"
oh, and when I type the menu in manually.....?q=forum/10 just out of curiosity. I get a list of the forum topics. and it reads "these topics have been moved"
so whats screwy here?
.
Might want to jump on http://drupal.org/node/509604 . Sounds like you folks are having the same problem.
Michelle
this fixed it!
Following the suggested node, which linked to another node, helped me.
This is what worked.
http://drupal.org/node/90214
Thanks so much!
forum topic not showing up
I have Drupal 6 and had the problem that new topics did not appear in the forum lists, but did they did appear in a Views where I filtered for Forum topics.
One fix that worked for me comes from this old thread: http://drupal.org/node/219342 and involves going into the sql and inserting the following mysql statement statement into vocabulary_node_types values (1, 'forum').
It only applied to new topics, so I had to go back and edit the old topics and then they showed as well.
I think the problem started when I added new terms to the taxonomy, but I don't know why.