ZenphotoCMS Forum
Problem with downloading video or audio files - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Problem with downloading video or audio files (/thread-12426.html)



Problem with downloading video or audio files - integer - 2016-01-17

I have two special albums for video and audio files. I can edit files in my admin panel. But guests may play video and audio in Jplayer only. They can't download video audio files like pictures.
Is it possible to make it possible? There are some plugins or way to make it?




Problem with downloading video or audio files - acrylian - 2016-01-17

That's actually quite simple as multimedia files are just "images" as well. On the image.php of the theme used you would have to add something like this to get the full image/file link:
`

Download

Depending on the theme you of course need to adjust the enclosingphp` wrappers.




Problem with downloading video or audio files - integer - 2016-01-17

Thank you. I fix it!