Forum Replies Created
You may use this plugin:
not clear, may you please explain a little more.
Use can add constant define('WPDM_USE_POST_TAGS', true); in your wp-config.php to keep post tag instead of custom wpdm tags.
Noted for implementation with the next update.
Replace $company = wpdm_acf($post['acf_EmailLock_Company'],'EmailLock/Company'); with $company = wpdm_acf($package['ID'],'EmailLock/Company');
Hi, DropZone is explained here:
Hi,
Now, that message is not from wpdm. However, with wpdm, you can control user signup from:

BTW, you are not seeing invoice as your billing address is missing, you can the address from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=edit-profile
You’re welcome. If you get some free moments, please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, it will inspire us a lot.
You can update the plugin from plugins page in your wp-admin area.
Hi,
I’ve found the issue and released an update today, please update your copy.
You can control access to wpdm area only.
Define to following constant in your wp-config.php file:
define('WPDM_ADMIN_CAP', 'editor');
define('WPDM_MENU_ACCESS_CAP', 'editor');
And I need more explanation on Add a logout button to the navigation that only shows when logged in
Hi,
Digital Asset Manager can have full server access like any other file manager. But download manager’s attached files stores in /uploads/download-manager-files/ dir, did you meant the files in that dir. Though, at this moment, there is not option to detect which file attach or not. But it is noted for implementation.
Pro Membership template file to change that text is located here:
wppromembership/src/Account/my-account.php
To customize the template file make a copy if it to your active theme dir:
{active-theme-dir}/wppromembership/my-account.php
May you please try from another PC, also, post here any visible error in browser console.