Reply form directly below a threaded comment

Created on 18 July 2015, almost 10 years ago
Updated 7 May 2025, about 1 month ago

Hello,

I am working with Ajax Comments in threaded mode. I would like to know if it's possible to have the reply form always open directly under its parent comment rather than scroll to the bottom of that thread.

Thanks in advance.

Feature request
Status

Needs work

Version

1.2

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Hello, Yes, you can make the reply form appear directly under its parent comment in Ajax Comments threaded mode instead of scrolling to the bottom of the thread. One way to achieve this is by using jQuery to dynamically insert the reply form immediately after the parent comment when the reply button is clicked. By leveraging the .after() method, you can ensure the form is placed directly beneath the relevant comment, creating a more intuitive and seamless McDVOICE reply experience. You may need to adjust the selectors based on your specific HTML structure to ensure proper placement and functionality.

Production build 0.71.5 2024