When I have a list of comments sorted DESC I need to show the latest in the bottom of the comments and above the form

so that when I comment using ajax comments, the new comment should appear at the bottom

The problem is that I cannot sort them like this

example

What is the solution.. any help please?

CommentFileSizeAuthor
comments.png29.06 KBtassaf

Comments

muschpusch’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Status: Active » Fixed

The current dev release has views integration. When using that you could sort as you like!

tassaf’s picture

No I tried it, there is no views integration or sort support.

muschpusch’s picture

Status: Fixed » Postponed (maintainer needs more info)

in current dev there is views integration but i'm not sure if it supports sorting. Please check

tassaf’s picture

Aha yes they mentioned that, but there is a bug when the view contains multiple nodes with comments attached to each node

And for the sort there is nothing

tassaf’s picture

Issue summary: View changes

adding an image

formatC'vt’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)

use latest release and "Comment sort by created" or "Comment goodness" module for this.