silverstripe-comments/docs/en/CommentThreading.md
2013-09-22 23:21:40 +02:00

586 B

Feature: Comment Threading

This is an experimental feature as per September 2013.

See this ticket for more info.

Installation

Add the following lines to your _config.php (if this feature gets accepted, we'll find a better way of configuring this):

Commenting::add('Comment');
Commenting::set_config_value('Comment', 'experimental_commentthreading', true);
Commenting::set_config_value('SiteTree', 'experimental_commentthreading', true);

Screenshot

Comment Threading