Quick start 

  1. Install the extension:

    • Install via Composer or place the extension in typo3conf/ext/
    composer require remotedevs/rd-comments
    Copied!
  2. Add TypoScript setup:

    • Include the TypoScript constants and setup files
    • This enables default configuration and frontend rendering
  3. Create initial content and connect to news:

    • Set up the recommended page structure
    • Add news records using EXT:news
    • Ensure the comment section is rendered on the detail view
  4. Create a comment:

    • Enable commenting on the news detail page
    • Users can post comments and reply to existing ones

---