This module has been deprecated as part of Zikula 4 slimming diet.
modules/cmfcmf/media-module
(but other locations should work aswell!).If you want to test the current version (potentially unstable!), download it from here: https://github.com/zikula-modules/MediaModule/raw/dev-builds/MediaModule.zip
Downloading directly from main would require you to execute composer install --no-dev
.
The module supports many media types natively (images, plaintext, MarkDown, videos, audio, pdf, …) and further types can be added with ease!
Not only can you upload media, you can also search for and embed all kinds of media from the web! Here are some: Tweets, YouTube videos, Music, Flickr images, …
You can create text- and image-based watermarks to watermark all uploaded images. The watermarks scale automatically and can be exchanged at any time. The original images are preserved.
Rendered MarkDown files? Syntax-highlighted source code? Automatic updates? Thumbnail generation? Works on mobile? YES. All of this. Read on or download the module already!
If you find a bug or have problems, please create an issue!
Add require_once __DIR__ . '/../modules/cmfcmf/media-module/vendor/autoload.php';
to src/app/autoload.php
and then run
php -dmemory_limit=2G bin/console translation:extract en --bundle=CmfcmfMediaModule --enable-extractor=jms_i18n_routing --output-format=po --exclude-dir=vendor
The code is MIT licensed, see the License.md
file for further information.