-
AuthorSearch Results
-
Jul 28, 2022 at 11:00 pm #175944
Matt ThomasParticipantThis reply has been marked as private.Jul 28, 2022 at 5:23 pm #175918In reply to: Getting error on Registration Page after submit
Marty DeVallParticipantSo adding
<?php _e('Company Name','wpdmpro'); ?>in place of “Company Name” did fix my issue.I am looking for help on the wpdm_update_profile_filed_html Pro Action function. The link seems to be missing….
https://www.wpdownloadmanager.com/doc/action-reference/wpdm_update_profile_filed_html/Jul 28, 2022 at 4:33 pm #175914In reply to: Getting error on Registration Page after submit
Marty DeVallParticipantLooks like problem has to do with using wpdm_register_form…….
In looking at the example….
<?php add_action('wpdm_register_form','my_register_field'); function my_register_field() { ?> <p class="form-group"> <label class="control-label" for="fb_id"><?php _e('Facebook Profile Link','wpdmpro'); ?></label> <input class="form-control" required="required" type="text" tabindex="102" size="20" class="required" id="fb_id" value="" name="fb_id"> </p> <?php } ?>I see this new code….
<?php _e('Facebook Profile Link','wpdmpro'); ?>Is this something that was added???
We just have the Label string it self?
function tps_register_field() { //Add to WP download manager Registration Form ?> <div class="form-group form-text"><p>Additional Contact Required Fields</p></div><hr> <div class="row"> <div class="form-group col-sm-12 col-md-6"> <div class="input-group-tps input-group-md"> <label class="control-label" for="cn_tps">Company Name</label> <input class="form-control" required="required" type="text" tabindex="102" size="20" class="required" placeholder="Company Name" id="cn_tps" value="" name="cn_tps"> </div> </div><label class="control-label" for="cn_tps">Company Name</label>Is this now required using this now?
<?php _e('Company Name','wpdmpro'); ?>Jul 28, 2022 at 11:41 am #175887In reply to: Unregistered Users or Bots Downloading Files
TanvirSpectatorHello,
You can use our below addon:WPDM Block Hotlink add-on will help you to block hot links to download URLs from external sites. Any such request will be redirected to the item details page or any other page specified by you. The external sites can only place the link of your item details page, not the direct download URL.
Thanks
Jul 27, 2022 at 3:10 pm #175830In reply to: Email Lock not sending any email
Simon505ParticipantThis reply has been marked as private.Jul 26, 2022 at 7:34 pm #175787
Marianda de VilliersParticipantHi Nayeem
Nope still not alphabetical below just a couple of links that does not display alphabetical.
Jul 26, 2022 at 5:23 pm #175780In reply to: Downloadlink with Email Lock
Nayeem RiddhiModeratorHello Johannes Kröger,
Please use the below code snippet, here, the data package is package id,
<a href="#unlock" class="wpdm-download-link wpdm-download-locked" data-package="12539"> <img src="Your Image URL" alt=""> </a>please check and let me know
Thank you and regards
Jul 26, 2022 at 3:49 pm #175768
Les KurzMemberHello,
On June 30, 2022, we paid $45 to extend our subscription to Download Manager Pro. The Order# is 59023844ad538. I can see this order in my download manager as expired. When I put that order number into the box and click resolve, it says “The order is already linked to your account!”
I can see the order from the last time we paid for it, but it shows that it’s expired. I can’t get the new subscription to show up in my account, and I assume that’s why I can’t update the plugin.
Thanks,
Lori
Jul 26, 2022 at 12:41 pm #175752In reply to: shared package to one user doesn’t work
Francesco AprileParticipantThis reply has been marked as private.Jul 26, 2022 at 12:25 pm #175751In reply to: Datatable shows no items
campusParticipantThis reply has been marked as private.Jul 26, 2022 at 10:37 am #175742In reply to: shared package to one user doesn’t work
Francesco AprileParticipantThe problem is very simple. You added “test” package and shared only to demouser, so if demouser login to the site and go to the file page he should see and download the test package, right?
But if you try to login with demouser credentials that I gave to you before by private message and you go to “file” link menu you don’t see the TEST package.
I hope it’s clearer now.
You can try.
ThanksJul 25, 2022 at 12:23 pm #175698In reply to: shared package to one user doesn’t work
TanvirSpectatorHello,
You made the page “Cerica file” link asmediaced.it/download/
That was conflicting with wpdm package generated links
Changing the link to any other link has solved the issue.
ThanksJul 25, 2022 at 7:30 am #175688In reply to: Downloadlink with Email Lock
Tobias KablitzParticipantHey Nayeem, thanks for answering.
I am using WPDM Pro, and i already use the Lock-Options for some downloads…
What i’m trying to do is to copy the download-link and put it behind a image on my website. If someone clicks on the image, he / she should see the lead-form with terms & mail-lock. After filling out the form, he / she should get the download-link via mail oder should referred directly to the file (based on the setting for mail-lock).
If i only put the download-link behind the image, after clicking the image the following message occures: “You are not allowed to download”
If i use the Master Download Link, theres no lock, it directly leads to the file.Is there a solution for this problem?
THX
Jul 24, 2022 at 11:40 am #175648In reply to: short code to show all the categories
TanvirSpectatorHello Aprile,
I think you are looking for this feature
https://try.wpdownloadmanager.com/category-blocks/
This feature is coming from our this add-on,
You can also check the shortcode and its necessary parameter from the above link,
[wpdm_category_blocks]please check and let me know
Thank you and regards
Jul 24, 2022 at 5:46 am #175632In reply to: Default Template
Oliver A.ParticipantThis reply has been marked as private.Jul 22, 2022 at 2:04 pm #175546In reply to: Uploads / Shortcodes / WPDM Versions
Andrew BeniamsParticipantThis reply has been marked as private.Jul 22, 2022 at 11:51 am #175534
Julien WOLMERParticipantHi my last message is from april,
I’m still using WPDM and Membership to deliver downloadable files to bakers from my crowd-funding campaign.
I’m using [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|download_link" colheads="Title|Download::155px"]
I would display a list of available packages to authenticated users, but wpdm_all_packages also show unavailable packages.
Can you add a parameter to show only available packages and hide all locked packages ?
With kind regards,
Julien W.Jul 21, 2022 at 11:25 am #175474Topic: Downloadlink with Email Lock
in forum Download Manager Pro
Tobias KablitzParticipantHello everyone.
I would like to link an image on my website to a download. This should be protected by “Agree to Terms” and “E-Mail-Lock”.
is this possible? If yes, how?
Thank you and best regards
Jul 21, 2022 at 9:24 am #175469In reply to: Uploads / Shortcodes / WPDM Versions
Andrew BeniamsParticipantThis reply has been marked as private.Jul 20, 2022 at 6:44 pm #175425In reply to: Access control by category
Nayeem RiddhiModeratorHello Oliver A,
The download packages are showing, because, they are conflicting with the download packages
allow accessoption. For categories hierarchy, giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for theAllow Accessoption or have to give a particular role on it like as I image attached or as usual for the select member option too,because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors and Package Access = Package Access empty + Category Access(Author) = Author or Package Access = Package Access(Author) + Category Access(Author) = AuthorMore details can be found in the below link,
Hope you have understood. Thanks for your appreciation.
Regards
Jul 20, 2022 at 4:21 pm #175423
TanvirSpectatorIf you set
All VisitorstoAllow Access, the download link will be public and everyone will be able to download it. Otherwise, only select roles will be able to download.Please check the doc here:
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
Jul 20, 2022 at 1:48 pm #175412In reply to: erro de imagem destacada
SUZANE ELOISE OLIVEIRA BESSAParticipantThis reply has been marked as private.Jul 20, 2022 at 12:45 pm #175410In reply to: Download broken using Azure Blob SAS URL
Dan GordonParticipantThis reply has been marked as private.Jul 20, 2022 at 12:33 pm #175408In reply to: Edit Packages using CSV IMPORT/EXPORT
Andrew BeniamsParticipantThis reply has been marked as private.Jul 20, 2022 at 10:48 am #175402In reply to: Table view Order by Date Not working
Shaogat AlamModeratorPlease set the value of order_by “publish_date” or “update_date”
And in the ‘cols’ you have to use the exact same value.Exmple :
[wpdm_all_packages thumb=1 items_per_page="20" jstable=1 order_by="publish_date" order="DESC" cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Date|Download::155px"]for more details please visit
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/ -
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Hello,
On June 30, 2022, we paid $45 to extend our subscription to Download Manager Pro. The Order# is 59023844ad538. I can see this order in my download manager as expired. When I put that order number into the box and click resolve, it says “The order is already linked to your account!”
I can see the order from the last time we paid for it, but it shows that it’s expired. I can’t get the new subscription to show up in my account, and I assume that’s why I can’t update the plugin.
Thanks,
Lori
Topic: Downloadlink with Email Lock
Hello everyone.
I would like to link an image on my website to a download. This should be protected by “Agree to Terms” and “E-Mail-Lock”.
is this possible? If yes, how?
Thank you and best regards
