Feature #15237
Threaded discussion in forums
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Forums | |||
Target version: | - | |||
Resolution: |
Description
Many of my users would like threading in the discussion forums -- i.e a comment can be a reply to another comment, and discussions are listed in thread order, like an email thread list.
It seems this would require one field added in the database schema (in_reply_to added to "message" objects) and a suitable sort method to lay them out in discussion tree listing.