Needs review
Project:
Blogger
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Jun 2008 at 20:02 UTC
Updated:
17 Apr 2009 at 09:09 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | blogger_changed_date_option_20090417.patch | 22.21 KB | aries |
| #6 | blogger_changed_date_option_20090414.patch | 21.83 KB | aries |
| #6 | blogger_changed_date_option_after_beautification_20090414.patch | 2.69 KB | aries |
| #5 | blogger_changed_date_option.patch | 21.77 KB | aries |
| #5 | blogger_changed_date_option_after_beautification.patch | 2.63 KB | aries |
Comments
Comment #1
drupalnesia commentedDo 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.
Comment #2
hansrossel commentedchanged = updated time
timestamp = created time
so to correspond to the request you should sort by timestamp.
Comment #3
aries commentedHi Guys,
I'm working on configurable solution, where you can set how the module should sort. Stay tuned, it'll be ready really soon.
Comment #4
aries commentedHere 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.
Comment #5
aries commentedSorry, I forgot to add the patches :)
Comment #6
aries commentedI'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.
Comment #7
aries commentedNew day, new fix :)
The lates patch fixes 3 issue:
These are fixed.