Forum Activity for @izhmel

izhmel
@izhmel
09/01/19 09:41:54AM
1,329 posts

user group


Using Jamroom

user group admin options dropdown button not working
updated by @izhmel: 12/06/19 07:29:29AM
izhmel
@izhmel
09/01/19 09:03:31AM
1,329 posts

download privileges


Using Jamroom

It was that way in JR 3- JR 4 so I would not agree it is not possible..
How do you set up privileges for different users such as admins , profile admins , and how do you restrict users from the admin panel based on quota ?

if the admins , profile admins can get the downloads button other users can get the download button , the only difference is the will not get the ACP privileges

Thanks
updated by @izhmel: 09/01/19 09:31:27AM
izhmel
@izhmel
08/31/19 09:10:50AM
1,329 posts

download privileges


Using Jamroom

izhmel:
paul:
The code is suggested was to replace the existing

{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item}

code on line 11 of the jrAudio module's item_detail.tpl template.

However, as I suggested above, you will not need to do that now as the 'User Limits' module I mentioned above will provide the functionality you requested.
hth

but if there is a price the button is not available , I want the button to be available to a given quota I.e . friends quota can get downloads ..
izhmel
@izhmel
08/31/19 08:44:17AM
1,329 posts

download privileges


Using Jamroom

paul:
The code is suggested was to replace the existing

{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item}

code on line 11 of the jrAudio module's item_detail.tpl template.

However, as I suggested above, you will not need to do that now as the 'User Limits' module I mentioned above will provide the functionality you requested.
hth

but if there is a price the button is not available
izhmel
@izhmel
08/30/19 03:21:48PM
1,329 posts

download privileges


Using Jamroom

so what needs to be set is what quota gets download access if there is a price currently only admin can downloads if there is a price ..

I want to give download access to i.e. friends quota even if there is a price ..

I still cant find the code you suggested

{$exclude_button = ""}
{if $_user.profile_quota_id != x}
{$exclude_button = "jrAudio_item_download_button"}
{/if}
{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item exclude=$exclude_button}
izhmel
@izhmel
08/29/19 08:03:26AM
1,329 posts

download privileges


Using Jamroom

This was in earlier versions JR 3 , i.e. radio station , by selecting what quota you want to make the station from , select what quota you want to give download access to and how many per day and I don't understand why these features are taken away in JR6 ?

when you have been using JR from JR 3 you will understand about the missing features in JR 6 and want them back in JR6..

JR6 is a very good platform but it would be good to bring back some of those features i.e. snippets you could copy and paste a html code from any artist profile and the JR music player would be displayed on the on a website ..
izhmel
@izhmel
08/28/19 09:44:47AM
1,329 posts

download privileges


Using Jamroom

How can I add the downloads option under profile tweaks ? " Allow Downloads"

and add under 'Daily Limits' downloads limits , set the download limit to a desired quota i.e. 10 downloads per day , 10 downloads weekly
updated by @izhmel: 08/28/19 12:12:14PM
izhmel
@izhmel
08/28/19 09:07:50AM
1,329 posts

download privileges


Using Jamroom

paul:
Quote: There no jrAudio item_detail.tpl

Look for the item_detail.tpl template in the /modules/jrAudio/templates folder.

Also check that there is no template override file (jrAudio_item_detail.tpl) in your active skin. If there is, do the modification there.
hth

That is where I also looked
izhmel
@izhmel
08/28/19 07:40:58AM
1,329 posts

Embed Local media


Using Jamroom

Fixed now , thanks JR
izhmel
@izhmel
08/28/19 07:36:36AM
1,329 posts

download privileges


Using Jamroom

paul:
Try this in the jrAudio item_detail.tpl template, about line 11

{$exclude_button = ""}
{if $_user.profile_quota_id != x}
    {$exclude_button = "jrAudio_item_download_button"}
{/if}
{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item exclude=$exclude_button}

where 'x' is the quota ID for allowed downloads.
hth

cant find those codes .
There no jrAudio item_detail.tpl , only tpl with jrAudio listed below

jrAudio_black_overlay_player.tpl
jrAudio_blue_monday.tpl
jrAudio_button.tpl
jrAudio_gray_overlay_player.tpl
jrAudio_player_dark.tpl
jrAudio_solo_player.tpl
jrEmbed_item_list.tpl

I wish this feature could come back where you could check what quota to give downloads access to by just checking a box
  32