TopicTree Forum
You should be logged in to clone a site.

This site implements the TopicTree pattern to create a plug-in forum. The forum is a tree of threads; any thread can contain child threads, to any level. We navigate through this tree in various ways. The code consists of thread:_start and thread:_template.

In more detail:

  • Each thread is a page in the 'thread:' category.
  • Each thread page has 0 or more children, and any user can create new children.
  • Each thread has a list of parents up to the thread:_start page, navigable via the breadcrumbs.
  • Each thread has comments (Comments module).
  • Threads can be tagged _closed to remove off navigation lists.
  • Threads can be tagged _task to mark as open tasks.
Page tags: home
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License