Search Results for 'download link'

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

    Pete-2019
    Member

    Why?
    if i set a PWD to a Post, it works fine with WP. But it don’t work on Downloads. Why do you mean, it has nothing to do with your plugin?

    …or is it a Function, that only works with the PRO Version?
    I would like to buy it, but this is essential for me, because the Downloads Description should not accessable with a link to that page!

    #110321

    Shahriar
    Moderator

    If the package is publicly accessible then the download link should work without the master key. When using the link you can just remove that part.

    #110311

    In reply to: Filtering categories


    Shahriar
    Moderator

    The exact view isn’t available yet. But noted for implementation. Current sidebar view is kind of similar https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/ You can change the link template.


    Shahriar
    Moderator

    1 ) Enable only hide download link option from the Basic settings page. But you must have to uncheck the category permission otherwise users will be able to download packages as they are getting the required permission from category settings.

    2 ) Send login info in private reply. I will customize the code to hide categories. Also, send me the page link where you placed the shortcode.

    #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.

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