one category? no problem
if category.node_id ==
one forum? same same
subforums of a forum? forum.Node.parent_categroy_id
but what can I do with
category category
forum level1
--- many, many
forum level2
--- many, many
forum level3
--- many, many
My answer for now?
Add a new field to xf_forum and ask if this field is set.
Is there a solution without a new field?
if category.node_id ==
one forum? same same
subforums of a forum? forum.Node.parent_categroy_id
but what can I do with
category category
forum level1
--- many, many
forum level2
--- many, many
forum level3
--- many, many
My answer for now?
Add a new field to xf_forum and ask if this field is set.
Is there a solution without a new field?