Page 1 of 1

sorting in admin panel

Posted: 24 Mar 2023, 13:02
by bici000
Hi
Hi I'm using latest version of Phoca Download (v4.0.6) and I'm using it in back-end.

When I'm adding "New" file in "Select Filename" the files are sorted by file name.
My problem is that I have lot of files with similar name (difference in one letter or number) and I can't find last file uploaded in that.

Is there workaround to sort it by date, because I didn't find that option?

Has anyone else come across this problem?

Re: sorting in admin panel

Posted: 25 Mar 2023, 12:30
by Jan
Hi, when you click on the "date" header, then the files will be sorted by date.

Jan

Re: sorting in admin panel

Posted: 25 Mar 2023, 22:32
by bici000
I'm sorry, but I can't find that option.

https://imgur.com/a/lyEsB2T

Re: sorting in admin panel

Posted: 26 Mar 2023, 00:39
by Benno
Hi,
see: Image

Kind regards,
Benno

Re: sorting in admin panel

Posted: 26 Mar 2023, 02:29
by bici000
Guys thanks for the quick reply.

Yes, but when I open "New" and under "Select Filename" I've got a new pop-up window, where the sorting is still by name. That's my problem, I have a lot of documents with a similar name, it's hard to find the last one.

Re: sorting in admin panel

Posted: 27 Mar 2023, 12:33
by Jan
Hi, when you click on select filename, than the list of files stored on server are displayed, so there is no option to sort them, it is just list of current files on server :idea:

Jan

Re: sorting in admin panel

Posted: 27 Mar 2023, 12:52
by bici000
Thanks.

Can you tell me which file calls the list from the server, so that I can try to change/add the sorting?

Right now it's impossible for me to work like this, I spend more time looking for the file than everything else combined :D

Re: sorting in admin panel

Posted: 27 Mar 2023, 13:49
by Jan
Hi, this is in fact not connected to Phoca Download and it is standard filesystem problem which is mostly solved by using folders.

The view which displays the files on the server is:
administrator/components/com_phocadownload/views/phocadownloadmanager/view.html.php (plus its output, model and controller)

Jan