I've read this thread but I don't find a solution for me there:
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/34570/question-on-allowing-streaming-but-limiting-downloads-to-specific-quotas-or-profile-types
I've created a new quota. I want to block downloads for this quota ONLY.
On that thread @paul shared this piece of code:
{if $_user.profile_quota_id == x}
// Download button code here
{/if}
But, this is the code that build my buttons (attached image):
{jrCore_item_list_buttons module="jrAudio" field="audio_file" item=$item}
So, how can I hide the download button just for this new quota (id 9)
updated by @andrusito: 07/06/16 12:44:05AM