kmeisthax / Forum9000

Symfony-based forum software
1 stars 0 forks source link

Subforums (nested forums within forums) #4

Closed kmeisthax closed 6 years ago

kmeisthax commented 6 years ago

I've added the basic Entity properties for this already, but we still need UI for nesting forums in other forums and to render nested forums in the listing

Furthermore, it should be possible for a child forum to inherit parent forum permissions and grants. Child grants should override the inherited parent grants, if they exist of course. This allows moderators of a parent forum to also manage the child.

Subforums also need an ordering, perhaps also a way to categorize them.