Drupal's default taxonomy handling is to sort terms "ORDER BY weight,name" so that when terms have identical weights, they are alphabetized --- see for example the queries in http://api.drupal.org/api/function/taxonomy_get_vocabularies/6 .

Advanced Taxonomy Blocks currently only sorts by weight, causing vocabulary display inconsistent with taxonomy.module.

I've attached a patch to make ATB match taxonomy.module's sort order.

CommentFileSizeAuthor
taxonomyblocks-sortorder.module.patch1.01 KBsmokris

Comments

smokris’s picture

PixelClever’s picture

Status: Needs review » Patch (to be ported)

Quite right, this patch will be committed on the next release.

PixelClever’s picture

Status: Patch (to be ported) » Fixed

Fixed in 1.7

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.