Guys,
there are come parts on Drupal that an array is sorted. by "e-Commerce" always gets the bottom. you should use natsort() to avoid this.
i can see this issue on module categories and on menu sorting.
regards,
massa
Guys,
there are come parts on Drupal that an array is sorted. by "e-Commerce" always gets the bottom. you should use natsort() to avoid this.
i can see this issue on module categories and on menu sorting.
regards,
massa
Comments
Comment #1
brmassa commentedGuys,
I think i was trunk when i wrote this issue. :) what i intended to say was: on Modules list (admin/build/modules) and Menus, a word beginning with a lower case letter (like "e-Commerce") will sink. It can be fixed using natsort() function instead the normal sort().
was this features implemented?
regards,
massa
Comment #2
brmassa commentedGuys,
i think its only for D7 now...
regards,
massa
Comment #3
BrightLoudNoise commentedComment #4
mr.baileysFor the modules pages, this is handled in #800502: Module page is not ordered correctly. I tried the menu listing and it correctly uses natural sorting: