I found the wpdm-all-downloads.php file and commented out the table cell/column. But, anytime I update the plugin, I will have to do this again. I tried making my own version of that file: wpdm-all-downloads-xyz.php but couldn’t get the files to display correctly. What else do I need to change in that file to make it work so I don’t have to re-do the edits each time I update the plugin? Maybe this is not possible?
Thanks!
You will not need the master key for the downloads where you didn’t apply any lock option. The purpose of the master key is to allow someone sudden access when the package is locked for the others. But when you need to keep a stable download link for any specific group of users, you can use role-based protection.
Sorry for the issue, it is fixed and updated in your installation, please reattach the files, and downloads will work fine.
Hi,
I have Enable Email Lock applied with ‘Download Instantly & Do Not Mail Download Link’ checked. The download doesn’t download at all – just says “Processing…” constantly.
When I unselect ‘Do Not Mail Download Link’ it sends an email with a link ok but it will not download straight from the site.
Also, where is the option to store the email addresses that users enter to get the downloads?
Regards
(I’ve posted the same yesterday, but the thread doesn’t show up. I’m not sure whether this is due to some shortcode in the title, so I’m posting again, hoping all goes well this time)
Hi there,
I’m using the following shortcode to display the downloads of a specific category:
[wpdm_category id="my-category," cols="1" toolbar=0 item_per_page=10 template="589db0cfea1f2" order_by="name" order="asc"]
This will result in the following HTML:
<div class=”w3eden”>
__<div class=”row”>
____<div class=”col-md-12 col-sm-6 col-xs-12″>
______My Download Title
____</div>
__</div>
</div>
When testing the reponsive design of my site, I realised a breaking layout when the viewport drops below 579px, which seems to be caused by Bootstrap’s col-sm-6
. With cols=1
in the shortcode I would expect col-sm-12
to be used in the generated HTML. Could you please confirm and / or provide a short term fix?

