DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Filecollector

Author:Nils Kreutzer
Created:2014-11-03T10:10:36.340000000
Changed by:Nils Kreutzer
Changed:2016-11-15T10:29:14.560000000
Classification:filecollector
Keywords:forAdmins, forIntermediates
Author:Nils Kreutzer
Email:nilskreutzer@hotmail.com
Info 4:
Language:de

img-1 EXT: Filecollector - filecollector

EXT: Filecollector

Extension Key: filecollector

Language: de

Keywords: forAdmins, forIntermediates

Copyright 2016, Nils Kreutzer, <nilskreutzer@hotmail.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Filecollector 1

`Einleitung 3 <#__RefHeading__17539_1782085564>`_

Wofür ist das gut? 3

Wie setze ich es ein? 3

Einleitung

Erweitert das Inhaltselement Dateiliste um ein “sammeln”-Link. Um den “Warenkorb” anzuzeigen, muss zusätzlich ein kurzes Typoscript eingebunden werden (siehe unten).

Wofür ist das gut?

Wie setze ich es ein?

Folgendes Typoscript im setup einbinden, um den “Warenkorb” auf der Seite einzubinden.

lib.test = USER_INT

lib.test {

userFunc = tx_extbase_core_bootstrap->run

extensionName = Filecollector

pluginName = Filecollector

vendorName = Sagaverse

controller = Filecollection

action = show

}

page.500 < lib.test

ChangeLog

1.0.0

Version

1.0.0

Changes

Initial release

1.0.1

Version

1.0.1

Changes

added multilanguage-support (de & en)

1.0.2

Version

1.0.2

Changes

updated dependency

1.0.3

Version

1.0.3

Changes

Added and improved language support (now: en, de, dk, es, fr, gr, it, jp, nl and pl);

filecollector now works with Extension “fal_securedownload”;

fixed cache issues (now: all filecollector links are no-cache links);

added a “download all” button;

changed default allowed filetypes (now: pdf,doc,docx,xls,xlsx,zip,jpg,png,gif,mp3)

1.0.4

Version

1.0.4

Changes

The addall link now works with filecollections

1.0.5

Version

1.0.5

Changes

Addall function now works with folders and categories; some code refactoring

1.0.6

Version

1.0.6

Changes

Bugfix for strict php-settings

1.0.7

Version

1.0.7

Changes

Removed Debug code...

1.0.8

Version

1.0.8

Changes

Added removeAll link, downloading now empties the collection

1.0.9

Version

1.0.9

Changes

Updated dependency, moved removeall to collection, removed session bug

1.1.0

Version

1.1.0

Changes

Download-link now target “blank”

4