rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: fPortal on February 09, 2009, 02:22:11 AM
-
I have been looking and am still searching.
I am looking for a way to change the order of the file system folders other then alphabetically. Anyone know of a way?
-
MENU > other options >default sorting (name/ext/size/time/hints)
-
I saw that one, thank you. But nothing to let me choose my own order?
-
It is built into mine and the default template (i think). You use one of my templates don't you? You posted in my board so you must... I have built in some sort options... other than this I can't see what you are talking about... are you asking for custom sort options? You can't sort by something that doesn't exist...
Something like this:
Sort:<br/>
<a href="{.get|url|sort=t|rev={.and|{.?sort=t.}|{.not|{.?rev.}.}.}.}">Age</a>,
<a href="{.get|url|sort=d|rev={.and|{.?sort=d.}|{.not|{.?rev.}.}.}.}">Hits</a>,
<a href="{.get|url|sort=n|rev={.and|{.?sort=n.}|{.not|{.?rev.}.}.}.}">Name</a>,
<a href="{.get|url|sort=s|rev={.and|{.?sort=s.}|{.not|{.?rev.}.}.}.}">Size</a>,
<a href="{.get|url|sort=e|rev={.and|{.?sort=e.}|{.not|{.?rev.}.}.}.}">Type</a>
-
I did see those options, and they work for within the folders, but I have a few folders called Video, video 1 etc, and a folder called Uploads that I was wanting to be at the very end, but alphabetically it won't be.
I guess without that option I will have to live with it. Oh well, thank you all for your replies.
-
Try numbering those folders.
example:
1 Video
2 Video
3 Uploads
Sort by name. I do this in one of my sections. No problem at all.
-
Not a bad idea. Thanks.