Comment sort by created
Categories
Component ID
1909554
Component name
Comment sort by created
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
2495
Component created
Component changed
Component body
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.
