Forum Replies Created
Please assign the administrator role to the temporary user. I can’t edit or add page or manage plugins.
Could you please re-check the FTP info? It is not working.
Search Page doesn’t have pagination support yet. Actually, Directory add-on is the best option for such cases. It has lots of options to show packages in different ways, with the search option.
Hi,
Looks like there is a minor issue in this option. Each saves interchanges return and cancel URL. We will fix it in next release. Next version is coming soon, there are lots of improvements in next version.
I have saved both fields now there. That should work.
Thanks.
Please check this topic https://www.wpdownloadmanager.com/support/topic/updating-from-wpdm-pro-v3-to-v4/
You have to migrate your packages first using migration add-on.
Then deactivate and delete the old version.
Finally, upload the latest version.
Maybe, It is related to a core WordPress hook which is being used by both plugins. Try commenting out the following line in /download-manager/libs/class.Apply.php file ( line 31 ) ( although the error might move to another line that using the get_permalink function ! ),
add_filter("login_url", array($this, 'loginURL'), 999999, 3);
Try setting permission to 755
To disable the link, always use the custom link template ( the one without [page_url] tag ) when creating a new package. You will find the link template option in Package Settings meta box.
No, WPDM and JIG are not using same function or class. In you support request, ask them if they are applying login_url filter hook anywhere. This issue most probably originated from a premature call on filter hook.
Yes, you can disable the link. Use a custom link template for that. Just remove the [page_url] template tag from the custom template.
Maybe a permission issue. Please check the directory permission of download-manager-files fir.
Does Download Manager work if you disable your justified image plugin? Download Manager code on the reported line is a just simple call to get_permalink function which is a core function. So, most probably it is something in the justified plugin. Have you notified that plugin author about this? We really want to solve this for you. But doesn’t look like WPDM related issue.
– You can use the shortcode to show downloads anywhere you want. Use TinyMCE button to insert shortcode or copy the shortcode from “All Packages” page.
– Subscribers page lists all user info collected through email lock feature.
– Frontend settings pages are used for different purposes including redirecting users to the login page. Create a page for each of these shortcodes and set the page in each page option.
– All WPDM files are uploaded in /wp-content/uploads/download-manager-files/ directory. But you can attach files from any server directory to your download package. We do not recommend changing the upload dir as this change will be gone after each plugin update.
Hi,
Here are my suggestions for your use case,
Do not create a new package when there is a new version. Just upload the new file in the old package.
If you want to remove old version remove it when updating the package with the new file. Clicking the X button in attached files meta box before updating package removes the file.
Use the Version field to show the current version of the application to your users.
Let me know if you need any other info.
Thanks.
Hi,
If you want one-time payment why not create a package and set a price using Premium Package?
Membership plans require the recurring options. If you must use Membership, You can let your users know that they can cancel subscription any time they want.
Default Values add-on sets predefined values of package settings when creating a new package.
https://www.evernote.com/l/AUdqc1AaPipGyKJTrpLT7c3_XJi2oh5dAiwB/image.png
Sorry, I didn’t get what you meant in the first place. From you last reply, it is clear now you are trying to use default link template in category shortcode. But Default Values doesn’t handle that.
You can easily select the link template when inserting category shortcode. TinyMCE add-on has nice UI for that. No need to edit plugin code for that.
https://www.evernote.com/l/AUfdbPbDdNtNd4df123Z09qAE8acGTvVbSgB/image.png
Hi,
There is an action hook wpdm_register_form available which you can use to add extra fields in the registration form.
You will find the developer doc here https://www.wpdownloadmanager.com/doc/action-reference/wpdm_register_form/
Thanks.
Update plugin via FTP. After update, add the following line before return statement at the bottom of fetchTemplate function in /download-manager/libs/class.Package.php file. Or just let me know, I will add the code.
wp_reset_query();
https://www.evernote.com/l/AUc_cyZW8M9ACLoh1IdjUW4F2yH8EgmQ_D8B/image.png
Please send temporary wp-admin login info in private reply to check the issue.
Looks like the temporary user doesn’t have plugin editor access on the live site.
However, you can copy the download-manager from staging site and put it on the live site ( replace current copy ). That should fix the issue. Enable plugin editor if it doesn’t.
Happy to help!
Please check my reply in this thread https://www.wpdownloadmanager.com/support/topic/can-no-longer-arrange-files-in-a-package/
Yes, do it with each installation you have.
Are you using latest version in any installation? If you have no issue with the latest version then you can use it everywhere and this edit is already part of the latest version.
You’re welcome! Glad to know that the issue has been resolved.
Getting incorrect password error. Please check the login info again.
WPDM makes no call to the get_page_permastruct function. But to make sure it is not a plugin conflict we should try to activate WPDM after deactivating all other plugins.
You can disable welcome screen by commenting out the following line in /download-manager/admin/menus/class.Welcome.php file,
add_action('activated_plugin', array($this, 'welcomeRedirect'));
Commenting this line fixes the WP CLI warnings.
You will find the download history in stats page. Following screenshot is taken from your site.
https://www.evernote.com/l/AUc0gtfh_VVDgYyqdSTfYztU6DK0xePmDIcB/image.png