I would also like to edit the all downloads list template.
When are you expecting to release this update? I have a delivery deadline of 30th April.
Thanks.
Up until I updated the archive page yesterday I was able to search & sort downloads no problem. Now the controls are all dead and not working at all. Could you please take a look, the page is here http://pielink.net/the-library-2/
I’ll add login in a private reply
Hi
I would like to edit the way the initial download list is displayed.
I have found the relevant file in download-manager/wpdm-all-downloads.php
but I don’t want to edit core files.
Is there anyway of changing this either in my child theme or in admin?
Thanks
SHoan,
is there a way to solve this problem? I cant use the manager like this. I bought pro because i thought its a nice add on to manage all my downloads, but if this isnt gonna work, i have a problem. Gantry is used on a lot of sites. A lot. And i cant fins anything that there are problems with it. I also bought the archive page add on. a pitty that there isn’t something to get it working. Isnt there a way to get it working???
@Shaon
Thank you for your reply. I need some time to play with [wpdm-all-downloads] and I’ll get back to you with a temporary wp-admin login info for you.
all add-on pack has lots of add-ons with additional features, but, if you want to show all packaged in a page, [wpdm-all-downloads] should work fine for you, but if you want any specific style there, there may require some customized link template, however please give me a temporary wp-admin login info, I can make one for you.
you need to edit wpdm-all-downloads.php
It should never mess up with post category, as just the labels are same, but the url slug and taxonomy slug is totally different and also url structure fot post category and wpdm category are totally different except you use same slug in settings option, in that case, use a different url slug for wpdm category in Admin Menu Downloads Settings page .
Yes, in menu manager it may looks like little confusing because of same label, but on expand user will understand seeing category names.
For those info, need to customize code in file wpdm-all-downloads.php
I see all downloads are working fine. However, when you select a file from browser it shown full path only in admin, because, file can be selected form anywhere in server, need to see full path to get exact location. But when you upload file always stores in same dir, so, don’t need to show full path their, as it is always same.
Ah please help. I changed URL from development Site to go live and now all downloads stopped working! I need fast help 🙁 When I click a file a new browser tab opens with a lot of cryptic signs…. is there a way to solve this?
Hi,
WordPress – 4.1.1
Download Manager Pro – 4.2.1
WPDM – Default Values – 1.2.0
Last Updated – We recently upgraded both plugins on April 4.
Our IE8 users are unable to download individual files or zipped packages in our production environment. Users receive the error in the attached screenshot. I can successfully reproduce the issue on multiple machines.
I can successfully download a file directly via the uploads folder path – e.g domain.com/wp-content/uploads/download-manager-files/file-name.ext.
Downloads in IE8 work in our staging environment with the only difference being – production is https and staging is not.
We have NOT had this issue with the previous or any other version of WPDM in the same sever configuration on the same host.
Steps taken so far:
Checked permissions – folder – 775, files – 644
Disabled/activated WPDM
Disabled/activated WPDM Default Settings
Disabled all other installed plugins individually and tested between reactivating each
Saved permalinks
Cleared the server cache
Note: To resolve and get production working again I had to roll back to version 4.1.8.
Thank you for your attention,
Mike Wilson
Hide everything option only hide descriptions and download link, but titles are totally depends on your theme. As you are using custom access level you can use short-code [wpdm_my_downloads login=1] to create dedicated page for use downloads.
I have been trying for days to get the plugin to do what I need with no luck.
I want to upload many images in a certain category. Then I want to show each downloadable image in that category. For each image I want to show a large featured image (not full size but large), a description of that download, a tag and an icon that downloads the full size image.
Ideally I would like to add code that will enable me to do this automatically for each downloadable image in that category.
Please help.
Cause of a server crash i needed to reinstall everything from scratch..
Now on some computers the large downloads are damaged.
When i download the file on XP, it errors, (this is not a windows application) or file is damaged.
On another computer the same file does work.
So im curious what can cause this.
Might i be forgetting to enable a php plugin?
Whats the recommended php version?
Uhh im not entirely sure where to search..
centos 5.11
Running, php 5.3.3 in fcgi
Apache version 2.2.3
After the upgrade I lost all my images of my downloads. Now there are just links to the left, and I wanted images to the left. Any idea what I need to fix? http://postpartumprogress.org/tools/
I don’t know if this is a conflict with my theme (Elegant Themes Divi), but on the category page I can click through to the individual file’s page and download files (most are email protected). On the /downloads page, the Download link was originally popping up a little box to enter email and name directly on that page, but it now doesn’t do anything (actually the page floats down as if the box has been drawn, but nothing is visible).
In “Inspect Elements” I see an error saying that chrome blocked the extension because “Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.”
So, is this a security issue? A problem with a setting at the WordPress level? Something that needs to be addressed in the theme?
1) actually I was not sure if there need to write a docs for installing translation as it only reequires to place language file in /download-manager/languages/
dir
2) To setup archive page go to Admin Menu Downloads Settings URL Structure Panel “WPDM Archive Page” Option Select “Enable” Enter archive page slug in the text box below Save Settings
Hello guys,
I need a bit help because I don’t find a soloution for my problem.
I use the Download Manager Pro for my customers and found out that all my provided downloads are listed in the RSS-Feed.
That’s a big problem because everyone can access to the download pages.
I tried some RSS-Plugins but nothing helped.
Hey
I’m interested in exactly this and this was (so far) the only existing thread I could find discussing what I am also trying to achieve.
This is a pretty old ticket now, is there a solution to this now that I’ve not been able to find yet?
Thanks
Edit: Found it.
Downloads > Settings > Access Settings > When user is not allowed to download > “Hide Everything”
This assumes you have set up user roles or you’re attaching packages directly to users with the Access Level addon
Hi,
I bought the addon for archive page but it is not working. No matter which selection I make it says there are no downloads / pakages found although there are files. Please help me!
Second quetsion is which shortcode is needed for this kind of page?:
http://demo.wpdownloadmanager.com/wpdmpro/all-categories/
WPDB PDF Stamper Plug In 1.4.0
3/20/2015
Bug: Wasn’t putting watermark on individual file downloads, only on package downloads. To fix this bug I changed the wpdm-pdf-stampers.php file on line 120 from
isset($_GET[‘ind’])?$_GET[‘ind’]:0;
To
$ind = 0; //isset($_GET[‘ind’])?$_GET[‘ind’]:0;
Then at the bottom of the fileProcess method I added stats counting, which it does not do on file download when the change above was made:
//wpdm_download_file($filepath, $filename, $speed, 1, $package);
global $current_user;
get_currentuserinfo();
$log = new Stats();
$oid = isset($_GET[‘oid’]) ? esc_attr($_GET[‘oid’]) : ”;
$indsc = 1;
$indsc = isset($_GET[‘ind’]) && get_option(‘__wpdm_ind_stats’) == 0 ? 0 : 1;
if ($indsc && !isset($_GET[‘nostat’]))
$log->NewStat($package[‘ID’], $current_user->ID, $oid);
//process filepath to create new file
$this->processPDF($filepath,$filename,$package[‘ID’]);
Obviously all of this gets wiped out when I update the stamper plugin. I’ve added this to my change log notes so that I can add this back in if this bug is not fixed in the next release.
This reply has been marked as private.
The color is coming from your theme, you need to remove color: #fff
from file /betheme/css/variables.css
, line# 195 as shown in following image:

And to remove your need to edit file wpdm-all-downloads.php
This reply has been marked as private.