jweiland/kk-downloader
Download system with counter, simple category management, sorting criteria and page browsing in the LIST-view. Configuration via flexforms and HTML template. (example: http://kupix.de/downloadlist.html)
Maintainers
Package info
github.com/jweiland-net/kk_downloader
Type:typo3-cms-extension
pkg:composer/jweiland/kk-downloader
Requires
- ext-pdo: *
- typo3/cms-core: ^10.4.37 || ^11.5.35
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- nimut/testing-framework: ^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
- typo3-ter/kk_downloader: 7.0.0
GPL-2.0-or-later 449281fce9906fac2a5c2aebb9c615fcf91087a4
- Stefan Froemken <sfroemken.woop@jweiland.net>
This package is auto-updated.
Last update: 2026-06-16 09:44:27 UTC
README
👁 Latest Stable Version
👁 TYPO3 11
👁 TYPO3 10
👁 Total Downloads
👁 Monthly Downloads
👁 Build Status
kk_downloader
KK Downloader is a TYPO3 extensions which you can use as Download system with counter, simple category management, sorting criteria and page browsing in the LIST-view.
New Extension Maintainer
Since 05.05.2019 we (jweiland.net) have taken over the extension key kk_downloader and updated this extension a lot.
Many thanks to Kurt Kunig for his great work.
Upgrade
- We have moved the static extension TS-Template to new location:
Configuration/TypoScript. That's why you have to set this TS-Template again in your TS-Template record. - We have changed Marker-based HTML-Template to Fluid. Please check your Template-Path and the Template itself.
- In SingleView you can access download-record with
{download} - In ListView you can access download-records with
{downloads} - You have access to all FlexForm Settings with
{settings} - We don't use extbase. So no lowerCamelCase available. Please use
ip_last_downloadinstead ofipLastDownload
- In SingleView you can access download-record with
- Go to InstallTool and start DB compare. We have changed column
clicksto INT(10) - We have changed localization handling of kk_downloader completely and make use of Core API now. So please check, if everything is still working for you.
- We have changed handling of TS-setting
downloadIcon. If a path is set, it will be used for all download files. If it is not set (default) we will use TYPO3 internal icons to show file ext related icons. It's not possible to set downloadIcon to a Path anymore. - Please check
Documentation/ChangeLog/Index.rstto see all changes.
Support
Free Support is available via Github Issue Tracker.
For commercial support, please contact us at support@jweiland.net.
