tokenly / tokenly-cms

GNU General Public License v2.0
42 stars 12 forks source link

Sub forums #21

Closed cryptonaut420 closed 8 years ago

cryptonaut420 commented 9 years ago

Boards should be able to have "parent" boards (just add a parentId to the database). On the front end, when you go into a board it should show a list of sub-boards (if any) somewhat similar to the main list of boards on forum home page, and also an ability to hide/collapse them. Also a breadcrumb trail for easy navigation.

The Token Societies form should be updated to detect if the current user is already the owner of a board. If so, it should display an option to them to create a sub board of one of their current token access boards. They can choose to have the same access token, or if they choose to have a different access token, it will mean that the new board will require both the parent access token and the sub forum token. Can go down as many levels deep as you want, which could lead to some interesting combinations. This one might be better off as a separate issue actually..