Search Results for 'download link'

Viewing 25 results - 901 through 925 (of 9,422 total)
  • Author
    Search Results

  • Tanvir
    Spectator
    This reply has been marked as private.
    #191026

    In reply to: wpdm_all_packages


    Nayeem Riddhi
    Moderator

    Hello Dave,

    I have tested your shared link, it shows the login section properly.

    https://www.envyustestserver.com.au/meertens/download/btn/

    2023-11-04-104820

    Can you please check and elaborate more on your issue? please check and let me know

    Thank you and regards


    Marketing NSW
    Participant
    This reply has been marked as private.
    #190993

    David Green
    Participant

    Hi all,

    First of great software and help so far. I am creating a page that lists all package titles using the following:

    [wpdm_all_packages login=0 thumb=1 items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|page_link|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    The page can be seen here: https://www.envyustestserver.com.au/meertens/packages/

    You can see I have created 2 packages. I am trying to display a list of all the package titles only and when you click on either the title or page link or even the download link it goes to a login specific for that package. 1 package = 1 client access.

    I have the general settings set to – When a user is not allowed to download: only block download – as I need the title of the packages to display on the packages page and cannot be hidden.

    1. Obviously anyone with the page link can see within the packages and all files example –https://www.envyustestserver.com.au/meertens/download/btn/, which I do not want, as soon as they go to page link I want it to direct them to login
    2. Also, if I can get the above to work, I can either remove the download_link or perhaps redirect that as well.

    Any suggestions are much appreciated.

    cheers,

    Dave


    Nayeem Riddhi
    Moderator

    Hello Daniel Durán,

    Hope you are well. Are you talking about hiding package information like the Create Date and Last Updated sections as in the link shared here

    WPDM TEST

    please check and let me know

    Thank you and regards


    David Green
    Participant

    Hi all,

    I have a pro license and I have created 2 dummy packages containing 1 PDF download.
    The packages are available to all.

    When I either login as an administrator or a subscriber, into the dashboard I can see the packages but when I click on them all I get is the title of that package as a blank page? So In the dashboard I have displaying the last 5 history downloads and this is where you see the packages to download, click on them and blank. Or as the administrator of the site if I click on the permalink of that package, again just the title of that package and no files to download.
    I have created a dashboard page with the shortcode – [wpdm_user_dashboard signup=1 flaturl=0] And it displays ok.
    I have created a my-downloads page with the shortcode – [wpdm_all_packages login=1 thumb=1 items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"] And this too works fine.

    However, when I click on the package BTN it goes to /download/btn/ and just the title displays – nothing else.

    I would really appriate a quick answer from support please – urgent client request.

    Thank you

    #190950

    Nayeem Riddhi
    Moderator

    Hello Jorge Sotolongo,

    Hope you are well. For categories and various demos, you can check this add-on and demos link,

    WPDM Directory Add-on


    please check and let me know, if it helps you.

    Thank you and regards


    Tanvir
    Spectator
    This reply has been marked as private.
    #190873

    Marketing NSW
    Participant
    
    add_action("wpdm_before_email_download_link", "your_function", 10, 2);
    function your_function($post, $package){
        $package_data = get_post( $package['ID'] );
        $headers = 'From: Site Name <noreply@sitename.com>' . "\r\n";
        $headers .= 'Content-type: text/html' . "\r\n";
    
        // Set the time zone to Asia/Singapore
        date_default_timezone_set('Asia/Singapore');
        $current_date_time = date('Y-m-d h:i:s A');
    
        $message = '<html><body>';
        $message .= '<table style="border: 1px solid #ccc; background-color: #f5f5f5; border-collapse: collapse;">';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader Name:</td><td style="border: 1px solid #ccc;">' . $post['name'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader Email:</td><td style="border: 1px solid #ccc;">' . $post['email'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Package Title:</td><td style="border: 1px solid #ccc;">' . $package_data->post_title . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader\'s IP:</td><td style="border: 1px solid #ccc;">' . $_SERVER['REMOTE_ADDR'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloaded Time:</td><td style="border: 1px solid #ccc;">' . $current_date_time . '</td></tr>';
        $message .= '</table>';
        $message .= '</body></html>';
    
        wp_mail(get_option("admin_email"), "Potential Leads - Visitor downloaded a file from the NSW website.", $message, $headers); 
    }

    View post on imgur.com

    Hi thanks for your guidance im able to use your code to modify it helps alot.
    This code above already works flawlessly, i have change to wpdm_before_email_download_link but i wanted to add “company” using advanced customfield. it didnt work, i wanted to add extra 1 info to the email notification.

    however i use the following code to add “company” it seems doesnt work:

    $company = wpdm_acf([acf_EmailLock_Company], 'EmailLock/Company');
        $message .= "Company: " . $custom_data . "<br>";

    not sure how to add that in.. could you guide me?


    Tanvir
    Spectator

    Hello,

    Thanks for the update. Package_url is not for the download. You can follow the below example for Purchase Confirmation email template.

    Thanks for your order at [#sitename#].
    Your Order ID: [#orderid#]
    Purchased Items:
    [#items#]
    You can download your purchased item(s) from the following link:
    [#order_url#]

    Regards
    Tanvir

    Great, thank you !

    It was due to the client id and secret id which were not entered, the emails works correctly now.

    But I still have a problem: I can’t insert the download link in the mail, I tried several variables like {{package_url}} without success. Which one should I use so that the buyer can download the package(s) he put in his cart?

    #190816

    Nayeem Riddhi
    Moderator

    Hello Barbara,

    Hope you are well. you can try creating your link template with the below code,

    <a href="[download_url]">[title]</a>

    please check and let me know if it helps you

    Thank you and regards

    Hello, I have double-checked, my Purchase Confirmation (To: Customer) and Purchase Confirmation – Guest (To: Customer) email templates are correctly configured with the shipping email address “insoliteguadeloupe@gmail.com”.
    I used the free Check Email plugin, the test works and my site sends an email which lands in my inbox.
    But when I make a test purchase via Paypal I do not receive the purchase confirmation email with the download links, after the payment process no emails are sent, neither for the admin nor for the customer

    I don’t understand why !!

    I will provide you temporary admin access in a private reply

    #190797

    Rainer Bartolain
    Participant
    This reply has been marked as private.
    #190792

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    It seems the captcha and download are working fine: https://www.loom.com/share/f56bc01d4ef2427a95876eba7f161ff3?sid=0b52ed38-a517-4b24-a844-a51d2c75ef18

    However, regarding the email download, it’s working fine in our test environment/server.

    In this case, if possible, please share your staging website login access in a private reply so we can investigate the issue further.

    Also, can you please check the private link download limit and expiration time option from the settings?

    We are looking forward to hearing back from you.

    Regards


    Humayon
    Spectator

    Dear Trisha,

    I hope this message finds you well. We would like to express our gratitude for reaching out to us.

    To obtain the most up-to-date version of WPDM (WordPress Download Manager), please follow these steps:

    1. Log in to your account on our platform.
    2. Navigate to the “Download Area” within your account.

    Here, you will find the download link for the current version of WPDM, which you can access and install at your convenience.

    Additionally, we have created a reference screencast to assist you in this process. Please view it by clicking on the following link: https://www.loom.com/share/798289fd0ff749c0af5f360d651a78c3

    If you encounter any issues or have further questions, please do not hesitate to contact our support team, and we will be more than happy to assist you.

    Thank you once again for your interest in WPDM, and we look forward to providing you with the latest features and improvements. Should you require any additional assistance, please feel free to reach out at your convenience.

    Best regards,

    #190720

    Kali Fey
    Participant

    The dropbox links still work on their own. It is only when they go through download manager that they stop working.


    Trisha Miller
    Participant

    I am a purchaser of your Pro product, and there is a new version available but I’m unable to find a way to download it, I’ve searched through my “profile” and past purchases, etc. and cannot find a way to download the –current– version.

    I am unable to use the one-click update (or auto-update) because we’ve been forced to hack this plugin to add back in support for Post Tags, which is a critical necessity and is lacking in the plugin (for some reason you’ve chosen to actually unregister and remove support for Post Tags while adding custom tags).

    I reached out through your Chat, but the person who replied said you don’t maintain links to “past” versions. I am not looking for a “past” version, I need the CURRENT version, which as a current paid user I should be able to download. If you charge for a premium plugin then your purchasers should be able to download versions as they become available although I have no problem if you keep that link somewhere private, such as in my profile.

    Thank you for your prompt assistance, I’d like to update to current but have to add back in the Post Tags support before we can update.


    Mariusz G
    Member

    Hi. After the last update, Email downloads stopped working. Links to download files after e-mail subscription are not coming. There are no links in the spam folder either. I asked my friends to download the files. Everyone could download only once. Can anyone help solve the problem?

    #190697

    Sabine Jürges
    Participant
    This reply has been marked as private.
    #190644

    In reply to: Invalid Link


    Laura Miner
    Participant

    Thanks for checking. The problem is with the email links – I’ve checked the settings as you suggested and it still says “invalid link.” It’s happening now on my end as well on this package – https://literacylearn.com/download/matching-letters-with-pictures/ Since you have admin access can you check from the backend and see what’s happening? Thank you.

    #190638

    In reply to: Invalid Link


    Humayon
    Spectator

    Hello Laura,

    Thank you for your response.

    I have checked your referred issue and it appears that the download is fully functional.

    Please have a look at this: https://www.loom.com/share/6832b2a00adf4f13a8aca3fdd3c0254e

    However, if the link in the email is not working, please check the private link download limit and expiration time option from the settings.

    Regards


    AndreasB
    Participant

    Hi Tanvir,
    thanks for your answer.

    The second link you shared is not working with the asset ID.
    I am correct that this is only possible when I create a package for each file correct? If yes, than this is an issue for us, because we don’t want to create a packages for thousand of files.

    So isn’t it possible to use the asset shortcode without adding a folder for each user who clicked on the download button?

    Thanks Simone


    Marketing NSW
    Participant

    HI may i know if u could disable the download button on the use profile each allowed user would have to only play the video not download.
    we dun want the video get leaked. it is sensitive and confidential.

    View post on imgur.com

    it should be able to link to this site as above to play the video
    https://nswautomation.com/NSW/dashboard/nsw-smartglasses-blackening-automated-coating-system/

    View post on imgur.com


    Tanvir
    Spectator

    Hello,

    It is part of feature.

    We have created a custom asset download page for shared assets. From this download page, the user can also check various asset properties and preview the file. User can provide their feedback on an asset using the attached comment feature. Visitors will see this page when accessing the asset using a shared link.

    For detaile please check:

    Say hello to the Digital Asset Manager for WordPress and WPDM 5 ( EPSILON )

    If you want only to show download, you can use the shortcode below:

    [wpdm_package] – Single Package Embed Short-code

    Regards
    Tanvir

Viewing 25 results - 901 through 925 (of 9,422 total)