rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: fPortal on February 09, 2009, 02:22:11 AM

Title: Menu Order
Post 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?
Title: Re: Menu Order
Post by: Mars on February 09, 2009, 09:19:04 AM
MENU > other options >default sorting    (name/ext/size/time/hints)
Title: Re: Menu Order
Post by: fPortal on February 09, 2009, 08:05:48 PM
I saw that one, thank you.  But nothing to let me choose my own order?
Title: Re: Menu Order
Post by: TSG on February 10, 2009, 05:33:42 AM
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:
Code: [Select]
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>
Title: Re: Menu Order
Post by: fPortal on February 10, 2009, 05:49:16 AM
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.
Title: Re: Menu Order
Post by: maverick on February 10, 2009, 06:26:00 AM
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.
Title: Re: Menu Order
Post by: fPortal on February 10, 2009, 09:27:19 PM
Not a bad idea.  Thanks.