Search Results for 'download link'

Viewing 25 results - 876 through 900 (of 9,422 total)
  • Author
    Search Results
  • #191493

    Petr Čmuchálek
    Participant

    Hi, I have the following issue with the WPDM plugin and its Advanced Access Control extension. The plugin is supposed to manage access to downloadable files. However, I’ll provide an example that, in my opinion, has security issues. For instance, I have two users, user1 and user2. I also have file1. For file1, only user1 is granted permission to download it (configured using the Advanced Access Control – settings Members). When I log in as user1, the system appears to be fine, and I can see and download file1 (the download link looks something like https://www.domain.tld/?wpdmdl=idfile&refresh=uniqid). However, when I log in as user2, who is not supposed to have access to file1, I can still see file1 in file list. The good thing is that there is no “Download” button. However, if I manually enter the download link in the browser while logged in as user2 (https://www.domain.tld/?wpdmdl=idfile&refresh=uniqid), the file gets downloaded. Why, user2 has no access. Why is it that user2 can download file1 when they shouldn’t have access? I see this as a security issue and a fundamental flaw in the Advanced Access Control plugin. The link even works without the refresh variable, just with the id (https://www.domain.tld/?wpdmdl=idfile). This would allow any user with access to their files to download files of all other users. How to address this issue? Is it a configuration problem, or is the plugin designed incorrectly?

    #191450

    In reply to: Simple Search


    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.

    1. To update templates of wpdm directory addon ,
    Please follow:
    image
    For advanced search left, the templates are located in ../src/templates/filter/views

    2. You should add category paramter there then category slug. Example: [wpdm_archive_filter items_per_page=”10″ template=”default” cols=3 category="category-slug"]

    3.It is possible with wpdm pro. Please make sure you have activated download manager pro in your site. Latest version is 6.4.2

    4. You just need to add link template id in the parameter in the shortcode.Example: template="image_hover"

    Regards
    Tanvir

    #191444

    Humayon
    Spectator

    Hello Holger,

    Thank you for writing to us.

    To achieve your referred requirements you have to modify the related link template by following this instruction: https://www.wpdownloadmanager.com/doc/template-files/.

    In the related template file, please use the [download_url] template tag which should enable the direct download instead of going to the single files and opening in a new tab as well.

    For example code; <a href="[download_ur]" target="_blank" rel="noopener">Download Now!</a>

    You may check our documentation for more details: https://www.wpdownloadmanager.com/doc/templates/template-tags/.

    With Regards

    #191387

    In reply to: Site Down


    Shahjada
    Keymaster

    As I checked now, download is working fine. For about the link sent to email, you set the expiration time 3 mins only.
    After 3 mins they are going to expire.

    https://prnt.sc/nce9Hcn03hEo

    I’ve activated auto-clean cache option to keep the session table clean. So, the issue should be resolved now.

    Also, Your can configure a cron job from your hosting control panel using the url in privacy page for reliable cron execution.


    JUNTO LLC
    Participant

    Hello,

    When adding a file to a new package, through the WPDM Downloads > All Packages > New Package screen, it seems to add the file to the WP MEdia Library, where the direct File URL can be accessed by anyone if entered into a browser.

    Is there a setting where files that are part of a WPDM package are not publically accessible, and only accessible based on the WPDM settings?

    I appreciate your time.

    #191362

    In reply to: Site Down


    Laura Miner
    Participant

    Hi again, my site is back up but I’m getting dozens of emails every hour with people getting an “invalid link” error when they try to download the printables. I’ve cleared the cache but now it seems like half of my readers can’t access downloads. Are you able to assist with this?

    #191359

    Nayeem Riddhi
    Moderator

    Sorry for the inconvenience. Can you please try this code in your Link Template,

    <a href="[download_url]" data-package='[ID]' class="wpdm-download-link wpdm-download-locked btn btn-primary"> [title] </a>

    please check and let me know

    Thank you and regards

    #191358

    Josh Rudzek
    Participant

    Thank you for your help!

    When I use this code:

    <!– WPDM Link Template: Default Template –>

    <div class="link-template-default card mb-2">
        <div class="card-body">
            <div class="media">
                <div class="mr-3 img-48">[icon]</div>
                <div class="media-body">
                    <h3 class="package-title">[page_link]</h3>
                    <div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
                </div>
                <div class="ml-3">
                    [download_link]
                </div>
            </div>
        </div>
    </div>

    everything works.

    When I try this code:

    <!– WPDM Link Template: Default Template –>

    <ul class="nodaljump docs">
      <li>
        <a href="[download_url]"><i class="red far fa-file"></i>[title]</a>
      </li>
    </ul>

    It loads visually but it doesn’t seem like the JS works.

    it just refreshes the page.

    Here is the displayed code:

    <ul class="nodaljump docs">
      <li>
        <a href="#"><i class="red far fa-file"></i>Test File Upload</a>
      </li>
    </ul>

    The page you referenced said that shortcode [download_url] will only work if no lock is applied. I’m using the captcha lock…which is the whole point of for me of using the plugin.


    fiddla
    Participant

    Hi

    We are getting the following Deprecated errors from WPDM Pro. Is this something you’re aware of or do you think this could be something in our setup that we need to look into?

    Thanks very much.

    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_author is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_date is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_date_gmt is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_content is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_title is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_excerpt is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$comment_status is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$ping_status is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_password is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_name is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$to_ping is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$pinged is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_modified is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_modified_gmt is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_content_filtered is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_parent is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$guid is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$menu_order is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_type is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_mime_type is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$comment_count is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$filter is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$author_name is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$author_profile_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$avatar_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$avatar is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$thumb is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$preview is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$page_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$page_link is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$page_url_qr is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$btnclass is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_link is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_link_extended is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_link_popup is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$formatted is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$__template is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$__template_type is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383

    #191338

    In reply to: All_packages


    Shahjada
    Keymaster

    Hi,
    Got it now, in that case, you can’t use the shortcode, instead you need to use shortcode https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/
    Also, you need to use a link template with [file_list] tag.

    Finally, you will need another add-on for selective file download:

    WPDM – File Cart

    #191332

    Sabine Jürges
    Participant

    Hi, did you change anything?

    Because I made a purchase right now, and I have again an english email as a customer information. I already translated it into german and I have that link in my email:

    You can download your purchased item(s) from the following link:

    An der Kasse

    And the link is not the correct one. So, unfortunatley it is not working for me 🙁

    Can you please test it with two handbooks, you buy?

    #191328

    In reply to: All_packages


    David Green
    Participant

    Hi Keymaster, that does not help unfortunately. As stated above the client requires all packages to be viewed in a list for non-logged in users to select from. Placing in login=1 means the packages list is not shown unless you are logged in. A non logged in user must see a list of all the packages to select from and from there log into their specific package. If they go back to this page after logging in https://www.envyustestserver.com.au/meertens/packages/ they will see a download button in place of the login button and this downloads all files as a zip. The client wants the ability for a logged in user to have access to view individual files and therefore you will see where i have the title Individual File Downloads that displays page_link. However this also means that all users logged in or not can click on that link and go to another clients package which displays all content of that package and i dont want non-logged in users to see another clients package.

    • The client wants the page to look exactly as follows: https://www.envyustestserver.com.au/meertens/packages/
    • The client wants a logged in user to be able to select from the packages page – https://www.envyustestserver.com.au/meertens/packages/ to either download the complete zipped files or specific individual files and therefore the code page_link is placed in here so the clients has the ability to do so.

    In Summary – Can you have the code page_link on a page BUT secure this link so that ONLY a logged in user has access to this page and no one else.

    thanks Dave

    #191313

    Shahjada
    Keymaster

    Hi,
    I’ve added the following css in your customizer to make the button vertically centered:

    .link-template-default.card .wpdm-download-link.btn.btn-primary {
      margin-top: 7px;
      margin-right: 5px;
    }
    
    #191271

    Shahjada
    Keymaster

    Everything was explained here
    https://wordpress.org/support/topic/no-download-link-after-purchase-2/#post-17197785


    @sabine-juerges
    , please send us temporary wp-admin login info in a private reply, we shall set it up there for you.

    #191267

    In reply to: Nofollow tag


    Tanvir
    Spectator

    Hello Ebru,

    Thanks for contacting us.

    For disallowing crawling by the Search Engine. You can Mask Download Link, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings. please check.
    And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, Add the following code at the end of your active theme’s functions.php:

    function noindex_for_wpdm()
    {
        if ( is_singular( 'wpdmpro' ) ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        }
    }

    I hope it may help you.

    Thank you and regards

    #191262
    This reply has been marked as private.
    #191259

    Nayeem Riddhi
    Moderator

    You are sharing a direct download link. Can you please share the full file/package URL? please check and let me know

    Thank you and regards

    #191258

    David Ebreo
    Participant

    This is the URL
    `

    Home


    `
    There is no role restriction applied. As per my colleague, anyone who has the link should be able to download it.

    #191256

    Marco Houtgraaf
    Participant

    In the standard WP search, i type “toelichting”. A page with search results appears.
    The first result is “Toelichting op kaart 3.3” that has the link “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221;
    When you click the link the page with URL “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; opens but it is the front page of the Woo shop.
    Now the funny thing: when i use the standard theme twentytwentythree the same search gives me the same result “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; However, when i click on it now, it does open the right page, the page with the download button.
    Remark: when i look at my server for “https://oudbennekom.nl/download/&#8221;, there is no such folder.

    I am using
    -the latest WordPress, Divi theme
    -The permalink setting in WP : https://oudbennekom.nl/voorbeeld-bericht/ (Message Name)
    -For Woo, i use “Custom base”. In my case: /winkel/
    -latest Download Manager, version 3.2.81 by W3 Eden, Inc
    -latest “Divi Easy Digital Downloads” Version 1.0.1 by DiviPlugins that adds Easy Digital Downloads modules to the Divi theme and builder.

    Any ideas what is happening here?

    #191229

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    Please check the below instructions to change the link template.

    1. Create a dir named download-manager inside your active theme dir

    2. Now copy the files you want to modify from /src/{ComponentDir}/views dir to /{active-theme}/download-manager/dir.

    3. Customize template file(s) in {active-theme}/download-manager dir as per your need

    4. Keep the dir structure, which means, a file from /src/Packages/views/link-templates dir should go to /{active-theme}/download-manager/link-templates dir.

    In your scenario, it will be /src/Package/views/link-templates/link-template-....php

    I hope you understand now.

    Regards

    #191187

    NWRDC
    Participant

    I’m using the download manager login form on the website for subscriber login access; however the standard wordpress logout url (/wp-login.php?action=logout) is not working or logging out the user. The logout link on the “already logged in” screen works but I need a global user logout button available.

    Please let me know if that’s possible.

    #191174

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    Regarding the download file settings, the page templates are not selectable issue, I’d request you to check whether there are any plugins installed that might be causing this.

    Here is what you can do to check:

    1. Please try switching to another theme, like Twenty Twenty-one, and check whether the issue persists or not. If not, then it is the theme that is causing the error.

    2. Deactivate all plugins temporarily except WPDM and see if that solves the problem. Then, activate plugins one by one to see which plugin is causing the problem.

    ​3. Try one more time after clearing your browser, website, and CDN caches if you have any. You may temporarily disable the caching plugin for testing.

    Apart from that, to change the default link template layout you have to modify the related link template by following this instruction: https://www.wpdownloadmanager.com/doc/template-files/.

    In the related template file, you can use any template tag you want and can customize it as per your need.

    You may check our documentation for more details: https://www.wpdownloadmanager.com/doc/templates/template-tags/.

    With Regards

    #191157

    In reply to: wpdm_all_packages


    David Green
    Participant

    Hi Nayeem,

    The issue is I need the Titles of each package to display here in a list:
    https://www.envyustestserver.com.au/meertens/packages/

    1. The client will then click on the login button be redirected to the login dashboard here:

    Dashboard


    Question 1 – Can I redirect the login button to the dashboard, currently it redirects to the WP login.

    2. My concern is for the package titles to display on the page, https://www.envyustestserver.com.au/meertens/packages/ , I need to make them so they are not hidden within the settings. This means if someone has the direct link to a package they will see the package and it’s contents – obviously not able to download but they can still see the potential download file names. Can these packages be hidden and the client needs to login? As an example I have placed in the short-code into the packages page and if you click on the package link you can see the contents of that package – https://www.envyustestserver.com.au/meertens/packages/

    Question 2 – Can the packages ALL be displayed in a list and when someone clicks on a package they need to login to see it BUT it cannot not be publically viewable, regardless if you can down load or not..

    Does that make sense?

    Thanks


    Marketing NSW
    Participant
    This reply has been marked as private.

    blakemiller
    Participant

    On my site, I’m using a Custom Permalink Structure for Posts to put /blog/ in front of all blog posts. E.g. Custom Structure =
    /blog/%postname%/

    But your wpdmpro Custom Post type is keeping that permalink structure for both Categories and Tags.

    For example
    Tags look like this: https://domain.com/blog/document-tag/biology/
    Categories like this: https://domain.com/blog/downloads/bay-area-science-festival-basf/

    I need those without the /blog/

    If I were generating my own custom post types and custom taxonomies & tags, I would define “with_front = false”

    Can you provide a snippet to change your taxonomy and tag structure?

Viewing 25 results - 876 through 900 (of 9,422 total)