-
AuthorSearch Results
-
Jul 26, 2019 at 3:35 pm #110358
In reply to: Password issue for Donload-Page/perma-link?
Pete-2019MemberWhy?
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!Jul 25, 2019 at 9:40 pm #110321In reply to: Remove Masterkey from Direct File link
ShahriarModeratorIf 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.
Jul 25, 2019 at 7:17 pm #110311In reply to: Filtering categories
ShahriarModeratorThe 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.
Jul 25, 2019 at 6:44 pm #110304
ShahriarModerator1 ) 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.
Jul 25, 2019 at 6:36 pm #110302In reply to: Send file by mail
ShahriarModeratorIt 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.
Jul 25, 2019 at 2:46 pm #110295Topic: Remove Masterkey from Direct File link
in forum Download Manager Pro
cbenson583MemberWe 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
Jul 23, 2019 at 5:30 pm #110221In reply to: Tree View – Order by ID
Jacqueline CoteShermanParticipantThe 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… etc2017
Jan
Feb
March
April… etc2018
Jan
Feb
March
April… etc– – – BUT – –
What I want is for it to appear this way:
2018
Jan
Feb
March
April… etc2017
Jan
Feb
March
April… etc2016
Jan
Feb
March
April… etcIs there a way to change the order of the categories?
Jul 23, 2019 at 3:39 pm #110216In reply to: Send file by mail
Sebastian MatoParticipantThanks! 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!
Jul 23, 2019 at 1:58 pm #110214In reply to: Download Filenames
Matthew KaneParticipantHi,
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=5d28e54dd67f1Each 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
Jul 23, 2019 at 8:39 am #110193
Graham OrfordMemberI 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 templateAll 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?
Jul 23, 2019 at 7:53 am #110186In reply to: PROBLEM WITH KEY AFTER UPDATES
audreyParticipantSorry, I made a mistake, my spam problem is related to form Quick forms, which sends an email with the download link
Jul 22, 2019 at 9:30 pm #110158
ShahriarModeratorPlease 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);Jul 22, 2019 at 12:53 pm #110138In reply to: Registration Captcha not working
audreyParticipantSorry, I made a mistake, my spam problem is related to form Quick forms, which sends an email with the download link
Jul 22, 2019 at 7:11 am #110121In reply to: package links not working after update
ShahriarModeratorHave you set up your LinkedIn and Twitter apps? After setting up apps you have to save necessary credentials in Downloads > Settings > Social Settings.
Jul 21, 2019 at 7:53 am #110053In reply to: click opens a new Tab/Window.
ShahjadaKeymaster@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"]
Jul 21, 2019 at 3:54 am #110043In reply to: click opens a new Tab/Window.
BeyondforceMemberPlease 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”]
Jul 21, 2019 at 3:09 am #110042In reply to: click opens a new Tab/Window.
Salahuddin AhmedMemberThis reply has been marked as private.Jul 19, 2019 at 5:43 am #109983In reply to: Data tables not working
Salahuddin AhmedMemberHi 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 :
Jul 17, 2019 at 7:00 pm #109935In reply to: click opens a new Tab/Window.
Salahuddin AhmedMemberHi, you can try the following shortcode in a page
[wpdm_direct_link id="Package ID" target="_blank" label="Download Me!"]
Jul 16, 2019 at 9:22 pm #109872In reply to: Data tables not working
Wenceslau SouzaMemberThe 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/]
Jul 16, 2019 at 2:40 pm #109842Topic: Only public packages are shown
in forum Download Manager Pro
Daniel SchmidtMemberSince 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.
Jul 15, 2019 at 7:06 pm #109823In reply to: Download category page template
Ed AmmendolaMemberI 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:

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

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.
Jul 15, 2019 at 10:27 am #109814Topic: Support for do_shortcode in widgets
in forum Download Manager Pro
Graham OrfordMemberIn 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?
Jul 15, 2019 at 6:22 am #109808
RitaMemberI 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
RitaJul 15, 2019 at 6:20 am #109807In reply to: Downloading as zip not working
ShahriarModeratorYes, 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. -
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
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
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.
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?