Forum Replies Created
YEs, you can, unsubscribe all in one click from here http://www.wpdownloadmanager.com/support/users/anzeigenspezialist/
Actually, user will see download link as soon as they submit form, they only will need to token to communicate further, otherwise, they can ignore it. However, you can mention it in email message.
I just checked the source, actually no such URL there.
Probably it is because of file type or size restriction from your server, anyhow I need to check it in your installation to tell you exactly, in that case, please write me the file name, size and temporary wp-admin login info in a private reply. Thanks.
it is because, your php version is < 5.3.0 , if it is not possible to upgrade to php 5.4 , please give me temporary wp-admin login info in a private reply, I’ll adjust it for you.
The email edit add-on reference you seeing there is coming liveform add-on, still that doesn’t support custom email template. However, we are adding email editing feature with wpdm pro itself soon, so you will not need to use separate add-on. Additionally, that “Download After Submit” drop-down only will be available with wpdm free version, as free version doesn’t have custom lock option, in pro you will not need that option, you can activate form lock from package lock settings
I means, may you please give me your site URL to check, there is no such url like that from wpdm, probably someone manually trying that.
You only can do that programmatically, there is not ready to use option for that. Steps are:
- Get all post meta for meta key
__wpdm_files - Unserialize the values
- Replace old path with new path
- Serialize the values again
- Update the post meta with new value.
Thanks, got the issue, when there are too many files in google drive, the add-on causing some issue, anyhow update is coming soon.
@gohil, trying to check google drive, but it is asking for 2nd level verification, as I’m trying to login from different place, if possible please give me your verification email .
However I tested using my google drive account here http://3dmatic.com.au/?wpdmpro=test-from-my-google-drive-account and it just worked fine.
Please send the url. Send temporary login info in private reply too. Have to check by admin area to find any possible conflict. Thanks.
please give me your URL to check. The form view ( embedded / pop-over / popup ) will depend on template tag your used in link/page template.
- [download_link] – popover form
- [download_link_extended] – embedded form
- [download_link_popup] – popup form
Template Docs: http://www.wpdownloadmanager.com/doc/templates/
In case of form locks, wpdm actually will not send any email, as most times form plugin deals will email response.
Please mail to customize@wpdownloadmanager.com for quote
When you try to download a multi-file package, wpdm need to create a zip file from attached file to start download, which requires zlib in your server. Now zlib is not active in your server and that’s why package download link failing to download file, please ask server/hosting support to active zlib in your server.
Everything is ok now, I’ve adjusted issue with category access filed, also added the fix in my side for next update .
Please give me temporary wp-admin login info in a private reply to check your issue in details. Thanks.
In that case, you need to keep the categories within double quotes , like "cat1,cat2,cat3..."
Actually if you don’t want to affect package access settings by category, please uncheck any role from category. Then only package access setting will be in control. I’ve tested the front-end url and got it working fine. However, please let me know if I missed anything.
Did you change any code there? Please also send me ftp access to plugins dir in a private reply.
Hopefully within first week of next month 🙂 .
try disabling other plugins and changing active theme.
Please ask your hosting support to activate/re-check cURL. The error only shows when curl_init function doesn’t exist ( checked using function_exists functions ).