Download the PHP package madj2k/t3-copyright-guardian without Composer
On this page you can find all versions of the php package madj2k/t3-copyright-guardian. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madj2k/t3-copyright-guardian
More information about madj2k/t3-copyright-guardian
Files in madj2k/t3-copyright-guardian
Package t3-copyright-guardian
Short Description Manages the copyright details of images and other media and offers a convienient way of displaying these automatically and directly on the page on which the media is used. In addition, a list of all media used and the associated copyright information can be output
License GPL-2.0+
Homepage https://www.kroggel.media
Informations about the package t3-copyright-guardian
Copyright Guardian
This extension manages the copyright details of images and other media and offers a convienient way of displaying these automatically and directly on the page on which the media is used. In addition, a list of all media used and the associated copyright information can be output.
Functions in a nutshell:
- Maintain copyright information easily and centrally in the backend
- Add picture agencies as data records
- Automatic output of copyright information in the title of the media files used
- Output of a list of all media files used in a page with complete copyright information
- Media files inherited from parent pages are also taken into account
- Works with pages-table, tt_content-table and EXT:news and can be customized via TypoScript
Installation
Just install the extension and include the typoscript.
Configuration
You should create a system-folder in which you create data records for media sources (propably mostly agencies). For each uploaded file you can then add a creator and select the corresponding media source using the meta-information of the file in the backend.
If you use a file with added copyright information, this information will be automatically added to the title of the file when rendered in the frontend. This way the copyright information is always visible when hovering over the media file.
You can also add a plugin to the footer of the page which renders a complete list of all media used on the page with all relevant copyright information. This also works for media that is inherited from a parent page.
It is also possible to use this plugin as USER-Object:
Migration from core_extended
The functionality of this extension was a part of EXT:core_extended before. It has been moved in order to have a cleaner separation of functionality. The code has also been refactored and improved.
To migrate the relevant database records from EXT:core_extended to this extension execute the following queries in your database:
All versions of t3-copyright-guardian with dependencies
typo3/cms-core Version ~10.4.0 || ~11.5.0 || ~12.4.0
typo3/cms-filemetadata Version ~10.4.0 || ~11.5.0 || ~12.4.0