YMParticipant
Hello,
When the Admin selects a file that was uploaded externally to the plugin (through the media section), the front end package page cannot successfully locate the file for download.
When clicking to download an individual file, the browser tries to download a file called: file-not-found.
When clicking to download a zip file, the browser downloads a weird zip file, with the correct name, but with nothing inside but a .cpgz file.
The file browser on the Add New Package page lists the file, and adds it to the package no problem. Its just the user cannot download it.
NOTE: the wordpress does not organise wp uploads into year/month directories. Rather, they are all in the uploads/ directory.
Any thoughts? Thanks
Hey Team,
I am using PDF Documents in the DOC Preview and i think since i have installed a Plugin named “Mitglieder” to create custom Usergroups, and after trying it out, deleting the custom usergroups and trying to delet the “Mitglieder” Plugin, my DownloadManager Plugin seems to brake down. If i just put the mitglieder plugin back on the server, without activating it, everything works again.
I think the DM has an entry with any of the created usergroups, wich do not exist anymore, so it stops working.
I think that was the time, where the doc preview did not work anymore.
If i select a Pro Membership the doc preview is not working anymore.
But we need the Memberships, because thats the only way we can handle the userights. (Waitng for next update for multi Memberships)
The Downloads need to be set to “all visitors” to get the doc preview working. Anyway… now it is not working.
Could you please check the DM Plugin?
User and pw below.
Thanks allot!
This reply has been marked as private.
Hi,
Do you have any add-on or a solution for the following?
I would like to filter my downloads such as Adverts, Pictures, then Clothing, Electronics and so on, and to download all media left from the filtering options. To have a some sort of button next to the filter that would download the files associated with the products shown on that page.
If I choose Adverts, I will only see adverts and the button should allow me to download all of them. If i sort further and I choose adverts for clothing, then the same button to download the mediafor the new filtered products shown.
I know this is a bit complex, but you guys have something in the pipeline.
Thank you.
Hi @shahriar, my project is totally stopped and I cannot publish the website until I don’t finish the downloads section.
I really need an help please
Hello,
I bought into the full pro pack with all add-ons and Stripe Gateway. The Stripe gateway shows up for downloads but not for Memberships.
My understanding was that the gateway would allow me to sell files and memberships with stripe.
What else do I need to do?
Thanks
When I page through my downloads by clicking ‘next’ or ‘previous’ they are in order by how they were entered in the admin (backend). Does your short code apply for this?
I would like them to display alphabetically when paging through them by clicking ‘next’ or ‘previous’
This reply has been marked as private.
I’m not using it anywhere at the moment because I took it out. I was using the code provided to me to create a new column in the show all files shortcode template wpdm-all-downloads.php which I’ve duplicated in my theme folder.
$package = \WPDM\Package::get($ID);
echo $package['author_name'];
echo $package['author_profile_url']; ?>
So basically I’ve added a new header <th> called Author and cells <td> that should output the package’s author name and a URL to the author’s profile.
File search is ok now, has to activate file search Admin Menu Downloads Settings Frontend ( file search only will work at details page ):
http://speakinglatino.com/members/download/thanksgiving-vocabulary-printables/
Download Links are active now too:
http://speakinglatino.com/members/holiday-vocabulary-activities/
But I’m not seeing any issue with AWS, all buckets and files are accessible, please let me know If I am missing something.
The code you provided did not work in wpdm-all-downloads.php. I added a new table cell to hold the info and it just appears blank.
Does this work with do_shortcode, for example if I wanted to add it to the template wpdm-all-downloads.php? Or how should I add it to that template?
Also, I had a quick question regarding potentially installing/using buddypress for a forum/means of communication between users — is it compatible with your plugin?
here is the ebooks page with our first pdf – using as a test to make sure all is proper… then will add a lot more pdf files…
https://www.americannursetoday.com/nursing-ebooks/
when a user clicks the download button, they should go to a separate page with the gravity form (form lock add-on installed). Currently a pop-up type form thing happens that look really bad.
the user fills out the form, then, upon submit of that form, the user downloads the pdf… additionally, an email is sent to the user to download. (email entered into gravity form).
I can’t figure out how to accomplish this.
I mean each time you add a package, for the attached file, I add an URL for the file to download (on an external server, i don’t use the “upload” function), this URL is set by me.
now all my packages have a URL http://ns32……… but i’m moving all my files to a server named http://ns42….. (still an external server, not the one where WordPress is set)
so all my downloads will not work, i can actually go inside each packages 1 by 1 to update the link to the new server, but doing than more than 3000 times is not what i want.
I tryied to modify those packages link directly into the database, but when i do that, when i edit a package, attached file URL is empty.
What are my solutions?
This reply has been marked as private.
You can use following short-code to display all downloads in a alphabetically sorted table,
[wpdm-all-packages items_per_page="20" jstable=1 order_by="title" order="DESC"]
Update to previous post.
Enabling any of the “lock options” results in inability to download.
Removing lock options allows downloads, so there is an error/bug somewhere in the lock options part.
Enabling linkedIn sharing or facebook liking even results in not loading the page completely so it seems there is a major issue.
Havent tested with all template styles, but that doesnt seem to be the issue, it is enabling any of the locking options.
Ok. I deleted V4 and installed 3.37 again. All Downloads are back.
but also with an new and valid license the plugin do not let me add a new download or manage my 350 galeries. It still swithes emmediatly to the license site …
What can I do? Spending 45$ again …
I was happy with 3.37, because I did not want to change all 350 ID´s ….. but I need to add new downloads
This reply has been marked as private.
Please follow the following steps:
- Create a dir named
download-manager
inside your active theme dir
- Copy
wpdm-all-downloads.php
from plugins/download-manager/tpls/
dir to the dir you created in step #`
- Now you can edit copied
wpdm-all-downloads.php
the way you want.