Make the taxonomy links in order
Jhef.Vicedo - September 24, 2004 - 03:33
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | taxonomy.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Jhef.Vicedo |
| Status: | active |
Jump to:
Description
Make the taxonomy links arranged or in order as set in the vocabulary tree
| Attachment | Size |
|---|---|
| taxonomy_4.patch | 1.44 KB |

#1
the feature itself looks usefull, but two small things:
Why do you not use foreach() instead of for(), with index strings?
We do not use tabs, but two spaces for indetation.
Regards, Ber
#2
looks useful to me too. can anyone comment on whether this sort is efficient.
#3
I cannot comment on the efficiency of the code, but this feature would be extremely useful on site where nodes are arranged in a Section / Topic like format. Our site currently uses such a format where ideally the Section vocabulary terms could be weighted to sort before Topic vocabulary terms on each node. Such a feature would be welcomed.
#4
Doesn't apply anymore.
#5
#6
If someone wants this, we'll need a much better solution. Implementing our own sort code is not my idea of "lean and mean". Especially because PHP has a gazillion sort functions already.
#7
bump
#8