Search Results for 'download link'

Viewing 25 results - 4,601 through 4,625 (of 9,325 total)
  • Author
    Search Results
  • #94760

    Erwin Hauer
    Member

    Hi,

    I want to display a table with certain categories, e.g. Category1 AND Category2. Or sometimes Category2, BUT NOT Category 1.

    Is this possible in the shortcode, and how?

    Thanks!

    Erwin

    [wpdm_all_packages items_per_page="20" jstable=1 order_by="publish_date" order="DESC" categories="fees,financial" colheads="Titel::300px|Auteur::150px|Inhoud::500px|Categoriën::100px|Datum::80px|Download::80px" cols="title|auteur|post_content|categories|publish_date|download_link"]


    Shahriar
    Moderator

    The thing is package details page or link template won’t show this download link to the non-members. I guess you are using this URL in a customized way.

    There is still a way to redirect the user using the wpdm_download_permission_denied hook. Add the following code to your theme’s function.php file to redirect the user to the login page ( replace the your_login_url with proper url ),

    add_action('wpdm_download_permission_denied', 'wpdm_permission_denied_login_redirect');
    function wpdm_permission_denied_login_redirect($id){
        if( !is_user_logged_in() ):
            wp_redirect( "your_login_url" );
            exit();
        endif;
    }
    #94716

    Shahriar
    Moderator

    Hi, Claus you can also add the following code in your Customize Additional CSS to fix the button width,

    .wpdm-download-link.btn {
        width: auto !important;
    }

    Thanks, Prodesigner for the help.


    Piers Barber
    Member
    This reply has been marked as private.
    #94675

    Shahriar
    Moderator

    This may be related to server capacity. Stamping the file requires a fair amount of server resource. Could you please send me the file to test it on my server? You can use the private reply or send me a download link.


    Piers Barber
    Member
    This reply has been marked as private.
    #94667

    Hello guys, we currently have the problem that the download does not work anymore. It only appears the wheel but no download begins. Can you please help us? I have set up a test download. Here the link:

    Chiemgau Kriterien Premium-Wanderprodukte

    PW: ts-bgl

    In the backend I found the following error message, maybe this helps you further.

    Warning: file_put_contents(/home/tefuetqm/htdocs/gs/wp-content/uploads/wpdm-cache/wpdm_green-solutions.info): failed to open stream: No such file or directory in /home/tefuetqm/htdocs/gs/wp-content/plugins/download-manager/wpdm-core.php on line 170

    Thanks in advance for your help.
    greeting
    Rainer

    #94661

    VVE de Watertoren
    Participant

    Hi Shahriar, thanks for getting back.

    I just realise what was causing the problem. I have been using the ‘User Access Manager’ plugin to restrict access to WPDM download packages (by giving packages one or more Categories with access rights controlled by UAM), as this was the only way to bulk edit access rights for our 250+ download packages. By using UAM, the package detail page was restricted to users with roles A and B, but the attachment appeared still accessible by users with role C by clicking the download button or by following a direct hyperlink to that attachment.

    I just tested setting the access rights by way of the native WPDM ‘Access’ field, and now the download package is completely hidden to users with role C, and neither can they open it by following a direct hyperlink. So WPDM is doing a great job there in terms of securely restricting access, but the problem remains that there is no way for me to bulk edit access rights on download packages. I have tried bulk inline editing the WPDM ‘Access’ field with Admin Columns Pro, but unfortunately that does not do the trick either.

    Would you happen to know a way to bulk edit access rights on WPDM packages?

    #94660

    Shahriar
    Moderator

    If a user doesn’t have access to the pacakge he won’t be able to generate this download URL. I guess you got this URL after unlocking the pacakge. To prevent sharing of this URL you can limit the usage of this temporary download URL. Set the limit from “Private Download Links Usage Limit:” option in the Basic Settings tab.


    Steve Wild
    Member

    More Specifically there is no click-event taking place when I click ‘Select Files’.

    I have taken over this plugin for a client, However, once Purchasing the pro version there is still an issue with files not uploading. I can Log in, Add New, etc… All up unto the point where the User (administrator and Authors) tries to upload a file. there is no prompt, Nor can I drag and drop Files, They just open up in the browser.

    These are the Plugins for WPDM:

    WPDM – Advanced Custom Fields – Version 1.2.1. (Previous Owner bought this, CANNOT Update ( v1.9.0 ))
    WPDM – Block Hotlink – Version 2.1.0. (UP TO DATE)
    WPDM – Custom Access Level – Version 2.4.2. (Previous Owner bought this, CANNOT Update ( v2.8.2 ))
    WPDM – Dropbox Explorer – Version 1.3.2. (UP TO DATE)
    WPDM – Extended Short-codes – Version 2.8.2. (UP TO DATE)
    WPDM – File Manager – Version 1.2.0. (Previous Owner bought this, CANNOT Update ( v1.3.0 ))
    WPDM – Google Drive – Version 1.4.1. (UP TO DATE)
    WPDM – Import Download Monitor Data – Version 1.0.0. (UP TO DATE)
    WPDM – TinyMCE Button – Version 2.7.4. (UP TO DATE)

    Because I have the New Pro Updated version as a new customer, I don’t have access to update the other paid products, If you know the issue is because of a specific Plugin, I can Speak to discuss upgrading specific paid plugins.

    I can provide any Additional Information if needed.


    blakemiller
    Participant

    I have a site which is using accordions. The client keeps reporting back that they and their clients cannot access files behind the accordion. It’s only on certain browsers (mostly on a PC). Instead, it’s returning a “-1” instead of the content. It’s hard to reproduce every time, but I (and the client) has seen it a few times over the past few weeks.

    It’s almost identical to this issue reported a few months ago – https://www.wpdownloadmanager.com/support/topic/problems-with-1-notification-on-package-links/

    Which I see points to another fix talking about users logged in / logged out – but that fix doesn’t apply to us as all of our files are public so we don’t gate anything baed on user login.

    When I can replicate it, sometimes a few refreshes work. Sometimes it’s by clearing cache.

    #94582

    Peter Kong
    Participant

    Okay. I have done as you suggested. I tried to apply different page template to see if any changes to the layout but no effect. Plus when clone ‘Single Column, Extended, PlayList’. I did not see the tag [file list]. Here is the code.

    <div class=”row”>

    <div class=”col-md-12″>
    <ul class=”list-group”>
    <li class=”list-group-item [hide_empty:version]”>
    <span class=”badge”>[version]</span>
    [txt=Version]

    <li class=”list-group-item [hide_empty:download_count]”>
    <span class=”badge”>[download_count]</span>
    [txt=Download]

    <li class=”list-group-item [hide_empty:file_size]”>
    <span class=”badge”>[file_size]</span>
    [txt=File Size]

    <li class=”list-group-item [hide_empty:file_count]”>
    <span class=”badge”>[file_count]</span>
    [txt=File Count]

    <li class=”list-group-item [hide_empty:create_date]”>
    <span class=”badge”>[create_date]</span>
    [txt=Create Date]

    <li class=”list-group-item [hide_empty:update_date]”>
    <span class=”badge”>[update_date]</span>
    [txt=Last Updated]

    </div>
    <div class=”col-md-12″>
    <div class=”panel panel-default”>
    [play_list]
    <div class=”panel-footer”>[download_link]</div>
    </div>
    </div>

    <div class=”col-md-12″>
    [description]
    </div>

    </div>

    <style>.panel audio{ margin-bottom: -6px !important; padding: 6px; } .wpdm-filelist th:last-child, .wpdm-filelist td:last-child{ width: 60px; text-align: center; }</style>

    Please advise


    Jefferson Stovall
    Participant

    When using the wpdm_package_form front-end uploader, the files are not being attached to the download.

    When viewing a resource package uploaded via the front-end uploader, we either have a “Download Error” with no link to download anything, or if we do have a download link, it produces a “download_not_available.txt” file that says that file is not available yet.

    Please advise what the issue may be or troubleshooting steps.

    #94443

    Shahriar
    Moderator

    You can use the /download-manager/languages/download-manager.pot file to create the translation file. But if you just want to chnage these 2 strings then here is the simplest way,

    Change the “Your Name” text from line no 1700 in /download-manager/wpdm-functions.php file.

    Use send_download_link_to_label hook to customize the “Send Download Link To:” text. Here is the code you have to add to your theme’s functions.php file.

    function wpdm_send_download_link_to_label( $text ){
        $text = 'Customized label for Send Download Link To:';
        return $text;
    }
    add_filter('send_download_link_to_label','wpdm_send_download_link_to_label');
    #94305

    In reply to: Similar downloads


    Shahriar
    Moderator

    You can use [similar_downloads] template tag in WPDM Custom link/page templates to show similar downloads. This tag shows downloads with similar tags.

    #94297

    Shahriar
    Moderator

    Hi,

    You have to customize wpdm-all-downloads.php template file to change the download button behavior. Create a custom template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,

    1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php file.

    2 ) Place it in /active-theme/download-manager/ directory.

    3 ) Replace echo $download_link; with echo "<a target='_blank' href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>"; in line no 355

    That should open the links in a new tab.

    Thanks.

    #94243

    Hi Shahriar

    Thank you for coming back to me but I am afraid that this is still not working. We are clearly making some progress as the files are now visible at the front end however:

    a. the file uploader is still not working from the file manager – front end
    b. I am unable to download/view files from the front end

    additionally the pdf viewer is not working which I presume may be linked to the same issue?

    I appreciate that you guys are really busy but I really must make progress here now so if you could get back to me asap it would be appreciated.

    kind regards

    Paul

    #94226

    William Matson
    Participant

    I have a Bluehost account. When I access the Errors page through my cPanel, no errors are displayed.

    In any case, I discovered a bug. When the locked form is embedded in a page, the email with the Download link is not issued. When the locked form pops up, then the Download link email is issued. I have tested this multiple times. This only works when the file is hosted on Box.

    When the file is hosted locally, the Download link email is sent, but the “Download link is expired” error message is displayed. I believe that the link that is embedded in the email is malformed for the Bluehost server. The link in the email is:
    https://oysterriverfinancial.com/?wpdmdl=530&_wpdmkey=5c74a382b533d&refresh=5c74a382b6ac91551147906
    The master key is: 5c74a96c7242c
    File Download link: https://oysterriverfinancial.com?wpdmdl=530&ind=1551147747816
    Perhaps you can see a problem.


    prodesigner
    Participant

    Sounds too simple or I don’t understand your question?

    Sample:

    [thumb_50x50]
    <br style=”clear:both”/>
    <b>[page_link]</b><br/>
    <b>[download_count]</b> downloads
    <b>[version]</b> version


    James Sawle
    Participant

    Hi, Just Purchased, but I am having a problem getting a link to display both the version of the file and the downloads.

    Is there a way to display both number of downloads and version on the links?

    James

    #94210

    Shahriar
    Moderator

    Please install the TinyMCE Button ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) add-on. This add-on provides easy to use GUI for various shortcodes, so you don’t have to memorize the shortcode.

    Default View,
    [wpdm-archive button_style="inverse" link_template="link-template-calltoaction1" order_by="post_title" order="asc" items_per_page="9" cols=1]
    Sidebar View,
    [wpdm-archive cat_view="sidebar" button_style="default" items_per_page=10 order_by="post_title" order="asc"]

    It is possible to add the private/public status by customizing /wpdm-archive-page/tpls/aps-content-cat.php template. You have to make a copy of this template and place it in /active-theme/download-manager/ directory. Then make your changes.

    #94191

    I’ve just updated to the latest version of DMP and am now having issues with the Prosper theme I was using.

    I’ve got a page on my site that I am using as my homepage, this contains the shortcode [wpdm_user_dashboard signup=1 flaturl=0 fav=1]
    to display the user dashboard. This displays fine, but if I then click on the “My Downloads” link I get taken to the Blog page with nothing on it.

    Also if I switch to using the Prime theme, when I click on the My Downloads link I’m getting a 403 forbidden error.

    The only theme that seams to remotely work is the Crypton theme, this at least displays a list of downloads when I click on the link. However if
    I also click on any of the other links on that same page, such as the Edit Profile link I am also presented with a list of downloads.

    Any ideas why I’m having these issues and any possible solutions?

    Cheers
    Andy

    #94164

    In reply to: upload problem


    Amr Elserafi
    Member
    This reply has been marked as private.
    #94155

    In reply to: Permission denied?


    Shahriar
    Moderator

    Sorry, forgot to re-add the patch at line 464 wpdm-premium-pacakge.php file after installing a fresh copy. I installed a fresh copy when solving the session related issue. However, the master download link is working now. We will release an update soon with all the patches added to your copy.

    #94145

    Shahriar
    Moderator

    You are using a Download Manager shortcode with “Link Template Embedded” and it is generating the link to the pacakge details page. To remove the page link clone the “Link Template Embedded” from Downloads Templates page. Then replace the [page_link] template tag with [title] tag and save the custom template. Use this new link template with your shortcode.

Viewing 25 results - 4,601 through 4,625 (of 9,325 total)