PDA

View Full Version : Make vBulletin sort by thread correctly?


UltraVR
01-15-2007, 05:02 AM
Hello,

I am trying to make vBulletin sort my threads in a forum by title, descending.

All of my titles are numbers (the forum is going to act as a timeline), and I want them to descend properly:

2000
721
568

However, they are descending in a strange order:

721
586
2000

Will vBulletin sort numbers in descending order properly, at least on a per-forum basis, and if not, would this be easy to write a plugin for?