Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Sorting file lists by Date Uploaded?
Is is possible to sort a file list by uploaded-date?
I have searched the forum and I can’t seem to find an answer.
Thank you for any help you can give me.
Ben
Offline
#2 2006-07-17 17:57:59
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Sorting file lists by Date Uploaded?
Afraid not, it calculates that info on-the-fly from the file itself, it’s not stored in the database. You could sort by id (descending), though, which would have a similar effect. :)
Offline
Re: Sorting file lists by Date Uploaded?
Good point, id would work the same.
[Goes away and tries it – returns looking sad]
I cannot get it to sort correctly, I am using the code below…
[txp:file_download_list form=“file-audio” category=“Audio” limit=“10” sort=“id” sortdir=“desc”/]
Is there an obvious reason why this is not working?
Offline
#4 2006-07-17 21:00:29
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Sorting file lists by Date Uploaded?
sort="id desc" ?
Offline
Re: Sorting file lists by Date Uploaded?
Beautiful! Thanks Els, that works perfectly.
Offline
Pages: 1