ibradley

Forum Replies Created

Viewing 11 posts - 51 through 61 (of 61 total)
Mar 28, 2020 at 12:26 am
#122943
Participant
ibradley
OP
This reply has been marked as private.
Jan 31, 2020 at 10:22 pm
#119365
Participant
ibradley
OP

We have the same using when trying to download using IE 11 from a page without password protection:

https://pocketprograms.com/erp-scale/download/erp-scale-pse-downloads/

JS error is:

SCRIPT1006: Expected ‘)’
autoptimize_8ce6566e8a24c14366427ea569f3ec44.js (12,518)

Oct 30, 2019 at 11:09 pm
#114156
Participant
ibradley
OP

Thanks for your help, that is working now.

Can I suggest you add this information to: https://www.wpdownloadmanager.com/doc/short-codes/

Oct 27, 2019 at 11:44 pm
#113985
Participant
ibradley
OP
This reply has been marked as private.
Oct 27, 2019 at 11:36 am
#113959
Participant
ibradley
OP

Hi,

thanks, we have included the change and it displays downloads from child categories.

However, if we try to include downloads only matching multiple tags using:

[wpdm_category id="erp-scale-pse" tags="web" cols="1" order_by="create_date" toolbar=1 desc=1 item_per_page=10 template="link-template-calltoaction3.php" operator="AND"]

We get an empty list.

How do we get only downloads listed which have both of the tags web AND dropbox assigned?

Oct 15, 2019 at 7:29 am
#113534
Participant
ibradley
OP

Thanks for the information.

We got the upload to work now.

We did discover a bug in the controllers for tags and categories:

The function create_item validates that the element term exists in the request. However, the JSON contains the element name.

Notes:

We are using C# to generate the packages:

1. We weren’t able to send a PUT request from .NET. We copied the PUT routes and created POST methods for the $this->rest_base . ‘/(?P<id>[\d]+)’ routes.
2. The standard .NET http client does not support sending GET with content. See here for an alternative method.

Oct 8, 2019 at 9:58 am
#113300
Participant
ibradley
OP

Hi,

this is the short code:

[wpdm_category id="erp-scale-pse" tags="web" cols="1" order_by="name" toolbar=1 desc=1 item_per_page=10 template="link-template-calltoaction3.php"]

For your information: Each time we create a new version of our software, we create a new category which is version specific. e.g. erp-scale-pse-v4-0-2-b19233. We then make the parent of the new category (erp-scale-pse-v4-0-2-b19233) the category erp-scale-pse. This automatically displays the latest release on our main download page. When the next version is released, we change the parent of category erp-scale-pse-v4-0-2-b19233 to the the category old-releases. Using this we can quickly move versions between the current release page and old releases pages.

Note: On the old releases page we currently add each previous release individually in a separate block with a separate short code. It would be great if we could get a similar layout by just adding the “old-release” category and the child categories are automatically listed as a separate block with the category title as header and the files listed within the block.

Thanks for your help
Ian

Oct 6, 2019 at 5:50 am
#113268
Participant
ibradley
OP

Hi,

the API is working – This issue is with making calls from .NET.

Oct 6, 2019 at 4:37 am
#113267
Participant
ibradley
OP

Hi,

is including packages belonging to child categories now a standard feature (Without adding the child categories explicitly to the short-code)?

If not, can you publish the code changes required here.

Thanks
Ian

Oct 1, 2019 at 9:27 pm
#113120
Participant
ibradley
OP
This reply has been marked as private.
Oct 1, 2019 at 8:06 am
#113101
Participant
ibradley
OP
This reply has been marked as private.
Viewing 11 posts - 51 through 61 (of 61 total)