PDA

View Full Version : Alphabetical order only?



Hipocritus
July 13th, 2007, 04:29
Is there any way to stop the Library from sorting things alphabetically?

Valarian
July 13th, 2007, 08:21
You can change the XML tag names in the library list to an alphanumeric order that'll display. e.g. If you want Races first in the list you can change the tag name from <races> to <ID001Races>. Change the closing tag to match (including any Capitalisation) and then when you re-zip the module the list is ordered according the ID and number first.

sloejack
July 15th, 2007, 00:29
You can change the XML tag names in the library list to an alphanumeric order that'll display. e.g. If you want Races first in the list you can change the tag name from <races> to <ID001Races>. Change the closing tag to match (including any Capitalisation) and then when you re-zip the module the list is ordered according the ID and number first.
One thing worth noting is that any tag must have a alpha character as its first character, numerics will cause issues. so, 001Races will not work, you must use ID001 or some other alpha prefix.