Allow me a moment to check the issue, I will give you an update shortly.
It would be helpful if you could provide a screenshot of the issue (in the summary/description field), as it’s not clear to me.
Welcome
Yes, Download Manager Pro is required for Default value add-on
For that you have to use, Default Values add-on and Download Manager Pro
Are you referring to setting access restrictions for a specific file, ensuring that only authorized users can download it while others cannot?
Glad to hear that 🤗
If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you
Then you have to modify the link template with the following code,
<div class="link-template-default card mb-2">
<div class="card-body">
<div class="media">
<div class="mr-3 img-48">[icon]</div>
<div class="media-body">
<h3 class="package-title">[page_link]</h3>
<div class="text-muted text-small"><i class="fa fa-calendar" aria-hidden="true"></i>
<span> Publish Date [create_date]</span></div>
</div>
<div class="ml-3">
[download_link]
</div>
</div>
</div>
</div>
Just paste the given code here: wp-content/plugins/download-manager/src/Package/views/link-templates/link-template-default.php
Version 6.6.1 is available now !! Kindly update the plugin.
We will be releasing another update soon, and I hope it will resolve the issue. Thank you for your patience.
kindly use this shortcode to show the publish date
[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|publish_date|download_link" colheads="Title|Categories|publish Date|Download::155px"]
This will be the final result,screenshot
Kindly check and let me know, if this aligns with your requirements.
We have checked the issue on our end, and the [download_link] is working fine. To investigate further, we need to check it from your end, so please share the login credentials for your site.
The login URL is not working, kindly check
Please share the wp-login credentials to check the issue thoroughly.
Hello, Martin
Could you kindly open a new ticket describing the issue? This will help us assist you more efficiently.
Regards
Try adding the following rule to your .htaccess file to make it work
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
We will look into the issue and provide you with an update shortly. I appreciate your patience.
Regards
Hello, Giulia
I hope you are doing well and thanks for reaching out.
You can filter packages by update/publish date, and category. Kindy check our directory add-on
Thank you for providing detailed information. We will update you as soon as possible.
Hello, Carina
I hope this message finds you well and thanks for reaching out.
Please share wp-login credentials in a private reply to check the issue thoroughly.
Regards
If you do not apply the reset days option of any specific role, this option(Limit Reset Period) will be used.
Could you please try disabling all plugins and switching the theme, except for the download manager? Then, save the settings to check for any potential JavaScript conflicts.
I have checked downloading two files, and the number of files downloaded matches the download limit count and the download history. It’s likely not showing due to the downloads being reset.