Search Results for 'download link'

Viewing 25 results - 4,551 through 4,575 (of 9,325 total)
  • Author
    Search Results
  • #95976

    Shahriar
    Moderator

    You can remove those links by overriding the email template. To modify the template copy it from /download-manager/email-templates/ directory. Then place it in your /active-theme/download-manager directory and make necessary changes. But keep the same file name. Now, this new template will be used to send emails.


    Anthony Lai
    Member

    Sorry, I guess I don’t understand how the Block Emails function is supposed to work. Can you explain it to me or direct me to a place that discusses it in more detail?

    I assumed the function would refer to the list of email addresses I entered and prevent the system from sending or receiving any emails to those addresses. Specifically, I want to specify a domain I could enter in the blocking list (for example xxxx.com) and then when the system tries to send out email messages with a download link (per the Email Lock function) it should recognize the email address domain as one I entered in the blocking list and NOT send any automated email message to it after all. But email messages to all other email addresses should still go out as normal.

    So I guess the system does not work this way? Where can I learn more about how it is actually designed to work?

    Thanks!

    #95934

    In reply to: Download option


    Shahriar
    Moderator

    You can add multiple files in the same package/post. Then show the files using a Table or Box format with individual download links. The user can download the file they prefer.

    Here is the demo link of multi-file package https://demo.wpdownloadmanager.com/wpdmpro/download/multi-file-package/

    #95718

    Ariane Gordijn
    Participant

    Hi,

    Moved the website using download manager to definite location and now de Licence key is not valid anymore. How can I change the URL of the Linked site?
    Details in private reply below.

    Best regards,
    Ariane

    #95692

    Shahriar
    Moderator
    This reply has been marked as private.
    #95691

    Shahriar
    Moderator

    Custom Fields added in Quick Forms are available as extra form fields in email lock.

    Custom Fields added from Downloads Custom Fields page as used in add/edit package page to collect custom data associated with package. Use the Template Tag: in your custom template to show the custom data that you set in add/edit package page. The PHP code is intended for PHP templates not WPDM Link/Page templates.

    No, ACF doesn’t support checkout billing form. But you can use a custom template for billing checkout to modify the form. We will add the option to modify the Profile fields using ACF soon, this is still a beta feature.

    #95664

    Nick Abston
    Participant

    Hello!

    The current behavior of email lock is to add the user’s e-mail to the subscriber list as soon as they submit their e-mail address when a download package is ’email locked’.

    I would like a way to confirm the user downloaded the file through the link they were sent afterwards. This would allow me to have a “confirmed” email address as opposed to whatever someone puts in the box.

    Is there a way to either A) Add the e-mail to the subscriber list AFTER the download has taken place or B) Query the database for which link has been downloaded and add a flag to the “confirmed” email addresses based on that?

    Thanks!

    #95659

    Robert Peterson
    Participant

    Hello! Here’s what happened:

    • I imported a bunch of files using the CSV importer.
    • My files were in /uploads/download-manager-files/

    But I was missing some files! That’s left me with some package items that have metadata but don’t have files attached to them.

    I found the missing files and added them to the /download-manager-files/ folder, but even after refreshing my cache, it didn’t resolve the link.

    Is there a way to quickly fix these links? There are more than 100 I need to fix.

    Thank you!

    #95628

    Christine Tierney
    Participant
    This reply has been marked as private.
    #95608

    In reply to: CSV bulk import issues


    Shahriar
    Moderator

    Place your files in /uploads/download-manager-files/ directory. Then write the filename under files column in your CSV file. Use a comma if you are adding multiple files in the same package. Then import the CSV. Your file will be linked to the package. You have to use full file path under files column if files are stored outside the /uploads/download-manager-files/ directory.

    You have to create the categories manually first. Then use the category slugs in CSV file to assign them to the package. Automatically created categories don’t maintain the hierarchy.

    Please send temporary wp-admin login info in private reply to check the PDF Viewer issue. Maybe the file isn’t linked to the package. You can try uploading a PDF manually.

    #95579

    Heather Miller
    Participant

    I currently am using the free version but wanted to customize the link templates. I read that I had to purchase Pro. I purchased pro, and went to install the plugin, thinking it would rewrite the old or add the new parts in. I am getting this: Destination folder already exists. /home/aarongiroux/public_html/wfdf/wp-content/plugins/download-manager/
    and then it fails instillation. Guidance please. (wordpress novice)


    Shahriar
    Moderator

    Please check the “Private Download Links Usage Limit:” option in the Basic settings page. Or send temporary wp-admin login info in private reply if you want me to check the issue.

    #95545

    In reply to: Bulk upload

    This really doesnt seem to be working well. I can get the links to appear using the CSV but when I try to download them to test I get

    500 Internal Server Error
    An error occurred while processing this request.

    Website owner? Check your code and/or debug log. If you need assistance, contact support.

    #95527

    I’m experiencing the most bizarre error. It’s random and goes away and come back. When I click on the download link on a file it will either
    1. download or
    2. show an error on page with “Warning: A non-numeric value encountered in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php on line 35.” and large amount of characters like it’s trying to display the file as text.

    There is no telling which it’s going to do. There is no specific file type that does it. After I click download once and get the error the next time I click it will work fine. However, the problem will return later. I’ve echoed the values from class.DownloadStats.php around line 35 and everything seems to be working fine.

    I’m in the process of creating a new version of the site and don’t have this problem on the development version. I’ve transferred the license to the development version already

    When I check the error_log I see the following errors related to this problem. I’m not sure why I’m getting the headers already sent error. Any help would be greatly appreciated.

    [01-Apr-2019 20:04:57 UTC] PHP Warning: A non-numeric value encountered in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php on line 35
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 84
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 85
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 86
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 91
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 97
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 99
    [01-Apr-2019 20:04:57 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.DownloadStats.php:35) in /home/musican2/public_html/portal/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 131

    #95523

    Shahriar
    Moderator

    Replaced the “Download” button in “My Downloads” page with the package link. Now users will be redirected to the package page where they can purchase the item. By the way, clear the cache if you see no differences.

    #95516

    In reply to: Bulk upload


    Shahriar
    Moderator

    I have created a CSV file which represents your package “HS Nylon 6 Films Capran HS8171 MSDS 2014” You can use it as a sample if you want to use the CSV import method, Attached the CSV below. Take a look at the files column in the CSV file, I have written just the filename there. Your files have to be stored in /uploads/download-manager-files/ directory if you want to link the file with the package using just filename. Otherwise, you have to write the full file path.

    As I said earlier, another bulk import method if directory import. You can do it from ” Select Dir” panel in Bulk Import page. Here are the steps,

    1 ) Select the dir you want to import

    2 ) Click the “Browse Files” button

    3 ) Select categories, access roles, and files. Then click the “Import Selected Files” button.

    #95505

    Shahriar
    Moderator

    Please check the “Private Download Links Usage Limit:” option in the Basic settings page. Or send temporary wp-admin login info in private reply if you want me to check the issue.

    #95504

    Shahriar
    Moderator

    Looks like the link has been expired. You can generate the export file again from the Bulk Import page. Or just download it here https://www.dropbox.com/s/vr0f1zoghs4bz2z/Packages-Export-2019-04-01.csv?dl=0 ( this is the export file I downloaded )

    #95497

    Jason Emanuelson
    Participant

    I wish the download link worked, but I get the same error I was getting.

    Download ID not found or expired

    Please advise as soon as possible. I really need this export to see what I have to do.

    -jason

    #95485

    Shahriar
    Moderator

    It does support the AND operator.

    Example Shortcode,

    [wpdm_tag id="add-on,free" title="Downloads by Tag" desc="" toolbar="1" order_by="title" order="asc" item_per_page="10" template="link-template-calltoaction1" cols=1 operator="AND"]

    #95482

    Shahriar
    Moderator
    This reply has been marked as private.
    #95417

    Shahriar
    Moderator

    1 ) Please send temporary wp-admin login info in private reply to check the infinite loading issue. It should display the ‘Message’ from setting after form submission.

    2 ) If you check the “Email Download Link” option in lock settings then WPDM will send an email with download link. So, you don’t have to create 1 form for each package. You can use the same form for all packages.

    #95357

    Domom
    Participant

    Hello,
    I have some issue with the plugin. (pro version)

    For big files, for all of them, the download interupt at 512Mb.
    I need to activate “output buffering” or I get a error page.

    When I activate resumable download, the file is downloaded but the download speed is very very slow.

    However when I make a file downloadable normaly without the plugin the speed is good and the download do not interupt at 512Mb.
    But I would like have this plugin working properly and hide the download link, it’s why I have choice this plugin.

    Can you help me please?

    Thanks in advance.

    #95288

    Peter Kong
    Participant

    How do I set e.g a 30 days expiry download for each product for customers

    for example,

    Customer A bought an item A on Feb on 1st May, so 30 days after this is 31 May so the download link is no longer available

    Customer B bought an item A on Feb on 3rd May, so 30 days after this is 2nd June so the download link is no longer available

    Customer C bought an item A on Feb on 8th May, so 30 days after this is 7th June so the download link is no longer available

    etc etc

    So do I go about doing this for each customer


    Philip Taylor
    Participant

    Hi There,

    After installing the download manager plugin, a strange footer has appeared at the bottom of each page on my site that says “download file” inside a black bar that runs the width of the page.

    The site in question is https://www.cuprion.co.uk

    I’m not sure how to get rid of this, can anyone help?

    Cheers,

    Phil

Viewing 25 results - 4,551 through 4,575 (of 9,325 total)