Please how can zaudio plugin be applied.I want to add audio upload and playback features to site
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.
Ok, I understand what rjcalifornia implies.The edited line of codes will affect all uploads via that plugin.Is there any way of editing and removing the download button that appears only on the mp3 page.
Putting a setting in the plugin to enable the user choose if download is allowed or not is best
to put a filter like that will require some extra coding. It is an interesting concept, you have to work around with the code.
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
It can be done by checking the mime. If (mime != mp3) {allow download}
@team: have you tried it out.Whats the front end application of this code going be like?
Its simple, if the file is of type mp3, it will not show any download button else it will show the button. Just use the logic with the hint I gave you.
@ team: please guide me to the exact part of the script where this adjustment can be made.
I suggest that this feature be added to newer version of zaudio
Some music uploads don't allow for playback, they show only download button
@kxx4 what I did was to allow only mp3 files for upload and then grab the download button code and use it on a flash player for playback.... just an idea...
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
Q ) The Zaudio is picking only some files as MP3 ?
A) Because it all depends on the MP3 encoding used to create those files. Also some browsers can be a culprit. If you are lookign to upload mp3s only and playit in profile etc.. you can get this plugin (Sorry, its a commercial one)
- Previous
- 1
- 2
- Next
You must log in to post replies.