nestedcomments
Module for displaying nested comments
Last updated
Was this helpful?
Module for displaying nested comments
Last updated
Was this helpful?
This reusable is used within the . It contains the list of Comments
for that Post
as well as the replies to any of those comments. Adding a "like" to a comment simply entails adding your user account to the list of Likes
for that comment.
Creates a new Comment
and links it to the reusable’s Post
Comments that are a direct reply to posts should have a populated Post
field and empty Parent comment
field
Creates a new Comment
and links it to its parent group’s Comment
Comments that are a reply to another comments should have a populated Parent comment
field and an empty Post
field
Contains the list of comments for that reusable’s Post
Contains the list of comments that are replies to the parent group’s Comment