It looks like a change has been made that inadvertently broke the sorting of contributors. The change that changed the sorting to 0 indexed:

http://drupalcode.org/project/biblio.git/commitdiff/6eccf24fc07ac696d258...

Stopped honoring the "$author['rank']" and assumed the array would already be ordered correctly which it isn't. I created a patch (attached) which orders the array and satisfies both constraints.

-Richard

CommentFileSizeAuthor
#1 biblio_contributor_sorting.patch1.53 KBrbrandon

Comments

rbrandon’s picture

StatusFileSize
new1.53 KB

The patch to fix the sorting:

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.