Extend Comments Component
- Topics:
- Communities
CREATED FOR:
- Developer
The intention of extending a default component is to alter the appearance or behavior of a component for specific uses.
The path to the component is unique and references the default component as a super resource type. There is less risk as the scope is limited compared to the global scope of a component overlay.
Example
Suppose the header for the comment component must display with an alternate appearance on one site of the AEM instance, while appearing with the default display on another site. Instead of overlaying the default comment, which changes the comment component for all instances, a better solution is to ensure there are multiple comment components available for use on various sites.
To implement this solution, create a component that extends (overrides) the existing one and modify the Handlebars script. The area of the site that uses the new comments can use the extended one, while the sites that use the default appearance remain unaffected.
The comment component is actually one of two components which comprise the comment system. Thus, there are two components to extend: comments and comment. The script to edit is in the comment component’s header.hbs
file, while the parent comments component (the comment system) is what an author actually adds to the page.
To extend comments you must:
Experience Manager
- Communities Guide
- Introduction to AEM Communities
- Deploying
- Administering
- User and UGC Management Service in AEM Communities
- Communities Consoles
- Analytics Configuration for Communities Features
- Configuring Messaging
- Moderating Community Content
- Configuring Email
- Communities Notifications
- Communities Subscriptions
- Communities Scoring and Badges
- Managing Users and User Groups
- Community Groups Console
- Social Login with Facebook and Twitter
- SRP - Community Content Storage
- Communities Sites Console
- Members & Groups Management Consoles
- Moderation Console
- Communities Tools
- Site Templates
- Group Templates
- Community Functions
- Storage Configuration
- Badges Console
- Reports Console
- FFmpeg for Communities
- In-Context Moderation
- Advanced Scoring and Badges
- ASRP - Adobe Storage Resource Provider
- MSRP - MongoDB Storage Resource Provider
- How to Setup MongoDB for Demo
- DSRP - Relational Database Storage Resource Provider
- MySQL Configuration for DSRP
- JSRP - JCR Storage Resource Provider
- Solr Configuration for SRP
- Tagging User Generated Content
- Translating User Generated Content
- Communities User Synchronization
- Member Contribution Limits
- Developing
- Developing Communities
- Social Component Framework
- Community Components Guide
- Component, Function and Feature Essentials
- Tutorials
- Troubleshooting
- Coding Guidelines
- Server-side Customization
- Client-side Customization
- SCF Handlebars Helpers
- Storage Resource Provider Overview
- Community Site Essentials
- Activity Stream Essentials
- Blog Essentials
- Calendar Essentials
- Clientlibs for Communities Components
- Comments Essentials
- OSGi Events for Communities Components
- Featured Content Essentials
- File Library Essentials
- Forum Essentials
- Community Group Essentials
- Ideation Essentials
- Leaderboard Essentials
- Liking Essentials
- Messaging Essentials
- QnA Essentials
- Rating Essentials
- Reviews Essentials
- Rich Text Editor Essentials
- Scoring and Badges Essentials
- Search Essentials
- Component Sideloading
- Social Graph Essentials
- SRP and UGC Essentials
- Tag Essentials
- Tally Essentials
- Voting Essentials
- Setup Website Structure
- Create an SCF Sandbox
- Initial Sandbox Application
- Initial Sandbox Content
- Develop Sandbox Application
- Develop Sandbox Content
- Add Clientlibs
- Overlay Comments Component
- Create Comments Page
- Create Nodes
- Alter the Appearance
- Create the Components
- Add Comment to Sample Page
- Extend Comments Component
- Alter the Appearance (HBS)
- Create a Sample Page
- Accessing UGC with SRP
- Using Maven for Communities
- Naming Conventions
- SocialUtils Refactoring
- Authoring
- Communities Components
- Communities Components Basics
- Activity Streams Feature
- Blog Feature
- Calendar Feature
- Using Comments
- Featured Content Feature
- File Library Feature
- Forum Feature
- Community Groups
- Ideation Feature
- Leaderboard Feature
- Using Liking
- Messaging Feature
- Q&A Forum Feature
- Using Ratings
- Using Reviews and Reviews Summary (Display)
- Search Feature
- Using Social Graph
- Activity Trends
- Using Social Tag Cloud
- Using Voting