Page 1 of 2
Some features I would like to see...
Posted: 03 May 2026, 04:46
by MarisaG
I was using jdownloads on my websites but it was choking on the 14,735 downloads on a couple of them so I gave phoca download a try and it seems to have no problem handling it.
But I would like a few features added (or tell me how to activate them if already existing).
1) Latest 5 downloads added, next to the most popular list that already exists.
2) Instructions on customising the icons shown for files. A lot of the files I have are not pdf/zip and don't display a relevant icon.
3) Possibly increase the size of the icons?
4) A global module that appears next to those that lists the total files in the file area, total categories existing, and total files downloaded...
Any help appreciated!
Re: Some features I would like to see...
Posted: 03 May 2026, 10:59
by Benno
Hi,
1) Latest 5 downloads added, next to the most popular list that already exists.
see:
https://www.phoca.cz/phoca-download-file-module (But it's not free!)
3) Possibly increase the size of the icons?
backend --> Components --> Control Panel --> Options --> Display --> Theme Settings --> File Icon Size=16/32/48/64px
Kind regards,
Benno
Re: Some features I would like to see...
Posted: 04 May 2026, 00:28
by MarisaG
Thanks for the suggestions!
Re: Some features I would like to see...
Posted: 04 May 2026, 01:25
by MarisaG
Any tips on adding the MIME types for file types that are not listed?
Re: Some features I would like to see...
Posted: 04 May 2026, 13:22
by Jan
Hi, just open the options and add missing mime types there.
Jan
Re: Some features I would like to see...
Posted: 08 May 2026, 07:04
by MarisaG
But how would I know how to set up a mimetype for one that doesn't exist? Is there a way to detect the icon based on the file extension rather than mimetypes?
Re: Some features I would like to see...
Posted: 08 May 2026, 17:17
by Jan
Hi, what exactly are you looking for? Adding mime types so they are allowed to upload/download (options) or adding mimetypes/extensions to display icons for such types?
Jan
Re: Some features I would like to see...
Posted: 08 May 2026, 17:32
by MarisaG
Jan wrote: 08 May 2026, 17:17
Hi, what exactly are you looking for? Adding mime types so they are allowed to upload/download (options) or adding mimetypes/extensions to display icons for such types?
I want to have icons displayed based on the file type. So hqx files get the hqx icon etc. I have the png icon files already.
Re: Some features I would like to see...
Posted: 08 May 2026, 17:42
by Jan
For this there is no option and the list must be customized directly in the code

administrator/components/com_phocadownload/libraries/phocadownload/file/file.php
public static function getMimeTypeIcon
Jan
Re: Some features I would like to see...
Posted: 26 May 2026, 16:08
by MarisaG
Ok I followed your link and now have the icons showing up... Thx!