Just a quick question. Due re-targetting of the my website i now need a different download extension. Before i install and test this, if it suits my needs, does Phoca Download have the following abilities:
- create categories (which are linked to a folder on domain host) and show said categories in a listing on the front-end
- ability to self-detect new files in specified folder (and versions if possible) and auto-create download links for them
- tag files as new (for a certain amount of time) <= optional
Auto file discovery
- Jan
- Phoca Hero
- Posts: 41852
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Auto file discovery
Hi,
a) categories - yes, categories are independent to folders in Phoca Download - they can be assigned to some folder but they don't need to be
b) if you add new files to system, they are automatically published on frontend
c) tag new - yes, you can set the number of days. During these days NEW icon will be displayed for the file.
See:
https://www.phoca.cz/documents/17-phoca ... e-joomla-3
Jan
a) categories - yes, categories are independent to folders in Phoca Download - they can be assigned to some folder but they don't need to be
b) if you add new files to system, they are automatically published on frontend
c) tag new - yes, you can set the number of days. During these days NEW icon will be displayed for the file.
See:
https://www.phoca.cz/documents/17-phoca ... e-joomla-3
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 41
- Joined: 25 Aug 2014, 20:42
Re: Auto file discovery
regarding b) i don't add them manually for the most part. One of the services i do, is create language packs. I have tool that can create zipfiles on-the-fly with the files from the backend component, directly on the server in the proper (sub)directories. I'm currently using akeeba release system until i find a better option, but that component is intended for "developers only" as there is no support on it.
Does PhocaDownload need some sort of "trigger" to detect these files and do the necessairy "magic" so they become visible on the front-end. Could you point me to the proper documentation to that end
Does PhocaDownload need some sort of "trigger" to detect these files and do the necessairy "magic" so they become visible on the front-end. Could you point me to the proper documentation to that end
- Jan
- Phoca Hero
- Posts: 41852
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Auto file discovery
Hi, there is no event for observing changes on your server. Phoca Download just displays only files which are added to Phoca Download, so such feature needs to be customized.
E.g. I by myself do it so, that the extension is automatiacally packed to ZIP, then I upload it to github and change only the database item (date, version, filename, link to github)
Jan
E.g. I by myself do it so, that the extension is automatiacally packed to ZIP, then I upload it to github and change only the database item (date, version, filename, link to github)
Jan
If you find Phoca extensions useful, please support the project