Please send temporary wp-admin login info in private reply to check the issues related to download count, download limit, and password limit.
About the 2 buttons, maybe one is coming from the file list which provides a single file download option. Everything is customizable in the page/link template. If something seems redundant to you, you can easily remove it by creating a custom template.
For emailed download link pacakge settings won’t apply because you are setting some custom rules like usage limit, expiration period etc when sending the email.
Sidebar View – [wpdm-archive button_style="default" order_by="post_title" order="asc" items_per_page="10" cat_view="sidebar"]
Default View – [wpdm-archive button_style="secondary" link_template="link-template-panel" order_by="post_title" order="asc" items_per_page="10" cols="2"]
Compact View – [wpdm-archive button_style="inverse" link_template="default" order_by="post_title" order="asc" items_per_page="9" cat_view="compact" cols=1]
Simple – [wpdm-archive button_style="inverse" link_template="link-template-panel" order_by="post_title" order="asc" items_per_page="12" cat_view="hidden" cols=4]
This page lists all directory add-on shortcodes https://www.wpdownloadmanager.com/doc/installation-usage/ Although it is missing some parameter info.
-
This reply was modified 6 years, 4 months ago by
Abdus Sattar.
Is your PayPal return link on payment, to the download address or to your web address?
Hi, thanks.
Now I have created for the client a download page.
Now we are sending link.
But can you still explain me:
1.)
Why Download count is not showing, after download the number will not change?
2.)
Why Password limitation is also not working?
I have tried more times but it has no effect?
3.)
Why Download limitation is also not working?
I have tried more times but it has no effect?
4.)
Why I have in your default site template two download buttons?
Thanks!
It is based on a custom session created by Download Manager. The session is based on the user’s IP, device, and browser.
After submitting details Download Manager is sending an email with the download link to the provided address. You have to enable the download instantly option ( http://prntscr.com/pylu64 ) to download instantly after submission.
And the customization I have added also based on this option. Try to download the second package after downloading the first one with email submission. The second download won’t ask for the email address.
Hi,
So, you want to send only a package URL instead of the download link. Then want the user to visit the download page and input the password to access the download.
It is possible but requires minor customization in emailPackageLink function located here /download-manager/admin/class.WordPressDownloadManagerAdmin.php Please send temporary wp-admin login info in private reply if you want me to update the code to remove the download link from the email.
Although, the password step seems unnecessary as you are sending the password via email why not just send download link.
Thanks.
Hi, thanks for fast answer, so for the moment what I can understand:
1.) This is not working for now? Or this will not work?
=► https://prnt.sc/pxuqg5
=► https://prnt.sc/pxura0
There can be different files, not only pdf which I need with password protect.
What I want is, I wanted directly send email link and after click on mail download button I wanted to be asked for password before downloading.
2.) “When you create the package and set 2 lock options, the file will be downloaded when the user completes one of the options.”
► Which two lock options? Where and how to set?
Thanks!
hi,
When you create the package and set 2 lock options, the file will be downloaded when the user completes one of the options. So, an emailed download link won’t ask for a password.
However, if your file is a PDF, you can Password Protect the file using PDF Stamper ( https://www.wpdownloadmanager.com/download/wordpress-pdf-stamper-plugin/ ) add-on.
Thanks
Hi, after I have created a dwonload file with password protect and send via email, ….
There will be no question for password before download?
What I am doing wrong?
I need that the email download link file will be also password protected?
Thanks!
You can use the wpdm_after_upload_file hook to email the uploaded file. This hook provides you path to the uploaded file. Please check the related documentation in the following link,
https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_after_upload_file-filters-applied-uploaded-file-name/
I have Download Manager Pro and I bought a bundle at the time which included the Stripe payment gateway which I use, my WordPress plugins panel is telling me there is an update to 1.4.0 for that, I click on the update link which takes me to the Download Manager plugins panel, I click the update button there, it blinks, then says success, when I reload the screen it goes back to saying update. If I click on the link to the plugin it takes me to the sales page for it, I have an up to date subscription, where can I either get the .zip file to manually update it or get the update panel to work, I think the update panel failure may be to do with the fact I am using the SSH SFTP Updater Support plugin in my WordPress installation.
Hi,
Masterkey is meant to override the permission settings. If you want to share the download only restricted roles then use just a simple download link without the masterkey.
Thanks.
Hi,
If you want to make any change to the template then clone it and edit the cloned copy. Here is a detailed tutorial on that https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/
Thanks.
Hello,
We use the short code below to create a table of downloadable files on a page that are private. One has to be signed into our website to view the page and the downloads. When the table lists the Title, it also shows the word “Private:” next to each download title. We would like to remove that text in both the TITLE and the PAGE LINK listed in the table. Please advise where we can manage and change this output of text. Thanks!
Example
Title of actual Download “Co-Extruder – English”
Title shown in the table “Private: Co-Extruder – English”
Shortcode
[wpdm_all_packages items_per_page="30" categories="English" jstable=0 order_by="field_name" order="ASC/DESC" cols="title,download_count|categories|update_date|page_link" colheads="Title|Language|Update Date|File link::355px"]
This reply has been marked as private.
This reply has been marked as private.
I have to check your CSV to find what went wrong. Also, could you please send the CSV download link in a new ticket? We will continue the discussion there. As you are not the author of this ticket you won’t be able to see any private reply from me.
This reply has been marked as private.
It seems to be working again now…
Can we hide the download part on certain Form Locked packages so there is just an email to the user with a external link (YouTube)?
Thanks
It seems to be working again now…
Can we hide the download part on certain Form Locked packages so there is just an email to the user with a external link (YouTube)?
Thanks
This reply has been marked as private.
We have only one file per package. Here is a link -> https://ninjatraderecosystem.com/user-app-share-download/pricevoice/
I was able to modify it from code previously sent like this:
$filepath = str_replace(‘\\’,’/’, $filepath );
$filename = wpdm_basename($filepath);
//modified to get the file name instead of random number
$tmparr = explode(‘.’, $filename );
$filename = get_the_title( $package[‘ID’] ) . “.” . end($tmparr);
wpdm_download_file($filepath, $filename, $speed, 1, $package);
Is there a better way to do this? Also, you had previously said a filter with the ability to use the download file name would be added to the front end, is that still a possibility?
Do you have only one file per package? Please send me a sample download page link. Depending on the number of files the code location will vary.
To fix the first 2 warnings go to Downloads > Settings > Default Values. Then set “Page Template” and “Link Template” options.
And to fix the other 3, please download this file https://www.dropbox.com/s/nkzpvrq5osgyu3m/wpdm-login-form.php?dl=1 and place it in /active-theme/download-manager/wpdm-login-form.php path. I have added patch here to fix those warnings and this template will override the default one.
This code no longer works in the latest update. The code block is now:
//$plock = get_wpdm_meta($file[‘id’],’password_lock’,true);
//$fileinfo = get_wpdm_meta($package[‘id’],’fileinfo’);
$filepath = str_replace(‘\\’,’/’, $filepath );
$filename = wpdm_basename($filepath);
$filename = preg_replace(“/([0-9]+)[wpdm]+_/”, “”, $filename);
wpdm_download_file($filepath, $filename, $speed, 1, $package);
//@unlink($filepath);
What do I modify to use the file name instead of the string of numbers as before?