playing comment-attached audio files

blindmime
@blindmime
8 years ago
772 posts
I think I'd like to give audio files attached to comments a play button. Is there a template I can look at that might help me?
updated by @blindmime: 09/01/16 08:57:36PM
michael
@michael
8 years ago
7,715 posts
sure you can do that with a bit of fiddling. The template you're interested in is:
/modules/jrCore/templates/upload_attachments.tpl

It has a foreach loop in it that displays each of the attachments, you'd want to check if the file is a .mp3 file from there, then add in your player.

Docs: "Altering A Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

Tags