From d5b9a2818c5de4f31733c9abd364c3fc2fd86b9f Mon Sep 17 00:00:00 2001 From: AdamSawoscianik <35064341+AdamSawoscianik@users.noreply.github.com> Date: Thu, 3 Oct 2019 10:32:22 +0200 Subject: [PATCH] Update Installing.md Adding information about $CommentsForm tag to help people with this module. --- docs/en/Installing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/en/Installing.md b/docs/en/Installing.md index b159f69..bdaa517 100644 --- a/docs/en/Installing.md +++ b/docs/en/Installing.md @@ -13,3 +13,13 @@ Then run a database rebuild by visiting `dev/build`. This will add the required Out of the box the module adds commenting support to all pages on your site. This functionality can be turned on and off on a per page basis in the CMS under the `Behaviour` tab for a given page. Once the `Allow comments` checkbox is ticked, republish and view the webpage. For more configuration options see [Configuration](Configuration.md). + +## Displaying Comments + +To display form and comments simply add + +```sh +{$CommentsForm} +``` + +to your `.ss` file.