Installation
Admin rights are required to install and activate an extension.
Composer mode
If your TYPO3 installation uses Composer, install the latest version of this extension through:
composer require amazing/media2click
If you are not using the latest version of the extension, you need to add a version constraint, for example:
composer require amazing/media2click:"^2.0"
Installing the extension prior to TYPO3 11.4
Before TYPO3 11.4 it was still necessary to manually activate extensions installed via Composer using the Extension Manager. Activate it as follows:
- Navigate to Admin Tools > Extensions > Installed Extensions
- Search for
media2click
- Activate the extension by clicking on the Activate button in the A/D column
Legacy mode
If you are working with a TYPO3 installation that does not use Composer, install the extension in the Extension Manager:
- Navigate to Admin Tools > Extensions > Get Extensions.
- Click on Update now
- Search for
media2click
- Click Import and install on the side of the extension entry
and activate it:
- Navigate to Admin Tools > Extensions > Installed Extensions
- Search for
media2click
- Activate the extension by clicking on the Activate button in the A/D column
See also
On pages "t3start:Extensions/Management" and "t3start:Extensions/LegacyManagement" both TYPO3 installation modes are explained in detail.