Quick start
-
Install the extension:
- Install via Composer or place the extension in
typo3conf/ext/
composer require remotedevs/rd-commentsCopied! - Install via Composer or place the extension in
-
Add TypoScript setup:
- Include the TypoScript constants and setup files
- This enables default configuration and frontend rendering
-
Create initial content and connect to news:
- Set up the recommended page structure
- Add
newsrecords usingEXT:news - Ensure the comment section is rendered on the detail view
-
Create a comment:
- Enable commenting on the news detail page
- Users can post comments and reply to existing ones
---