First, thanks for this module. Drupal really needs it, IMO.
I'm running the 4.6 version of the module on Drupal CVS from about a month ago. (I'm not going anywhere near the latest CVS because of the form changes).
Tables in this module should default to sorting by date, to show most recent posts first. This seems like an obvious issue, so it may be a bug? If not, it would be a great default to set.
Comments
Comment #1
kbahey commentedHmmm
The sorting is done by the tablesort_query, and it has:
So, I am not sure if that takes effect initially, or only after someone clicks on it?
Comment #2
ixis.dylan commentedShouldn't that be 'desc'?
Comment #3
kbahey commentedThat is what I was thinking, but it was getting late.
If you can change it locally and test it, and verify it works, I will commit a change for it.
Comment #4
agentrickardTested on 4.6.3. If you edit line 151 of v1.1 to
Then the default sort is most recent post.
Comment #5
kbahey commentedCommited for 4.6 and HEAD.
Thanks to both of you.
Comment #6
(not verified) commented