1 ) File Manager is available on frontend page now. Although there is a file upload issue with latest WP, we are fixing it soon and will release the update within 24 hours.
2 ) You can’t change page template in WPDM Themes as the template is controlled by theme in this case. If you want I can disable/delete theme template to use page template from package settings.
Hi,
Thanks for the purchase.
1 ) If you want to show packages from a specific category then use category shortcode. Please install TinyMCE add-on to insert shortcode easily.
2 ) You can check download history from Downloads Stats Downloads History tab. To check user specific stats click on ‘Download Stats’ under username is All Users page.
Best regards.
Here is the code to show package categories,
<?php the_terms( $package_id, 'wpdmcategory', 'Categories: ', ' , ' ); ?>
Related doc – https://codex.wordpress.org/Function_Reference/the_terms
Utilize the edit_user_profile_update hook to save custom user info. Here is the link to official documentation https://codex.wordpress.org/Plugin_API/Action_Reference/edit_user_profile_update
Please check now. I have updated the shortcode ( [wpdm_frontend flaturl=0] ) to fix the 404 error.
Unlocked your key from previous domain. Please try again, It should work now.
Usually, save_post filter is used in these cases.
Hi,
It is your theme ( Manual ) which is creating this issue. I have tested the scenario with another theme and there was no issue. Your theme is using some filter to modify post data during the update. Please ask theme provider to check the issue. If the filter is needed for some reason ask them to exclude WPDM packages from the process.
Thanks.
It requires some code customization. You have to create a new template file for the archive view you are using. Which view are you using? You will find the custom template doc here https://www.wpdownloadmanager.com/doc/template-files/
On the frontend, you can edit/manage only packages created by you. But you can, of course, download files created by others.
You can view the package by clicking ‘View’ link from ‘All packages’ admin page. If you want to show all packages then use [wpdm-all-packages] shortcode to list all downloads in a tabular format.
Yes, it is possible. But requires code customization. We can build it for you as a custom upgrade service. If you want to proceed, Please mail to customize@wpdownloadmanager.com with your specifications to get a quote on this.
There are some JS errors on the page. Did you disable Download Manager scripts from settings? Looks like bootstrap js is missing. Try enabling it from Downloads Settings Basic page. If that doesn’t fix it send temporary wp-admin login info in private reply.
You can changes email templates from Downloads Templates Email Templates page. The one you need to edit is “Email Lock Notification”.
Please check now.
Changed the line no 9 in /download-manager/tpls/list-packages-table.php
Update code is $Q = isset($_POST['q']) ? $_POST['q'] : false;
The server is returning 500 error when login credentials are not valid. I have to run some tests to find the reason behind it. Could you please send FTP info in private reply?
Unlocked your key. It should work in your new domain now.
Hi,
You can upload files to S3 bucket from add/edit package page. Everything works fine there.
https://www.evernote.com/l/AUeFI7xLUlVMNLf2StRblIXx_k9bM1YtEl4B/image.png
There are some issues in Amazon S3 Manager β ( Downloads Amazon S3 ). It is still in beta version.
Thanks.
Please create a custom link template from Downloads Templates page with the following code,
<a href="[download_url]">[thumb_100x100]</a>
Use this custom link template with your shortcode to show the pacakge featured image with the download link. You can adjust the image size ( I have set it to 100×100 ) to match your requirements.
Or send temporary wp-admin login info in private reply, I can create the custom template for you.
Hi,
Tree shortcode hides the packages when the user doesn’t have access to it. Maybe your package accessible to the user from category settings.
However, Please send temporary wp-admin login info in private reply to check the issue in your installation.
Thanks.
Unlocked your key from dev server. You can use the license key in your new domain now.
Please deactivate and delete the old version. Then install the latest version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/
You can update the future version automatically from the plugin dashboard.
Yes, you have the Pro version and 4.7.2 is the latest one. You will see an update notice below the plugin name when a new update is available.
Do you mean sort by package/download name?
You can add order_by="title" to sort by title.
Here is the link to shortcode doc https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
Please re-check the login info. It is not working.
Thanks for the suggestion and taking your time to post the customization code. I understand your position on this. But the requirements actually varies user to user. So, we kept the most direct approach to count the category packages.