Forum Activity for @paul

paul
@paul
08/31/19 01:25:32PM
4,326 posts

download privileges


Using Jamroom

Allowing regular users to download items that are for sale, under any circumstances is something that cannot be done within Jamroom.
Sorry
paul
@paul
08/31/19 01:58:56AM
4,326 posts

download privileges


Using Jamroom

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
paul
@paul
08/30/19 07:45:38AM
4,326 posts

form designer cache


Design and Skin Customization

Hi @michael-d - This is the bug that has been fixed. We'll get it released asap.
Thanks
paul
@paul
08/30/19 07:21:19AM
4,326 posts

download privileges


Using Jamroom

Actually, download limits by quota can already be done. Checkout the User Limits module here - https://www.jamroom.net/the-jamroom-network/networkmarket/155/user-daily-limits
paul
@paul
08/30/19 06:49:26AM
4,326 posts

form designer cache


Design and Skin Customization

We have recently found a bug in the Form Designer. We'll get that released asap and let you know. Hopefully it'll sort out your issue.
Thanks
paul
@paul
08/29/19 05:57:27AM
4,326 posts

download privileges


Using Jamroom

izhmel:
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

You're going to need a custom module to do this.
Maybe use this form to specify exactly what you need and then we can assess it and quote you - https://www.jamroom.net/form/project_overview

Thanks
paul
@paul
08/28/19 07:42:57AM
4,326 posts

download privileges


Using Jamroom

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
paul
@paul
08/28/19 12:39:57AM
4,326 posts

download privileges


Using Jamroom

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
paul
@paul
08/26/19 11:17:21AM
4,326 posts

question on new Password RESET button


Using Jamroom

I've just changed the password of an account that was created by the user (not admin) and no email was sent.
hth
  52