Re: Threaded comments
Various people have requested threaded over the past year but it’s not a priority right now. Only a handful of forums can do threaded. It’s a bit tricky but bbPress could be made to do it eventually. It’s a matter of storing each post’s parent id and changing the display order (and formatting). The hardest part is pagination which requires some complex look-ahead calculations.
After 1.0 gets stable, maybe threaded will be revisited, at least as a plugin.