Currently I think it is just sorted by the order in which the user bought the files. The file creation date isn't stored in the same table, so doing a tablesort on that might be a bit convoluted.
Generally speaking, though, if the file is newer, the user would have purchased it after most of the other files, so it should show up first, right?
Currently I think it is just sorted by the order in which the user bought the files. The file creation date isn't stored in the same table, so doing a tablesort on that might be a bit convoluted.
Generally speaking, though, if the file is newer, the user would have purchased it after most of the other files, so it should show up first, right?
-Leighton