I have been using this for a while, but I need to know if there are ways to sort the files displayed? I'd really like it to be sorted by post date, size or something other than alpha?
whistlemaker,
Thank you so much. I am looking forward to what you find out.
whistlemaker,
I played around with it myself and got it working. If you make the call like this
!FileLister? &path=`assets/downloads/` &sortBy=`lastmod` &sortDir=`DESC` &outputSeparator=` br / br /` -NOTE you do need <> in the tag for the br /
It will sort it descending by date. I imagine if you wanted to do bytesize, extension, lastmod, or filename (default) it's just matter of changing the call to reflect it. To change direction of the sort you need the DESC or ASC in the sortDir call.
Did you happen to find anything on what it displays and how to change it. Eg. Filename, Filesize, Last modified, Times Downloaded - are all displayed.
Thank you so much for taking a look at this, I never would have found it by myself.