XF 2.2 xf:page option="section"

Robert9

Well-known member
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?
 
Another question, but same direction:

My category/node for the wiki is 19; i can set a route to /wiki
but what I do with all the nodes benath it?

If I dont want to add all node_ids to the route in acp, i probably need an add-on that cares?
 
Top Bottom