i have installed silverstripe comment module but the comment form on page is not appearing also as they said in installation.md
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 theAllow Comments
checkbox is ticked, republish and view the webpage.
but the Allow Comments
checkbox is not appearing too
here's my composer.json :-
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.3.3",
"silverstripe/cms": "3.2.1",
"silverstripe/framework": "3.2.1",
"silverstripe/reports": "3.2.1",
"silverstripe/siteconfig": "3.2.1",
"silverstripe-themes/simple": "3.1.*",
"assertchris/hash-compat": "^1.0",
"colymba/gridfield-bulk-editing-tools": "^2.1",
"silverstripe/comments": "^2.0",
"silverstripe/lumberjack": "^1.1",
"silverstripe/tagfield": "^1.2",
"silverstripe/blog": "^2.3"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}
what am i missing?