Hello all,
I’m trying to figure out how to create a direct download link.
In my pages I want to have a button or a hyperlink text that directs to a download file.
I can get something like that but it will always direct to a page with a summary of the file and there a button needs to be pressed to download the file. What is want is to click > download the file NOT click > summary page > click > download.
Can somebody tell me how to download a file with a single click?
Thanks!
Hello,
Would you be willing to look into a conflict between your plugin and Ultimate Member plugin ?
when both are installed on the same wp, the ‘forgotten password’ > ‘password reset’ link doesn’t work.
It is because of the ‘key’ param in the url.
The problem is fixed by renaming the parameter in two files \plugins\download-manager\src\User\Login.php Line 226 from
$reseturl = add_query_arg(array('action' ► 'rp', 'key' ► $key, 'login' ► $user_login), wpdm_login_url());
To
$reseturl = add_query_arg(array('action' ► 'rp', 'wpdm-key' ► $key, 'login' ► $user_login), wpdm_login_url());
and the file download-manager\src\User\views\reset-password-form.php Line 15 from
$user = check_password_reset_key(__::query_var('key'), $login);
To
$user = check_password_reset_key(__::query_var('wpdm-key'), $login);
I know it’s not really a bug on your side, but it would be really kind if you could add this small change 🙏
Thanks
Regards
there is no download provided for the “Download Limit” addon in the all access download links. I purchased yesterday and it isnt there. Please provide it.
Is it possible to generate a download link for paid package so that users with the link could use it to download the file without having to pay or go thru a checkout process?
If it is not possible, what’s the best way to offer a paid file free for select users?
Thanks.