Order by latest post date?
Timberwoofie - June 22, 2008 - 20:02
| Project: | Blogger |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | aries |
| Status: | needs review |
Description
The new order by Date feature lists the blogs in the order they were created.
I'd like to be able to list the blogs in the order of the latest blog entry.

#1
Do you mean "the date where the blog published"?
Drupal has 2 fields to indicate the latest blog entry: changed and timestamp. I will find which field corresponding to your requirement.
#2
changed = updated time
timestamp = created time
so to correspond to the request you should sort by timestamp.
#3
Hi Guys,
I'm working on configurable solution, where you can set how the module should sort. Stay tuned, it'll be ready really soon.
#4
Here comes the patch. I introduced a new sorting option, please check your settings under /admin/settings/blogger . I've created two patch. The smaller one is useful after my code beautification patch (http://drupal.org/node/427564), the bigger one is against the 5.x-1.4.
Sponsored by KOBA.
#5
Sorry, I forgot to add the patches :)
#6
I've found a bug in my patch. The list was missing under "blogger/list". Here comes the fix. Forgot to mention my fix is sponsored by KOBA.
#7
New day, new fix :)
The lates patch fixes 3 issue:
These are fixed.