views:

3

answers:

0

Im trying to implement a comment system that functions much like the one in place on reddit.com. i.e Node content on top, then a quick reply box, then using the ajax_comments module, show a comment form when a user clicks reply on an actual comment.

The issue I'm having is that the ajax_comments module seems to just shift the one comment form around on the page, so if a user clicks reply on an individual post, the main comment form gets moved to underneath the comment being clicked.

How do I go about rendering another comment form on this page that won't shift about, but will still post via ajax?