Search Results for 'download link'

Viewing 25 results - 4,401 through 4,425 (of 9,383 total)
  • Author
    Search Results
  • #110302

    In reply to: Send file by mail


    Shahriar
    Moderator

    It is not possible the way you want. But you can put any email address you want in the lock modal and the download link will be sent to that address ( Enable “Email Download Link” option from the lock settings ). The only thing that missing is the feature adding a custom message.

    #110295

    cbenson583
    Member

    We use download manger as a document management tool and all the files are public accessible. All of our direct download links generate with a masterkey on the end. Is there a way for us to clear all these masterkeys?

    Thanks

    #110221

    The way that you changed it did not display the downloads in the proper order. The issue is that the post ID is set when they are uploaded so if they are uploaded out of order then even trying to reorder them using s re-order post plugin doesn’t actually change the ID.

    So, my workaround was to edit the ‘publish date’ of each post and then to sort them by date. However, the folders don’t display correctly even though the content inside the folders do. The shortcode I am using is:

    [wpdm_tree download_link=1 orderby=date order=desc category=improver-pages]

    And the tree appears this way:

    2016
    Jan
    Feb
    March
    April… etc

    2017
    Jan
    Feb
    March
    April… etc

    2018
    Jan
    Feb
    March
    April… etc

    – – – BUT – –

    What I want is for it to appear this way:

    2018
    Jan
    Feb
    March
    April… etc

    2017
    Jan
    Feb
    March
    April… etc

    2016
    Jan
    Feb
    March
    April… etc

    Is there a way to change the order of the categories?

    #110216

    In reply to: Send file by mail


    Sebastian Mato
    Participant

    Thanks! Maybe I didn’t explain it well. We need that the visitor/user can send de file by mail, on the front downloads page. In the print that you send us, only administrators (in wordpress panel) can do that. How can we add that same functionality in the link template? thanks!

    #110214

    In reply to: Download Filenames


    Matthew Kane
    Participant

    Hi,

    Thanks for your reply. I’m generating links in the PHP template, so unfortunately the Single Column, Playlist won’t help.

    You can see the issue by going here: https://meyersound.com/products/#discontinued and scrolling the Discontinued Product Resources list to find the UPQ-1P and UPQ-2P. If you hover over each of those you’ll see the following 2 URLS:
    https://meyersound.com/download/upq-1p-resources/?wpdmdl=386462&masterkey=5d28e52a65069
    https://meyersound.com/download/upq-2p-resources/?wpdmdl=386463&masterkey=5d28e54dd67f1

    Each of the downloads is a zip with a different set of multiple files from a unique package, so their names should definitely be different!

    Thanks, Matthew

    I suspect your logic says if old field has a value but the new one doesn’t then use the old one. That isn’t always going to work. I think the migration from old field to new should be a one-off process. I’ve just removed an expiry date and the document can be downloaded again but the edit page is still showing the old expiry date (as the new field is now blank you are pulling in the old data once more). I think this needs a little more work.

    I’ve also noticed that the following information is lost when upgrading from v3 to v4.

    Attached document / link
    Category
    Allow Access (you have provided a fix to set everything to “All Visitors” so that works in my situation)
    Link template
    Page template

    All these can of course be reset by the customer, but doing so for every download is a lot of work. They already have the problem of editing all the pages that reference documents due to the ID change, and then I need to create .htaccess rewrites to direct old ID links to the new ones.

    I read there is a v3 to v4 migration tool. Is this tool still required? I have only today found a link for it, and you haven’t asked if I’d run this tool so I’m guessing it is no longer required. I’ve tried running it on another installation but the thing just spins and nothing seems to happen. Please can you confirm what the current migration process is. Do I need to run this tool?

    #110186

    audrey
    Participant

    Sorry, I made a mistake, my spam problem is related to form Quick forms, which sends an email with the download link


    Shahriar
    Moderator

    Please add the following code to theme’s functions.php file. It will remove the download button from audio files when using a template with [file_list] tag.

    function wpdm_single_file_download_link($ind_download_link, $fileID,  $package){
        $allfiles = maybe_unserialize(get_post_meta($package['ID'], '__wpdm_files', true));
        $array = explode('.', $allfiles[$fileID]);
        $extension = end($array);
    
        return $extension == 'mp3'? '' : $ind_download_link;
    }
    add_filter('wpdm_single_file_download_link','wpdm_single_file_download_link', 10, 3);
    #110138

    audrey
    Participant

    Sorry, I made a mistake, my spam problem is related to form Quick forms, which sends an email with the download link

    #110121

    Shahriar
    Moderator

    Have you set up your LinkedIn and Twitter apps? After setting up apps you have to save necessary credentials in Downloads > Settings > Social Settings.

    #110053

    Shahjada
    Keymaster

    @beyondforce, the button template add-on doesn’t have any parameter named target. Please use:

    [wpdm_direct_link class="btn btn-success btn-lg" id="74" target="_blank" label="Download"]

    #110043

    Beyondforce
    Member

    Please check out the second button (brown), it’s a link to a google drive file:
    https://forum.tesreg.com/community/main-forum/download-files/

    This is the shortcode: [wpdm_button_template id=74 target=”_blank” style=”coffee” align=”center”]

    #110042
    This reply has been marked as private.
    #109983

    Hi Wenceslau,

    Actually, your shortcode was wrong, this should be the right shortcode >

    [wpdm_all_packages items_per_page="10" categories="cat1"jstable=1 order_by="title" order="ASC" cols="title|download_count|categories|update_date|download_link" colheads="Title|No of Downloads|Categories|Update Date|Download Link"]

    See your table is looking like this now :

    #109935

    Hi, you can try the following shortcode in a page

    [wpdm_direct_link id="Package ID" target="_blank" label="Download Me!"]

    #109872

    The link of how I want to, do not appeared in my post, I will repeat it here.

    [https://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/]

    #109842

    Since updating to 4.9.8 the option to just block the download-link is not taking action anymore. Now only packages that are allowed to be downloaded by all visitors are shown in the all-packages section in frontend.

    #109823

    Ed Ammendola
    Member

    I think you are not understanding what I am asking. I will try to make it more clear, but it is taking a long time just to get a response from WPDM. It took six weeks for you to answer.

    I am using a code similar to what you have shared. Mine looks like this:

    [wpdm_category id="human-resources" operator="IN" title="" desc="" toolbar="0" order_by="title" order="asc" item_per_page="999" template="link-template-custom-category-page.php" cols=1 colspad=1 colsphone=1]

    This is my custom template:

    <!-- WPDM Link Template: Custom Category Page -->
    
    <div class="wpdm-link-tpl c2a3" style="padding: 10px; background: #f5f5f5; border-radius: 4px; margin-bottom: 10px;">
    
        <div class="media">
            <div class="pull-left" align="left">
            [icon]
            </div>
     
            <div class="pull-right" align="right">
                <i style="margin: 2px 0 0 5px;" class="far fa-hdd color-green"></i> [file_size]
            </div>
    
            <div class="media-body">
            <h3 class="media-heading" style="padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt;"><a href="[download_url]">[title]</a> <span style="margin-left:30px;font-size:8pt;font-weight:300"><br> Categories: [categories]</span></h3>
            </div>
    
        </div>
    
    </div>

    Which produces an output like this:

    Screenshot 1

    If you click on the hyperlink “Human Resources” (highlighted in Screenshot 1), you are taken to an unformatted page that looks like this:

    Screenshot 2

    It shows the documents in the category “Human Resources”, but the list is unformatted. How can I change this? The page title is “Archives”, so I can’t change the page directly.

    #109814

    In previous versions of the software we were able to add do_shortcode([wpdm_package id='###']) and it would generate a button with a appropriate link template.

    However this doesn’t seem to work any more on the latest version. I see there is a widget for latest downloads which works, but has a standardised link template.

    Is there any way of getting the previous functionality to work?


    Rita
    Member

    I am sorry that I must reactivate this discussion:
    Now the error described above:

    No downloads available and the message (translated): “The website has technical problems”.

    is a permanent error.

    Try gps.rother.de // EDIT: Because I must find a workaround to give our customers the possibility to download the files, you find the original site with it’s problem here: https://gps.rother.de/gps-downloads-rother-tourenfuehrer-not-working-original-site/ The problem occurs only, if you choose (with category “gps”) all packages. If the table contains only a part of the packages (like “wanderfuehrer”), downloads are available.

    Perhaps the current version 4.9.3 is not compatible with WordPress 5.2.2? Or is there a limit in download packages?
    This is a slight catastrophe for us and we need help as soon as possible.
    If you need a login again, plese tell (I already deleted the old one).
    Shortcode of the table:
    [wpdm_all_packages items_per_page="20" template="5c52b37b15298,5c52b454a10c1" categories="gps" jstable=1 order_by="title" order="ASC" cols="page_link,file_count|categories" colheads="Title|Categories"]
    What is interesting is that the tables of the other languages are working properly.
    See https://gps.rother.de/english/
    Only difference is the additional download button – but that we had to delete on the start site some tiome before because it caused problems. And of course, that the table contains not so many packages.

    Thank you very much for fast help
    Rita

    #109807

    Shahriar
    Moderator

    Yes, you can use a custom page template without the [download_link] template tag. Clone the current page template and just remove the [download_link] tag from there.

    #109792

    Web Guy
    Participant

    Hello,

    Can you please explain if there is a way to offer two different download buttons on a product? We offer products that come in two versions: Free basic version or Paid premium version. Only our paid members can access the premium versions (guests can only access the free basic versions).

    So each product would have two buttons that look something like this:

    Button #1: Download Free Basic Version
    Button #2: Access the Premium Version

    For Button #2 it doesn’t need to actually download a file. It could just be a link that redirects them to a page where they can login to access the premium version (or it could just be a link that takes them to our free trial membership signup page).

    Is there any kind of template that could be used for this type of setup?

    Please advise.

    #109735

    DesignServe
    Participant

    Hi Shahriar,

    Thank you, that is very useful I didn’t realise the option was already included. I have a few queries:

    1 – When the package is free to a particular Plan, the user goes through a purchase process but it still shows Paypal option in the checkout. Could it be made to not show any payment processor when the file is free?

    2 – I used the order ID as the password to open the PDF (ie I left the field blank). It is quite difficult for the user to select the order ID to copy it because it is a link. Could it be added somewhere as an easily selectable ‘password’, to make things more clear.

    3 – I would prefer if the user had to enter their website password or email address to open the file (because they won’t want to share that information with someone else). Could that be implemented in PDF stamper?

    4 – Because this PDF (for example) is available for free to some plans, it can be downloaded without going through the PDF stamper process by using the link in “Membership Items”. Can that be avoided so that any download of the PDF always goes through PDF stamper?

    Many thanks,
    DesignServe


    DesignServe
    Participant
    This reply has been marked as private.

    Tim Lord
    Member

    I have a website I am managing using WPDM, I have a page that was created using Visual composer and implemented shortcodes on the page to display downloads.

    The shortcodes used are
    [wpdm_search_result cols=1 template="5b255c0a0640f"]
    and
    [wpdm_packages link_template="link-template-semi-ext.php" order_by="post_title" order="asc" paging="1" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]

    Everything was working 100% and now all of a sudden the page is not accessible to the public – it displays a box with two fields asking for username or Email and Password

    ANy ideas on why this might be happening and how to fix it please – I need to know urgently as this is the download center for the whole iste that the public can now no longer view.

    When logged in as administrator the page views as it did before

Viewing 25 results - 4,401 through 4,425 (of 9,383 total)