After posting your comment it's defaulted to go bottom of the comments, but since I'm using Sort Comments module, I'm able to change the comments listing order.

So what I'd like to request is able to change default position where user comment goes after commenting, top or bottom.

Thanks in advance.

Comments

acouch’s picture

I working on this feature.

G Gavitt’s picture

I 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);

ifish’s picture

Ah awesome, thanks alot gavitt, works perfectly as a quick fix.

acouch’s picture

Thanks for sharing. Still working on a permanent / configurable solution.

G Gavitt’s picture

Np. I also found this after the fact.. similar issue http://drupal.org/node/1543354

ajmartin’s picture

@acouch
how far away is a permanent solution for this?

formatC'vt’s picture

Issue summary: View changes
Status: Active » Fixed

Try latest dev and comment_googndess module for sorting, please.
https://www.drupal.org/project/comment_goodness

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.