This project is not covered by Drupal’s security advisory policy.

This module really sorts by creation date!

Unlike similar module like Sort Comments or Comment goodness this module sorts the comments by the creation date ('created' timestamp to be precise)

Not only in flat, but also in threaded display!

Usage

Configurable per content type in the comment settings fieldset.
You can also set the order

  • Oldest first (DESCending, default)
  • Newest first (ASCending)

How it works

It introduces a new column in a seperate table which does pretty much the same as the standard 'thread' column (See See comment_get_thread() for details)
But instead of using the comment id to sort the threads it uses the creation timestamp as thread-numbers.
The default comment threading database query is altered to sort with this column instead.

Project information

Releases