Closed (duplicate)
Project:
Acidfree Albums
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2008 at 07:34 UTC
Updated:
25 Feb 2008 at 05:32 UTC
I just upgraded from 4.7 to 5, but all my carefully chosen sorting is gone. Is there any way to sort acidfree albums by weight or any other manual sorting mode?
Comments
Comment #1
andre75 commentedI used Chronological order by creation date (changed it to DESC from ASC) and started modifying the post date, but the pager doesn't reflect the new album order, which is even more confusing. Without the change things work allright (the pager matches the album order).
I guess the pager lookup works somewhat different only with ASC queries?
Comment #2
andre75 commentedLooking through the database queries, I think there is a bug in how the pager queries are generated. I see these kind of statements:
I am no expert, but doesn't it it try to order by "created DESC" and "nid ASC" ?
Comment #3
andre75 commentedComparing it to the database queries for the deafault mode:
My last offer still stands:
$50 for a decent sorting function:
-easy sorting
-functioning pager
Comment #4
andre75 commentedAllright, I finally came up with a solution of my own and hereby claim my bounty :-)
Comment #5
vhmauery commentedduplicate of http://drupal.org/node/224954