Adding reply button to comment already posted on blog | Community
Skip to main content
Level 3
October 16, 2015
Solved

Adding reply button to comment already posted on blog

  • October 16, 2015
  • 2 replies
  • 1393 views

Hi,

Could some one help on providing me how  I could add a reply  button to comment already posted on blog

I am using  <cq:include path="comments"  resourceType="collab/commons/components/comments" />

Thanks,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

First, if you look at the properties for /libs/collab/commons/components/comments, you should see that componentGroup is set to .deprecated for CQ 5.6.1.

You should be using /libs/social/commons/components/comments instead.

When you include a component, such as a comment system (comments), there is not the opportunity to change the default values for properties of the component.

When you add a component as a resource, a node (such as when you drag it from the sidekick in author edit mode), it is possible to open the edit dialog for the instance placed on a page and change the settings, including checking the box for "Allow Replies".

There is virtually no way to enable Alllow Replies for comments when you include them.

It is recommended that you add an instance of a comments instead.

- JK

2 replies

smacdonald2008
Level 10
October 16, 2015

You can overlay this component and extend it by adding the new button. I will also pass this thread to the social team for more information. 

JK_Kendall
JK_KendallAccepted solution
Level 9
October 16, 2015

First, if you look at the properties for /libs/collab/commons/components/comments, you should see that componentGroup is set to .deprecated for CQ 5.6.1.

You should be using /libs/social/commons/components/comments instead.

When you include a component, such as a comment system (comments), there is not the opportunity to change the default values for properties of the component.

When you add a component as a resource, a node (such as when you drag it from the sidekick in author edit mode), it is possible to open the edit dialog for the instance placed on a page and change the settings, including checking the box for "Allow Replies".

There is virtually no way to enable Alllow Replies for comments when you include them.

It is recommended that you add an instance of a comments instead.

- JK