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.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomyblocks-sortorder.module.patch | 1.01 KB | smokris |
Comments
Comment #1
smokrisErm, I meant http://api.drupal.org/api/function/taxonomy_get_children/6
Comment #2
PixelClever commentedQuite right, this patch will be committed on the next release.
Comment #3
PixelClever commentedFixed in 1.7