Matthew Kane

Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
in reply to: getMasterDownloadURL #165847

Matthew Kane
Participant
in reply to: getMasterDownloadURL #165824

Matthew Kane
Participant

Thank you so much Nayeem! That worked perfectly. Warm wishes, Matthew

in reply to: WordPress Database Errors #147295

Matthew Kane
Participant

Thank you! That did the trick!

in reply to: WordPress Database Errors #147133

Matthew Kane
Participant

Hello, I replied directly to your email but am not sure that got through, so here’s that reply again:

Hi, the downloads seem to work fine, but since I have hundreds per day my error log quickly fills up with those error messages and starts eating away my disk space. I deleted one yesterday that was over 8GB. Thanks…

To follow up, in the one day since I wrote you the error log on my live site is now almost 100MB from the wpdm error messages. Thanks!

in reply to: WordPress Database Errors #147108

Matthew Kane
Participant
This reply has been marked as private.
in reply to: Multi-Package Downloads #142800

Matthew Kane
Participant

Hi, might WPDM โ€“ File Cart work for what I need? Is there a way I could try it on my development site before buying? Thanks!

in reply to: Multi-Package Downloads #142686

Matthew Kane
Participant

It might also be good to be able to list by categories, but that’s not essential. Please let me know if you have a solution. Thank you!

in reply to: Multi-Package Downloads #142570

Matthew Kane
Participant

Hi, I would like a multiple check option. Thanks!

in reply to: Version 5.3.2? #141760

Matthew Kane
Participant

Thanks…so weird…the version I downloaded from your site was labeled 5.3.1, but when I updated using it WordPress reports the version as 5.3.2.

in reply to: Download Slow to Start #140046

Matthew Kane
Participant

Thank you Nayeem! That’s soooooo much better!

in reply to: Download Slow to Start #139888

Matthew Kane
Participant
This reply has been marked as private.
in reply to: Permalink Starting with Number Issue #116130

Matthew Kane
Participant

Hello EERV, Below is the answer from Shahriar. Good luck! Matthew

Replace line no 676 in /download-manager-libs/class.Apply.php with the following code,

if(preg_match("/\/download\/([\d]+)-([^\+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){

https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_

We will also add a patch in next release to fix this issue.

in reply to: Permalink Starting with Number Issue #116025

Matthew Kane
Participant

Awesome! Thank you!

in reply to: Permalink Starting with Number Issue #115968

Matthew Kane
Participant
This reply has been marked as private.
in reply to: Permalink Starting with Number Issue #115970

Matthew Kane
Participant

Hi…I thought I just sent a detailed private reply but it’s not here…can I not see that? Thanks ๐Ÿ™‚

in reply to: Download Filenames #110214

Matthew Kane
Participant

Hi,

Thanks for your reply. I’m generating links in the PHP template, so unfortunately the Single Column, Playlist won’t help.

You can see the issue by going here: https://meyersound.com/products/#discontinued and scrolling the Discontinued Product Resources list to find the UPQ-1P and UPQ-2P. If you hover over each of those you’ll see the following 2 URLS:
https://meyersound.com/download/upq-1p-resources/?wpdmdl=386462&masterkey=5d28e52a65069
https://meyersound.com/download/upq-2p-resources/?wpdmdl=386463&masterkey=5d28e54dd67f1

Each of the downloads is a zip with a different set of multiple files from a unique package, so their names should definitely be different!

Thanks, Matthew

in reply to: Invalid License Key!! #65159

Matthew Kane
Participant

Thanks, it worked!

in reply to: Access Download URL from PHP + #52979

Matthew Kane
Participant

Hi,

Thanks! That helped with the open in browser issue.

Unfortunately my site is currently only visible via VPN, so I’ll have to wait to sort out the issue with nivoLightbox until it’s accessible to the outside world.

I have one more question, but will start another thread as it’s totally off topic…

in reply to: Access Download URL from PHP + #52926

Matthew Kane
Participant

Thanks Shahriar…that worked. Unfortunately when I used it on a single post page there was a problem with the following function in download-manager.php

    function wpFooter(){
        if(is_single()&&get_post_type()=='wpdmpro'){
            ?>
            <script>
                jQuery(function($){
                    $.get('<?php echo 'index.php?_nonce='.wp_create_nonce('__wpdm_view_count').'&id='.get_the_ID(); ?>');
                    $('a.wpdm-lightbox').nivoLightbox();
                });
            </script>
            <?php
        }
    }

I was getting a not found for nivoLightbox which was halting my PHP code. I put a return in at the beginning of your function so I could continue developing, but was wondering if there’s a better fix so that the problem doesn’t return when I update your plugin.

One other question if you don’t mind…
Is there a way to have PDFs linked to with getMasterDownloadURL open in a new tab rather than downloading?

Thanks again,
Matthew

Viewing 19 posts - 1 through 19 (of 19 total)