solved How to reply to comments in a comments list

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
6 years ago
824 posts
When you use Site Builder to create a list of comments on the site and you hit the reply button, no reply box opens and no link to where the comment came from? Is it possible to make this list interactive so it links to the original post?
updated by @zachary-moonshine: 07/21/18 11:18:55AM
Strumelia
Strumelia
@strumelia
6 years ago
3,603 posts
By "a list of comments on the site", do you mean the main page latest activity feed?


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
6 years ago
824 posts
No i mean when you create an Item List using site builder if you select comments it creates a module showing latest comments and they all show a reply button but if you click it it takes you nowhere?
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
6 years ago
824 posts
I tried using different skins to see if it was a skin issue but they all have same effect
michael
@michael
6 years ago
7,715 posts
The reason is that when you make a list of comments, there is not going to be a comment form there unless you put one there.

The REPLY button is expecting you to have put a comment reply form in there somewhere so the user can reply.
  <a id="cform"></a>
is what the javascript on the REPLY button is searching for. You can see the rest of the form in the jrComment/template/comment_form.tpl template.

If you're wanting to remove the reply button, i'd suggest CSS. If you're wanting to add the comment form too, it might be doable with a TEMPLATE CODE widget and site builder.