Forum Replies Created
Yes, there is a hook to add new menu items in WPDM User Dashboard. Please check the filter documentation here,
https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_user_dashboard_menu/
Add the code to your theme’s functions.php file. Do not modify the plugin file.
You can buy another Pro license from this page https://www.wpdownloadmanager.com/pricing/ It is the same approach as your first purchase.
Hi,
Sorry for the delayed reply. Looks like you deactivated the temp login. However, if there is any conflict the code I posted in the previous reply should redirect the user to the Homepage.
Best regards.
Please send temporary wp-admin login info in private reply to check the overlay issue. The add-on options very simple. The UI explains everything. Anyway, if you have any specific question please let us know.
To use the WPDM reset password form you have to set the WPDM login page at Downloads Settings Frontend Login Page.
Yes, you can change the Sign-Up email template from Downloads Templates Email Templates page. Template ID is user-signup
Use a link template that shows the download button. You can try Call To Action 3. Actually, all link template has the download button not sure which one you are using. You can send me the shortcode page link to check.
Please use TinyMCE add-on ( http://wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcode easily.
Looks like page load was incomplete due to a fatal PHP error. Please send me the PHP error log file to check. If you can’t locate the file, please ask your server support to help you locate it.
The page was empty because the shortcode doesn’t show a tag when there is no download assigned to it. I have assigned 2 tags in a package both tags are visible in shortcode page https://portal.multitalent.ag/en/download-tags/
https://www.evernote.com/l/AUdjavUxsORLGa8y6xAvehcM7zoo6K4uA4MB/image.png
I can’t access the plugins page using the temporary login. Looks like the PDF Preview add-on is not active there. Please allow plugins page access to check the PDF Viewer issue.
Hi Matt,
Thanks for choosing Download Manager.
About the logout issue, Where does it redirect now? I have to check your installation to find where the issue is coming from. Please send temporary wp-admin login in private reply.
Or
You can add the following code in your theme’s functions.php file to redirect logged out users to the Homepage,
add_action('wp_logout', 'wpdm_logout_redirect');
function wpdm_logout_redirect(){
wp_redirect(home_url(""));
exit();
}
Best regards.
I have re-arranged the menu items to make important pages easily accessible. Also tested the registration and login process by creating a test user. Worked fine without any issue.
File upload from frontend is working too. The upload shortcode you are using in your homepage is coming from File Hosting add-on.
And here is another approach to create a package from frontend https://filecost.com/frontend-upload/
Please send temporary wp-admin login info in private reply to check the login/registration issue. I will also set up a sample package.
You will find the detailed plugin documentation here https://www.wpdownloadmanager.com/docsfor/download-manager-pro/
Please feel free to ask any question you might have.
Could you please try installing the latest version ( 4.7.6 ) of Download Manager Pro? The version you are using is very old ( more than 3 years! ). You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Deactivate and delete the old version before installing the latest one. Your downloads will still be there.
The download is not working because your allow access field was empty. I have tested with ‘All Visitors’ and download worked fine.
https://www.evernote.com/l/AUddo2pjlZRKdqgmXV7PrTaR-vNzXd1hQbYB/image.png
It will install PHP 7 compatible version of the zip library
Please add this code in line no 332 and 374
Setting up guest order page is pretty simple. Create a page and place this shortcode there [wpdmpp_guest_orders]
To add this guest order page URL in your purchase confirmation email you have to edit the purchase-confirmation template from Downloads Templates Email Template page. Replace the [#order_url#] with the guest order page link and that’s it.
Please take a screenshot next time you see the login popup. Not sure yet where it is coming from. Maybe it is related to package settings. A package might require login based on access settings.
You can hide the download count using a custom page template. Just clone ( Downloads Templates Page Templates ) the current page template you are using now. And remove the [download_count] tag from there and save the template.
Now you can set this as you page template from package settings. If you need more info in custom templates please check the following links,
https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Building a WordPress Download Manager Link Template from Scratch
Hi,
We have changed the way membership levels are handled. Synced membership plans as WordPress native user role. This makes the whole thing more intuitive.
Now you will find all membership levels in Allow Access drop-down of package settings area. When creating/editing a package just select all membership levels you want the package to be part of.
https://www.evernote.com/l/AUe9ImolNHVAXqcgusWyL4dGaoxHTTxQhiQB/image.png
https://www.evernote.com/l/AUcWkxzP2BtCzLZNmaHZ1-Zq8S-qre86n1wB/image.png
Thanks.