Closed (fixed)
Project:
AudioField
Version:
7.x-1.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2011 at 22:20 UTC
Updated:
9 Oct 2012 at 10:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
tamerzg commentedIts a permission thing. Go to permissions page and disable download all audio files and download own audio files for roles you want.
Comment #2
rhache commentedI should have thought of that! Thanks
rene
Comment #4
jenlamptonEven with all the permissions disabled, I (as user 1) still see the download link. Having to use permissions to hide that Download link is certainly a bug.
The player with download link should really be a separate formatter - so that people can choose between having a download link on that field, or not. If they choose to have a download link, then permissions can come in to play.
Marking another issue a dupe of this one since this predates it.
#1522366: Remove "Download:" text
Comment #5
jenlamptonThis patch is against the beta7 tag until #1766158: Clean up Git gets resolved.
Please note that I had to clean up the code (as per #1766166: Clean up code to Drupal coding standards) before I could start working on patches for this module, so the patch in that issue will need to be applied before this one.
But, here is a patch that adds a second formatter that does not have the download link! :)
Comment #6
jenlamptonremoved trailing whitespace here too.
Comment #7
michellezeedru commentedThe patch worked great for me. Thank you!
Comment #8
tamerzg commentedThanks for the patch! Applied it to D7 and also backported to D6 version.