Forum Replies Created
Hi,
From your shortcode, I see that you are showing 20 packages per page. Maybe initially all packages are shown but when JS kicks in 21st and rest of the packages are sent to paginated pages.
https://www.evernote.com/l/AUevNwFfE-9C6I-RZAtg7vIOiX8A5QB7WesB/image.png
Please send the URL to check if you think that’s not the case.
Thanks.
Category and package access are combined together to decide if the user can access a package. When you allow a category access to a specific user role, all packages of that category is accessible by that user role. It doesn’t matter what is set in package settings.
You will find more detailed explanation of access settings here ( check allow access paragraph ) https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
In your case, using only package access settings in the best solution.
Your production key was linked to fixwebsite.fixwiki.org I have unlocked it from there and verified in the production site.
https://www.evernote.com/l/AUfPv7n_J5NKC6QIIyWKz07s3X4HS4rPTJYB/image.png
Yes, you can bulk update page templates of old packages.
https://www.evernote.com/l/AUcwl5FwyNFH97zTFHgM80c4AdkqCZ-C-xgB/image.png
I have just shown one example of showing downloads. You can also use link templates too. Link Template gives you the power of controlling the frontend view of Downloads.
Install TinyMCE addon, you will find an easy way to use many shortcodes there.
Yes, it is possible to hide the table when the user is not logged in. You have to edit /download-manager/tpls/wpdm-all-downloads.php file.
Add following line at the top of the file,
if(is_user_logged_in()):
And this line at the bottom <?php endif; ?>
https://www.evernote.com/l/AUfo4VEHMWhL9oVCl4ZPoBsLtZeA9cKXP9IB/image.png
Sorry, It is not possible yet to search within documents.
Done, please check.
Changed files:
- wpdm-catman.php
- /tpls/manage-categories.php
- /tpls/list-categories.php
Okay, I configured it. BTW, I had to put a secondary email address dmnsoul22@gmail.com after login for account security, please remove that.
Yes, that was my estimate, so, no problem :), 1 hour. Thanks for you approval.
Even when user role is not set in the package settings, User can still access the package he/she has access to the category from category settings. Uncheck all roles in category settings to fix this issue.
https://www.evernote.com/l/AUefNf1uYQtKKacvA2fdUzGhlhT7_4GUj5wB/image.png
Maybe there is a JS error on the page coming from another plugin. Please try disabling other plugins to be sure. Send temporary wp-admin login info in private reply if you can’t find the issue.
Hi,
There is a bug in lost pass functionality. We have added the patch for the next update.
If you want me to fix this in your installation before the release of next version, please send temporary wp-admin login info in private reply.
Thanks.
Hi, Use [wpdm_frontend flaturl=0] shortcode to show frontend uploader UI.
Hi,
This option requires Default Values addon. You can get it here https://www.wpdownloadmanager.com/download/wpdm-default-values/
Thanks.
Image Button only replaces package download button. Button single file download button will remain as it was before.
https://www.evernote.com/l/AUe2Jf44DexPK64FVKCY8aUOXfHRGJjg-YoB/image.png
Yes, you can use custom templates for the dashboard. Please check the documentation here https://www.wpdownloadmanager.com/doc/template-files/
Please send temporary wp-admin login info in private reply to check the issue.
Could you please try disabling other plugin or switching theme. Maybe some other code is interfering here.
Also, go to your Downloads Settings Basic page Access Settings Panel and try refreshing the file browser root. Do you see the same issue here?
https://www.evernote.com/l/AUfXY4RQEQNDF4tnRM2ZlnlXlYA9dB2dqQwB/image.png
In frontend uploader page a user can see only packages created by him/her. Your subscriber user hasn’t created/added any post, so there is no post in his uploader page.
If you are trying to show packages a user can download then use [wpdm_all_packages] or any other download shortcode in a page.
Hi,
Sorry for the delay. somehow missed your post.
Here are the steps to import custom fields from CSV,
1. In your CSV file create a column for each field. Column title should follow this format, __wpdm_template_tag An example for your Attribution field, __wpdm_acf_ProtocolInfo_Attribution Column title is actually the template tag preceded by __wpdm
2. In CSV field mapping page, select Add Custom Field From dropdown for each custom field column.
3. Import the CSV.
Thanks.
Hi,
Looks like Download Manager has not been installed properly in your installation. There is no download-manager-files directory in your uploads directory. Maybe your server didn’t allow WPDM to create the directory during installation.
Please send FTP info in private reply to check directory permissions.
Thanks.
Sorry, somehow, we missed this post. The one drive integration instruction is still same, please give me temporary wp-admin login info and one drive login info, I shall set this up there for you.