Closed (fixed)
Project:
AudioField
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2010 at 05:37 UTC
Updated:
30 Jan 2010 at 16:40 UTC
I installed the audio module for one or my content type with the unpleasant surprise of seeing the player on all the articles with that content type even if I did not have any file to play.
I was obligated to remove the field and create a specific content type where I can use the module.
It would be great if we can add the audio field on any content type and the player only shows up when there is a file to play (as it does with google maps module for example).
Thanks to author of this module: Great job!
Comments
Comment #1
tamerzg commentedOh yes we forget to add code to check if file exists or not! Now its fixed in beta2.
Comment #2
Jorge Campo commentedIt works great!
I had to do the backward to the forward slashes again in the audiofield.module file (lines 56 to 58):
Thanks!