Hi there,
Is it possible to show the package links using their original permalink rather than the https://www.examplesite.com?wpdmdl=999 structure?
Is there a setting for this as I would like to show the download package link as:
https://www.examplesite.com/download/mypackage
rather than
https://www.examplesite.com?wpdmdl=999
Hi,
I have bought Downloadmanager pro. Automatic update is tried every day now in the middle of the day, and takes downmy complete website. Then the update fails.
As the update fails I would like to manually update download manager, but I can’t find anywhere the link to the download. When I login in the download area, I can only see that I downloaded the program many times via automatic update, but nowhere a link to a direct download.
Can someone help me please?
Thanks!
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
How do I close the form after someone has entered their name and email address?
I am using the form to send an email to them with the download link.
thanks
Another problem is, when the user receives the download mail and klicks on the link, the dowload page is opened with the registration window in front.
Once you hit the send button there, the download starts; but the page stays in place with the send button window in front. Ich you do not close that pop-up window manually, you can klick the send button again and again here and the ‘Success’ meassage pops up again again …
How can that registration pop-up window be closed automatically, once I clicked the download link in the mail?
No, the template is ther; but it has a ‘Download’ link in its text part which has been changed and does not work anymore now.
I need the right default value for this link.
This seems to be a possible solution to have the Zipped package button not display
.w3eden .btn.btn-xs {
padding: 5px 8px 5px 8px;
font-size: 9px;
display:none;
}
.wpdm-download-link.btn.btn-link.btn-lg {
border-radius: 9px;
display:none;
}
This reply has been marked as private.
Do you want bulk upload packages or bulk link files of amazon s3 to your existing packages, have you check this doc, https://www.wpdownloadmanager.com/doc/bulk-import/, please let me know
thanks
No, you can also set custom Link template and Page template too, you just have to put Link template or Page Template ID in your CSV file, please check Column headings for CSV file here, https://www.wpdownloadmanager.com/doc/bulk-import/, please let me know if I missed something
thanks
This reply has been marked as private.
Hey there, I’m using an access manager “Ultimate Member” to restrict access on my site. I’m not sure if its the issue or if WPDM is the issue but even with no restrictions assigned to the download it still just redirects to the home page. When I set my role to “Administrator” I can download the file just fine but even if I have every other permission assigned to me without admin I can’t download the file. Is there some kind of access I’m missing here?
Hi there,
we are just linking to our categories like http://www.something.com/downloads/social-media/
which does the job as it should.
But now we want to sort our downloads by title.
Any information on this?
Thanks in advance
-
This topic was modified 5 years, 2 months ago by
zweigelb.
Yes, the table wp-ahm_asset_links created with the download manager plugin, can I help something with more, let me know
thanks
As your shared link,

we have not such feature for filtering packages, but you can get it from https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ this add-on or required customization, need from assist from customization team, please let me know
thanks
The problem is not solved but I disabled the admin temporary user because some of your changes (Block download links only setting and the Category setting you suggested) create a serious data breach and I can’t let it happen again, I prefer to use the [wpdm_my_downloads] shortcode that is the only shortcode correctly functioning with WPDM Advance Access Control
please use [download_count] template tag in your page/link-template PHP file, for more template tags, you can visit this doc, https://www.wpdownloadmanager.com/doc/templates/template-tags/
thanks
The login credentials are not working, has the problem been resolved? please let me know, I have Block download links only from Downloads basic settings only for checking, please let me know
thanks
Sorry for your inconvenience, it is working fine now here, https://www.antarescooperativa.it/105-2/, you have to give the User Access from here too as I image attached,

from the edit category section, thus it should work. I have changed a small change for checking this issue,
When the user is not allowed to download > Block download links only from Downloads basic settings
thanks
I thought from a comment in these forums several months ago that the issue of download manager updates not working when done from the WordPress GUI had been fixed, they have never worked for me and still do not, other packages for Download Manager such as Premium packages and WPDM stripe update fine but I always have to do the download manager updates manually. It makes me dread seeing yet another download manager update as I have to go into the server via SSH and do the update manually again.
I have looked in the web server logs and the php error logs there is no indication of any errors the update just fails and that is it, but as I said every other plugin updates fine including other plugins for download manager it is just the download manager plugin itself that has always failed.
I use the SSH/SFTP Updater support plugin, but that works fine with all othe other updates including the Premium packages and WPDM Stripe plugins, so I don’t know what is different about the download manager plugin, one thing I notice is when I click ‘view details’ link for that plugin on the plugins page in my WordPress installation it says ‘plugin not found’ whereas all the other plugins display the plugins page from from the WordPress plugins site.
Thanks. Given I’m using a code provided by you on your website, perhaps you could update your documentation to reflect that the code may need tweaking to work.
The code I used is from this page: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Which states:
“This Short-code will list All Packages/Downloads in tabular format with sorting and searching options:
[wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
If there are things to change by the end-user, I just feel it should be clearer for your customers. I would certainly hope that any further advice you provide is not so condescending (ie. “just do it properly”), or I may look elsewhere for another solution for our website.
wpdm-tags is somehow missed from the tiny-mce add-on, however, you can add it from here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
[wpdm_tags btnstyle="link" icon="tag" showcount=1 cols=3]
Parameters:
— showcount: Show ( 1 ) or Hide ( 0 ) number of packages in a category
— cols: Number of columns
— icon: Font awesome icon
— btnstyle: Button style, possible values: link | secondary | primary | success | info | warning | danger
thanks