Administration Manual
This section explains how to configure the RD Comments extension using TypoScript constants. These constants control how comments behave on the frontend, how records are stored, and how to override the default Fluid templates for customization.
You can define constants in two ways:
- Through the Constant Editor in the TYPO3 backend
- Or directly via the
constants.file in your sitepackagetyposcript
Configuration Overview
| Constant | Explanation | |
|---|---|
plugin. | Page ID where comment records are stored. Set this to the SysFolder or page where your comment data should be saved. Required for frontend to work. |
plugin. |
Enables a "Terms & Conditions" checkbox in the comment form.
|
plugin.| The link to your Terms & Conditions page. | |
plugin. | Defines how comment dates appear in the frontend.
Supported values:
- F j Y → "June 30 2025"
- Y- → "2025-06-30"
- m/ → "06/30/2025"
- d/ → "30/06/2025"
- d. → "30.06.2025" |
plugin. | Defines how comment time appears in the frontend.
Supported values:
- g: → "2:45 pm" (12-hour lowercase)
- g: → "2:45 PM" (12-hour uppercase)
- H: → "14:45" (24-hour format) |
Best Practices
- Always set the
storageto a page where news and comments are stored .Pid - Enable
termsto comply with legal policies (like GDPR).Required - Choose a
dateandFormat timethat match your site’s language and regional preferences.Format
Next Steps
- Return to the main extension overview
- Or continue to the User Manual to learn how comment threads and moderation work.