Closed (fixed)
Project:
AJAX Comments
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2012 at 22:56 UTC
Updated:
26 Oct 2014 at 12:34 UTC
Jump to comment: Most recent
Comments
Comment #1
acouch commentedI working on this feature.
Comment #2
G Gavitt commentedI am using the Sort Comments module as well. Here is a quick hack to have new comments to show at the top...ymmv
Line 261 in ajax_comments.module
Old
$commands[] = ajax_command_append('#comment-wrapper', $notify_text . $comment_output);New
$commands[] = ajax_command_prepend('#comment-wrapper', $notify_text . $comment_output);Comment #3
ifish commentedAh awesome, thanks alot gavitt, works perfectly as a quick fix.
Comment #4
acouch commentedThanks for sharing. Still working on a permanent / configurable solution.
Comment #5
G Gavitt commentedNp. I also found this after the fact.. similar issue http://drupal.org/node/1543354
Comment #6
ajmartin commented@acouch
how far away is a permanent solution for this?
Comment #7
formatC'vt commentedTry latest dev and comment_googndess module for sorting, please.
https://www.drupal.org/project/comment_goodness