The slight problem is, when someone logs in to handle all the uploads for the users, they go to the backend. Thre is no backend screen that shows all the Packages/Downloads, assigned to each user.
From what you are sayingw e need to create a link in a custom menu, that goes to a page using your Shortcode.
What exact shortcode do we need on a page, that will show ALL download Packages, and then be able to filter by user? (or search by user)?
” And for your requirement you may trying from Downloads > All Packages section there will be a dropdown where anyone login or the administrator can filter packages by Author. Please check and let me know.” This won’t help. As this is for example, things that I personall yhave uploaded. I want to know ANYONE has uploaded and assigned to a particular member.
Simon
Hello, Varinder
I hope you are doing well and thanks for writing to us.
Unfortunately, exactly the same table is not possible in Download Manager. Kindly pay a visit to our demo site for alternatives, here is the link
Regards
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
If you are facing an issue with the download label you can use this <a href="[download_url]" class="btn btn-primary">Download</a>
instead of [download_link]
template tag in your link/page template. please check and let me know, if it works for you.
Thank you and regards
This reply has been marked as private.
Hello Christian,
Hope you are well. And thanks for writing to us. It is not a translatable string or text, it is a template tag for creating download links of the packages. I hope you have understood. please check and let me know, if you have any more queries.
Thank you and regards
Hello,
how can I change the translation of the download_link in a link template? See have a look at this screenshot for clarification: https://imgur.com/a/Om7S6cg
Since it is not a string, I cannot find it in WPML or/and Loco Translate.
Best regards,
Christian
Hello Nrupesh,
Hope you are well. Thanks for writing to us. You can use [view_count]
and [download_count]
template tag in your link/page template. For more template tags you can visit this doc, https://www.wpdownloadmanager.com/doc/templates/template-tags/. Please check and let me know, if you have any queries.
Thank you and regards
Hi
Is there a way to know how many people clicked on the deals that take you to external link? Or to show how many people opened the deals page, and then how many clicked out to the external url? I am struggling to find those stats as most of the stats are around downloads.
Thanks!
Nrupesh
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hello Chris Clarke,
Hope you are well. Thanks for writing to us. Are you talking about pdf viewer View Button as I image attached,

and for favorite button you can use the [fav_button]
template tag in your link template, for more template tags, you can check the doc here,
https://www.wpdownloadmanager.com/doc/templates/template-tags/. please check and let me know.
Thank you and regards
Yes, you can customize. You can change the login page various links changing file links from this directory wp-content\plugins\download-manager\src\User\views\login-form.php
file. And you can keep the file backup for any plugin update following this doc, https://www.wpdownloadmanager.com/doc/template-files/. Please check and let me know, if you have any queries.
Thank you and regards
Thank you for your help. Exactly, if we change the login page to “None Selected”, then it fits, but the links (Login, Forgot password, …) point to the WordPress standard. And we don’t want that. These should point to “https://loewe-med.de/download-login/” or “https://loewe-med.de/download-login/?action=lostpassword”, for example.
Can this be customised somewhere? Then we would be super happy :-).
https://loewe-med.de/wp-content/uploads/2024/05/wpdm-link-01.png
Thanks!
This reply has been marked as private.
Hello, A.D.
I hope you are doing well and thanks for writing to us.
Kindly use Link template called Default Template (compact)
. It will hide the download page.
Regards
This reply has been marked as private.
Hello Tahasin,
That’s the code :
<div class='card card-default'>
<div class='card-header'>[title]</div>
<div class='card-body'>[excerpt_100]</div>
<div class='card-footer'>
<div class='row'>
<div class='col-lg-6' align='left'>[download_link]</div>
<div class='col-lg-6' align='right'>[fav_button_ico_sm]</div>
</div>
</div>
</div>
This is the preview : here
And this is the result : here
I try a lot of possibilities, but nothing work.
When an individual with access to downloads shares a download link with another user, and that recipient downloads the package through the provided link, the usage of that link is recorded as a guest download
I’ve got a site where the flat archive shortcode is not working – I’ve tested plugin/theme issues by changing to the 2024 WordPress theme & disabling all the plugins except the WP Download plugin.
Here’s a link to a test page I’ve got running (currently still the 2024 theme & no additional plugins)
shortcode test
Here is the shortcode that I need working:
[wpdm_archive_flat category=”soff-newsletters” include_children=1 order_by=”post_title” order=”desc” items_per_page=”999″]
This shortcode is from another site that has a simpler category structure — it is working perfectly (https://savethewhiskers.org/resources/) — if you look at my test page, you’ll see it is one of the shortcodes that is not working.
[wpdm_archive_flat order_by=”post_title” order=”asc” items_per_page=”999″]
Hello Jeremiah Castillo,
Hope you are well. And thanks for writing to us. You can change the Link Label of Add To Cart from Downloads > Settings > Premium Package > Add to Cart & Checkout Buttons
section as I image attached,

please check and let me know, if you have any queries.
Thank you and regards
This reply has been marked as private.