Administrator
|
I suggest a simple structure like this:
board -> category -> forum -> thread -> post
A site is a board. The board contains categories. A category contains forums. A forum contains threads. A thread contains posts. There is no nesting, so a category can't contain other categories, a forum can't contain other forums, and a post can't contain other posts.
This simple fixed structure simplifies the UI and the code. If no one objects by tomorrow, I will do this.
|