no
When you are trying to allow editor level to manager wpdm from wp admin area, add the following 2 lines in your wp-config.php:
define('WPDM_ADMIN_CAP', 'editor');
define('WPDM_MENU_ACCESS_CAP', 'editor');
When you are trying to allow editor level to manager wpdm from wp admin area, add the following 2 lines in your wp-config.php:
define('WPDM_ADMIN_CAP', 'edit_posts');
define('WPDM_MENU_ACCESS_CAP', 'edit_posts');
You may use:
Try using add_filter("wpdm_allowed_path_check", "__return_false");
It the situation is because, your server is blocking html code with POST request. Please remove html from any option value, use only plain text.

I’ve removed html and used plain text, now save settings is working fine now.
not necessarily. You can clone link-template-calltoaction4.php to create a copy of that template from wp-admin menu ► downloads ► templates and update texts, then use the new template with your shortcode.
We are checking this in details.
Need administrator access.
Hi,
Sorry for your inconvenience. Your orders are active now and, you can access to pro support and updates.
Hi,
Use the shortcode like this:
[wpdm_all_packages items_per_page=10 jstable=1 order_by="update_date" order="DESC" cols="page_link,file_count,download_count,description|package_size|categories|update_date|download_link" colheads="Title|Size|Categories|Update Date|Download::200px"]
Also, did you try using [wpdm_packages] short-code, you can specific link template there and :
[wpdm_packages] – WP_Query in a shortcode for download manager packages
Resetting individual download limit is possible if you are using the download limit add-on:

Please update WordPress Download Manager to the latest version. Seems like your are using a very old version.
Yes, you can do that using the following code:
add_filter("PrivateMessage/Message/RestAPI/getMessage", function ($message) {
//todo: replace "custom_profile_url_function" with proper code
$message->profile->url = custom_profile_url_function($message->profile->ID);
return $message;
});
When you download multiple times in a single session, it just counts as 1, decrease the limit for once only. Kept auto-download to reduce user action. However, we may add an option to enable disable auto download with reCaptcha.
may you please give me you URL and a screenshot or make a short video to check your issue.
give me temporary wp-admin login info in a private reply to check.
Use the following code:
add_filter("wpdm_user_dashboard_menu", function ($items) {
if(isset($items['my-downloads']))
unset($items['my-downloads']);
return $items;
}, 99999);
They implemented a custom shortcode wpdm_customtree
To migrate wpdm data from one site to another site, you simply can user wp’s native export/import option.
yes, that will require customization, your current ui is also built on wpdm pro. It was customized. Please contact our customization team for quote.
Your can change those text directly from link-template-calltoaction4.php.
As I see, you are using a custom wpdm extension DMS Custom Re-ordering “dms-reorder-old-old”, it is not developed by us. To fix the issue, you may need to contact the original author or contact our customization team: