Closed (duplicate)
Project:
AJAX Comments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 15:18 UTC
Updated:
4 Aug 2010 at 09:38 UTC
Hi,
most of my Bugs are now closed after the new DEV Release. Great work! But one thing is still annoying me. I want to display the new comments at the top of the list. For that i choose "newest first" in the content type settings. Now when I post a comment the comment is shown at the bottom of all comments near to the comment form. Only after a page refresh the comment is shown at the top of the list. It would be great if this could be "fixed" :-)
Comments
Comment #1
neochief commentedNow, when I found the nice way to place new comments in threads, I think it's not a problem anymore to implement your request as well. Certainly will be in 1.7
Comment #2
neochief commentedMarking this as duplicate of older issue #351666: Comments display in incorrect order in threaded
Comment #3
virtualdrupal commentedWhen this is implemented, can you some how enable an option to move the "Post a new Comment" option to the TOP of the comments instead of the bottom.. So when it accepts the new comment it's at the top, where it should be, in a "Newest 1st" setup.
or is this already possible?
Comment #4
H3x commentedHas this issue been solved or not? I'm still experiencing it, even though it was said that this issue will be solved in 1.7.
Comment #5
timofey commentedSubscribing
Comment #6
ltwinner commentedYep, I need this too. I have my users comments displaying newest first and whenever they submit a new one it it gets put underneath the others instead of a above them.
Comment #7
cluke009 commentedI have a solution for this but it will need modification based on your theme and its classes.
Comment form at top:
Add to your theme javascript file
Append new comments to top of comments:
Add function to your theme javascript file or modify ajax_comments.js in module