Hi,

hopefully this is the right forum to post:

I just realized, I cannot post a topic in the chosen forum. If I click the link "node/add/forum/7" the posting is not added under "forum 7" but it is added just under the forum-root.
When I post the topic, I made sure, after submission there is a field in forum_node_form $form['#node#']['taxonomy']['7']['vid']=1 and $form['#node#']['taxonomy']['7']['vid']=7. So the value is submitted via the form, but it does not safe taxonomy tid:7 nid:XXX in term_node

Does anybody have a hint, why this is like that? I additionally do not have that "categories"-field above like here, maybe thats the reason?

Markus

Comments

NewToDruballer’s picture

One small addition: In the "forum"-table nid and vid are set. tid is 0.

NewToDruballer’s picture

Sorry for my posting.

I solved it. For some unknown reason, there was no entry for vocabulary_node_types for the forum-type, but an entry in in vocabulary.

Sorry to have disturbed ;-)