Warning: This plugin has't been updated in over 6 years. It may no longer be maintained.
What you can do to help:
Elgg | Release | Download | Date | Links |
2.3 | 2.3 | (183.19 kB) | 2019-Feb-20 | |
1.12 | 2.3 | (183.19 kB) | 2019-Feb-20 | |
1.9 | 2.3 | (183.19 kB) | 2019-Feb-20 |
Credits: All credit goes to the core team and original author. Some Thoughts: The core bundled plugin already plays audio files, so why not play video? This plugin has a lot of potentials and under utilized.. The image file is viewed through light box. It auto detects file types through MIME Types and assigns icons based on the detection. To-dos Read actual files such as doc, pdf, txt
Request I would request if someone can figure out how to read files. This will make the plugin complete. Plays audio, video, displays images, detects proper file types and only now if it can read within an iframe. All I did was simply added a "default.php" file in path - file/views/default/file/specialcontent/video
default.php <?php /** * Outputs an video player in full view * * @uses $vars['entity'] */ $file = elgg_extract('entity', $vars); if (!$file) { return; } if (!elgg_extract('full_view', $vars, false)) { return; } $download_url = elgg_get_download_url($file); $mimetype = $file->getMimeType(); echo "<video controls><source src='{$download_url}' type='{$mimetype}'></video>";
View MyHoTFB.COM ®'s plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.