mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
586 B
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);