bbPress Threaded Replies is based on comment-display functions from WordPress and topic-display functions from bbPress. It currently gets all of its settings from the Settings > Discussion panel of WordPress, inheriting comment threading options. If comment threading (nesting) is not enabled, this plugin will not load. bbPress running as a WordPress plugin is also required.
Template files can be copied to theme directories. The TwentyEleven theme triggers a comment-style reply framework; its absence causes the plugin to revert to the bbPress default table for each reply, indented. The plugin checks first in the stylesheet and template directories before reverting to the default plugin templates.
Filters are available for modification of plugin behavior.
Download
Latest version: Download bbPress Threaded Replies v0.3 [zip]GitHub repo: Visit bbPress Threaded Replies v0.3
Installation
- Upload the directory
bbpress-threaded-repliesand its contents to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Changelog
0.3
- Add caching for SQL operations.
- Use Walker_Comment instead of custom Walker class.
- Refactor default callback as a function.
- Template fix: improve validation of default templates.
0.2
- Template fix: delete leading empty line.
- SQL fix: change wp_postmeta to {$wpdb->postmeta} in queries.
0.1
- Initial release.