Some people want to see reverse ordering newest->oldest in flat mode. Our board had a member vote under UBB.Classic and the majority wanted it this way. A pity threads doesn't allow the user to choose...
A quick and dirty hack;
in ubbthreads\showflat.php
Change the line in the "Cycle through the posts" section;
ORDER BY B_Number
to
ORDER BY B_Number DESC
Not a nice way to do it though. If anyone has written a user defineable sort order I would appreciate it... otherwise I'll have to write it myself...
A.
PS. I forgot to say - this works in Ubb.Threads 6.0.2
Last edited by Adrianm; 08/15/2002 11:47 AM.