Done!
https://wordpress.org/support/topic/good-plugin-great-support-118/
Thanks again…
Thank you so much Nayeem! That worked perfectly. Warm wishes, Matthew
Thank you! That did the trick!
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!
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!
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!
Hi, I would like a multiple check option. Thanks!
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.
Thank you Nayeem! That’s soooooo much better!
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.
Awesome! Thank you!
Hi…I thought I just sent a detailed private reply but it’s not here…can I not see that? Thanks ๐
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
Thanks, it worked!
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…
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