Closed (won't fix)
Project:
Audio
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2007 at 09:50 UTC
Updated:
22 Jul 2007 at 09:24 UTC
... like it's in the comment module - theme_comment_post_forbidden() (not post comment, but play/download audio)
Comments
Comment #1
drewish commentedi'm not sure i follow... could you provide some sample code of how you'd like to use it? screen shot maybe?
Comment #2
alippai commentedOn my site I'm using uerpoints too and downloading depends on their points....
This could be a feature request too :) (downloading audio depending on userpoints)
Comment #3
drewish commentedokay, i see what you're trying to do. there's already ways to do this. take a look at hook_link_alter as well as the audio modules' hook_audio function. it lets other modules impose their own criteria for play and download access.
Comment #4
alippai commentedThx :)