6 Jun
2005
6 Jun
'05
10:11 a.m.
Hi, Looking at the code and database table of the forum module, I don't understand the role of the forum table to be honest. The forum table is now only a nid->tid relation, while the term_node table would suffice to express such relations. Term_node does not limit a node to only have one parent term, but that is the sole difference it seems. Some queries in forum module use both the forum table and the term_node table, some only the latter. Goba