We have three subscription plans. Any user that is signed up to the Unlimited plan, can’t see the download links for files on the front end. Can someone have a look and see why they’re not visible on the front end? I’ll post temp login details in a private reply
This reply has been marked as private.
As an editor, I don’t see the button to generate download links. Can I activate this somewhere?
Dear Sir/Madam,
When I upload via the backend and send the link people cannot download.
The message that appears is: “No file attached with the package!”
Also when I upload more than 1 file, only the last one uploaded is kept.
Could you advise?
Best regards,
Cedric AKA
Dear Sir/Madam,
I am having an issue with the plugin.
When I upload via the backend and send the link people cannot download.
The message that appears is: “No file attached with the package!”
Also when I upload more than 1 file, only the last one uploaded is kept.
Could you advise?
Best regards,
Cedric AKA
Whenever someone clicks on a download button for an image file, it opens the image in a new tab with the direct link of the file.
This is a major concern since it basically grants unlimited access to anyone.
I have already checked download settings and both “open in browser” and “open in a new window” are turned off.
This is an example of what the new tab/window displays on the URL whenever someone clicks the download button:
https://www.DOMAIN.com/wp-content/uploads/2023/08/example.jpg
How can I make the button just download the file without showing the direct access or at least generate a random string with expiration?
This reply has been marked as private.
I have a site where users signup to a monthly membership and gain access to a certain number of downloads each month depending on their tier.
I want the download limit Reset Period to sync with when a members subscription renews. As I currently understand it, I can set a Limit Reset Period to 30 days but that won’t sync up with a members renewal.
Is it possible to sync them together so that the limit resets as soon as the subscription renews?
You can change it easily from the page template option in the pro version of WPDM.
For the free version, you have to modify the relevant template.
In this case, you can follow the below documentation,
Template Files
By default, you are using link-template-default.php
for the link template and page-template-default.php
for the page template.
Now copy the files you want to modify from /src/{ComponentDir}/views
dir to /{active-theme}/download-manager/
dir.
And you have to replace [download_link]
with <a href="[download_url]" class="btn btn-primary" target=_blank>[link_label]</a>
in related php file.
Thanks.
The good news is that the pdf files are all on the server in the folder /wp-content/uploads/
But none of the pdfs that are on our server show up in Download Manager
We are using a custom field, “iaomt_file_name”, which shows the name of the pdf file that was attached to the post.
example iaomt_file_name = Frankenberger-Amalgam-2021-1.pdf
you can verify it is on the server at that link.
https://library.iaomt.org/wp-content/uploads/Frankenberger-Amalgam-2021-1.pdf
Additionally, I went into the myphp (wordpress database) and verified that the database table holds the “post id”, the “iaomt file name” and the pdf file name itself are all linked.
This reply has been marked as private.
Hello,
I’ve been using the direct download link as recommended on another thread – download/?wpdmdl=
But when this link is clicked it doesn’t seem to change the download numbers. Is there a way to set this up?
Thanks
This reply has been marked as private.
Hello Peter,
Thanks to hear that you have found a solution. I am sorry for not being able to get back to you sooner.
For disallowing crawling by the Search Engine. You can Mask Download Link
, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings
. please check.
And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, Add the following code at the end of your active theme’s functions.php
:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
I hope it may help you. Please check and let me know for further assistance.
Thank you and regards
This reply has been marked as private.
When downloading from my server, I had full access to the file and I could download them from a direct link.
But with your plugin there’s direct download protection and I cannot download files in parts and track progress and save the file to disk
Will post more in private reply
Hello,
I can’t download multiple files that I uploaded to the server. The buttons just doesn’t respond. Button on link template works correct. The problem occurs only on page template. What I need to do? Thanks
You are right Nayeem.
I did not realize that this became a search field rather than a button activating a searching popup.
Maybe imho it should show the label “Search” and not “Select” as the user expects a different thing like a combo, but it works, thanks!
Still need to fix the all download page from the link I posted.
How can I do please?
Hello Alc Cad,
Hope you are well. The latest version shortcode will be,
[wpdm_archive button_style="default" template="link-template-default" cols=1 items_per_page="10" orderby="title" order="ASC" login=1 last_state=0]
I hope it will work fine for you. For more shortcode details and parameters, please check those from here,
WPDM Directory Add-on
The archive page add-on latest version is 4.4.6
please check and let me know, if you face any problem
Thank you and regards
Hello Bart van den Dool,
Hope you are well. you can use [audio_player]
or [video_player_800x500]
in your related page or link template. For more template tags, you can explore the doc here, https://www.wpdownloadmanager.com/doc/templates/template-tags/. please check and let me know
Thank you and regards
Hello carin otten,
Hope you are well. You can restrict categories for certain roles/users from the WPDM category edit option. For categories hierarchy, giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for the Allow Access
option or have to give a particular role on it like as I image attached or as usual for the select member option too,

because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
and Package Access = Package Access empty + Category Access(Author) = Author
or Package Access = Package Access(Author) + Category Access(Author) = Author
More details can be found in the below link,
Allow Access: Access Control Option
I hope you have understood now.
please check and let me know
Thank you again and regards
i changed my site from PHP 7.2 to PHP 8.1. now all downloadlinks are not working anymore. a new window opens and a the message is: Error: Secure connection failed
An error occurred when connecting to http://www.hohenthanner.de.
The website cannot be displayed because the authenticity of the data received could not be verified.
Please contact the site owner to let them know about this issue.
my download manager version is: Version 6.0.3
Hello Leo Almeida,
Hope you are well. Are you meaning download the files where the shortcode is placed? For that, you can customize the link or can also use prebuilt link-templates, to customize link templates you can use template tags from here,
Template Tags
for the download URL, you can use
[download_url]
Usage:
<a href="[download_url]" class="btn btn-info">Download Now!</a>
Or you can also use [download_link]
And for backup safely your files, you can follow this doc,
Template Files
please check and let me know
Thank you and regards
Hello,
i would like to override the link-template-bsthumbnail.php in my child theme but if i create a copy of this template in mychildtheme/download-manager/link-templates/link-template-bsthumbnail.php, my overrided tempalte is note considered…
im’ using the free version of download manager…
Any help ?
thank you